diff options
author | scottmg <scottmg@chromium.org> | 2015-01-26 18:40:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-27 02:41:48 +0000 |
commit | 2e25142f0a30638f60219d90bcc87784ae0c4c4d (patch) | |
tree | 4a36bbd0067eabb00d65f70d557ceaf595c547db /extensions/extensions_tests.gyp | |
parent | fbd033399d9beaa6a5b1abccba920baf7e52b1a5 (diff) | |
download | chromium_src-2e25142f0a30638f60219d90bcc87784ae0c4c4d.zip chromium_src-2e25142f0a30638f60219d90bcc87784ae0c4c4d.tar.gz chromium_src-2e25142f0a30638f60219d90bcc87784ae0c4c4d.tar.bz2 |
Isolate extensions_browsertests
R=maruel@chromium.org, yoz@chromium.org
TBR=jam@chromium.org
BUG=98637
Committed: https://crrev.com/d1caf97fe8db47e5c76043bccbf4dd4a42265831
Cr-Commit-Position: refs/heads/master@{#312993}
Review URL: https://codereview.chromium.org/869783004
Cr-Commit-Position: refs/heads/master@{#313209}
Diffstat (limited to 'extensions/extensions_tests.gyp')
-rw-r--r-- | extensions/extensions_tests.gyp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp index aa5ad0e..0f47938 100644 --- a/extensions/extensions_tests.gyp +++ b/extensions/extensions_tests.gyp @@ -230,4 +230,23 @@ ] }, ], + 'conditions': [ + ['test_isolation_mode != "noop"', { + 'targets': [ + { + 'target_name': 'extensions_browsertests_run', + 'type': 'none', + 'dependencies': [ + 'extensions_browsertests', + ], + 'includes': [ + '../build/isolate.gypi', + ], + 'sources': [ + 'extensions_browsertests.isolate', + ], + }, + ], + }], + ], } |