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 /testing/chromoting/chromoting_integration_tests.isolate | |
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 'testing/chromoting/chromoting_integration_tests.isolate')
-rw-r--r-- | testing/chromoting/chromoting_integration_tests.isolate | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate index 59afdd5..4b45213 100644 --- a/testing/chromoting/chromoting_integration_tests.isolate +++ b/testing/chromoting/chromoting_integration_tests.isolate @@ -15,7 +15,7 @@ '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp', '--extension-name=Chromoting', ], - 'isolate_dependency_tracked': [ + 'files': [ '../xvfb.py', '<(PRODUCT_DIR)/libffmpegsumo.so', '<(PRODUCT_DIR)/libosmesa.so', @@ -25,14 +25,14 @@ }], ['OS=="linux" and use_ozone==0', { 'variables': { - 'isolate_dependency_tracked': [ + 'files': [ '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', ], }, }], ['OS=="linux" or OS=="mac" or OS=="win"', { 'variables': { - 'isolate_dependency_tracked': [ + 'files': [ '../test_env.py', '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', '<(PRODUCT_DIR)/remoting/remoting.webapp/', @@ -43,7 +43,7 @@ }], ['OS=="linux" or OS=="win"', { 'variables': { - 'isolate_dependency_tracked': [ + 'files': [ '<(PRODUCT_DIR)/chrome_100_percent.pak', '<(PRODUCT_DIR)/locales/en-US.pak', ], |