diff options
author | maruel <maruel@chromium.org> | 2014-10-01 06:21:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-01 13:22:03 +0000 |
commit | 8214754ee5771bb64dfe9605f024cfd7c241a01e (patch) | |
tree | cc65c74d55cbed53518a533fd27a00011587c5c6 /sql | |
parent | ccc3e81690cd734c1ce7679cd2cf43478c1287fa (diff) | |
download | chromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.zip chromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.tar.gz chromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.tar.bz2 |
Rename all isolate_dependency_* to files.
Merges the lists when relevant. This simplify the management significantly.
Remove the .isolate from the '*_run' target 'includes' section.
TBR=vadimsh@chromium.org
BUG=swarming:148
Review URL: https://codereview.chromium.org/614923005
Cr-Commit-Position: refs/heads/master@{#297633}
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql.gyp | 1 | ||||
-rw-r--r-- | sql/sql_unittests.isolate | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp index 975cd12..5926836 100644 --- a/sql/sql.gyp +++ b/sql/sql.gyp @@ -146,7 +146,6 @@ ], 'includes': [ '../build/isolate.gypi', - 'sql_unittests.isolate', ], 'sources': [ 'sql_unittests.isolate', diff --git a/sql/sql_unittests.isolate b/sql/sql_unittests.isolate index 75e776d..f422ae6 100644 --- a/sql/sql_unittests.isolate +++ b/sql/sql_unittests.isolate @@ -5,7 +5,7 @@ 'conditions': [ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 'variables': { - 'isolate_dependency_untracked': [ + 'files': [ 'test/data/', ], }, |