diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 23:05:14 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 23:05:14 +0000 |
commit | 40d0085e5a0bada6120c9ce8dbb9e4cb498af923 (patch) | |
tree | 93abc79dae73600cedd06f4b9449e6445daaac60 /content/content_unittests.isolate | |
parent | 01a53cee4479dcb2dbb9175822294459a44d07af (diff) | |
download | chromium_src-40d0085e5a0bada6120c9ce8dbb9e4cb498af923.zip chromium_src-40d0085e5a0bada6120c9ce8dbb9e4cb498af923.tar.gz chromium_src-40d0085e5a0bada6120c9ce8dbb9e4cb498af923.tar.bz2 |
Update all .isolate files to the new format.
Autogenerated with:
for a in $(git ls-files | grep \\.isolate); do tools/swarm_client/isolate_merge.py $a -o $a; done
content/content_browsertests.isolate failed to be converted automatically.
NOTRY=true
TBR=csharp@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/13654003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_unittests.isolate')
-rw-r--r-- | content/content_unittests.isolate | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate index 0038388..efcd163 100644 --- a/content/content_unittests.isolate +++ b/content/content_unittests.isolate @@ -2,19 +2,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { - 'variables': { - 'isolate_dependency_tracked': [ - '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', - ], - 'isolate_dependency_untracked': [ - 'browser/gpu/gpu_driver_bug_list.json', - 'browser/gpu/gpu_switching_list.json', - 'browser/gpu/software_rendering_list.json', - 'test/data/', - '../third_party/hyphen/hyph_en_US.dic', - '../webkit/data/', - ], - }, 'conditions': [ ['OS=="linux"', { 'variables': { @@ -29,13 +16,20 @@ '<(PRODUCT_DIR)/test_data/', ], }, - }, { + }], + ['OS=="linux" or OS=="mac" or OS=="win"', { 'variables': { - 'command': [ - '../testing/test_env.py', - '../tools/swarm_client/run_test_cases.py', + 'isolate_dependency_tracked': [ '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', ], + 'isolate_dependency_untracked': [ + '../third_party/hyphen/hyph_en_US.dic', + '../webkit/data/', + 'browser/gpu/gpu_driver_bug_list.json', + 'browser/gpu/gpu_switching_list.json', + 'browser/gpu/software_rendering_list.json', + 'test/data/', + ], }, }], ['OS=="mac"', { @@ -46,6 +40,15 @@ ], }, }], + ['OS=="mac" or OS=="win"', { + 'variables': { + 'command': [ + '../testing/test_env.py', + '../tools/swarm_client/run_test_cases.py', + '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', + ], + }, + }], ['OS=="win"', { 'variables': { 'isolate_dependency_untracked': [ |