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

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/ui/aura/aura_unittests.isolate b/extensions/extensions_unittests.isolate
similarity index 71%
copy from ui/aura/aura_unittests.isolate
copy to extensions/extensions_unittests.isolate
index 9e64db84278e87e7d93141c3eb9aa2aad0527988..b17b435f618f9e2630e9584346be39e3b7a52339 100644
--- a/ui/aura/aura_unittests.isolate
+++ b/extensions/extensions_unittests.isolate
@@ -6,8 +6,8 @@
['use_x11==0', {
'variables': {
'command': [
- '../../testing/test_env.py',
- '<(PRODUCT_DIR)/aura_unittests<(EXECUTABLE_SUFFIX)',
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/extensions_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -19,9 +19,9 @@
['use_x11==1', {
'variables': {
'command': [
- '../../testing/xvfb.py',
+ '../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/aura_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/extensions_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -29,7 +29,7 @@
'--tsan=<(tsan)',
],
'files': [
- '../../testing/xvfb.py',
+ '../testing/xvfb.py',
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
],
},
@@ -37,8 +37,11 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'files': [
- '../../testing/test_env.py',
- '<(PRODUCT_DIR)/aura_unittests<(EXECUTABLE_SUFFIX)',
+ '../chrome/test/data/extensions/',
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/extensions_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
+ 'test/data/',
],
},
}],
@@ -65,6 +68,7 @@
}],
],
'includes': [
- '../../base/base.isolate',
+ '../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