aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org>2014-10-04 00:00:39 +0000
committermaruel@chromium.org <maruel@chromium.org>2014-10-04 00:00:39 +0000
commit8ac906faf7b66180f2208380c35ae1e07136c5cc (patch)
treefc68710ffc25f2402d9045de3ad457b238f4e6c9
parentabeeb961cd8b73026917b586ea7b3efa3f6a23ab (diff)
downloadicu-8ac906faf7b66180f2208380c35ae1e07136c5cc.tar.gz
Rename isolate_dependency_tracked to files.
That's the new name, and the next swarming_client roll will refuse the old name. R=jshin@chromium.org BUG= Review URL: https://codereview.chromium.org/607413006 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/icu52@292317 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
-rw-r--r--icu.isolate4
1 files changed, 2 insertions, 2 deletions
diff --git a/icu.isolate b/icu.isolate
index b106ccc..3c27e24 100644
--- a/icu.isolate
+++ b/icu.isolate
@@ -7,7 +7,7 @@
# specify the dependency for iOS here.
['icu_use_data_file_flag==1 and (OS=="linux" or OS=="win" or OS=="mac" or OS=="android")', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
'<(PRODUCT_DIR)/icudtl.dat',
],
},
@@ -15,7 +15,7 @@
# When icu data is not used, other platforms link it statically.
['icu_use_data_file_flag==0 and OS=="win"', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
'<(PRODUCT_DIR)/icudt.dll',
],
},