Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: extensions/extensions_unittests.isolate

Issue 1213943002: Isolate extensions_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/extensions_tests.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_unittests.isolate
diff --git a/media/audio_unittests.isolate b/extensions/extensions_unittests.isolate
similarity index 71%
copy from media/audio_unittests.isolate
copy to extensions/extensions_unittests.isolate
index d91c6360b486de5ccc66620911b979d6b93c2875..9017b8fcf46d6976b95ceffe96013f069f7b76df 100644
--- a/media/audio_unittests.isolate
+++ b/extensions/extensions_unittests.isolate
@@ -2,15 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'includes': [
- '../base/base.isolate',
- ],
'conditions': [
['use_x11==0', {
'variables': {
'command': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/audio_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/extensions_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -24,7 +21,7 @@
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/audio_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/extensions_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -33,38 +30,44 @@
],
'files': [
'../testing/xvfb.py',
- '<(PRODUCT_DIR)/xdisplaycheck',
+ '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
],
},
}],
- ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'files': [
- 'test/data/',
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/extensions_unittests<(EXECUTABLE_SUFFIX)',
],
+ 'read_only': 1,
M-A Ruel 2015/06/29 18:53:40 Not needed, it's the default.
},
}],
- ['OS=="linux" or OS=="mac" or OS=="win"', {
+ ['OS=="linux"', {
'variables': {
'files': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/audio_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/libosmesa.so',
+ '<(PRODUCT_DIR)/lib/libmalloc_wrapper.so',
],
},
}],
['OS=="mac" and asan==1 and fastbuild==0', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/audio_unittests.dSYM/',
+ '<(PRODUCT_DIR)/extensions_unittests.dSYM/',
],
},
}],
['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/audio_unittests.exe.pdb',
+ '<(PRODUCT_DIR)/extensions_unittests.exe.pdb',
],
},
}],
],
+ 'includes': [
+ '../base/base.isolate',
+ '../gin/v8.isolate',
+ ],
}
« no previous file with comments | « extensions/extensions_tests.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698