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

Unified Diff: extensions/shell/app_shell_unittests.isolate

Issue 1218023007: Convert app_shell_unittests to run on Swarming (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/shell/app_shell.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/shell/app_shell_unittests.isolate
diff --git a/ui/aura/aura_unittests.isolate b/extensions/shell/app_shell_unittests.isolate
similarity index 82%
copy from ui/aura/aura_unittests.isolate
copy to extensions/shell/app_shell_unittests.isolate
index 9e64db84278e87e7d93141c3eb9aa2aad0527988..a1d66fe547e6fb67d9fc84d66aec32e74c5cdd6f 100644
--- a/ui/aura/aura_unittests.isolate
+++ b/extensions/shell/app_shell_unittests.isolate
@@ -7,7 +7,7 @@
'variables': {
'command': [
'../../testing/test_env.py',
- '<(PRODUCT_DIR)/aura_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/app_shell_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -21,7 +21,7 @@
'command': [
'../../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/aura_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/app_shell_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -38,7 +38,9 @@
'variables': {
'files': [
'../../testing/test_env.py',
- '<(PRODUCT_DIR)/aura_unittests<(EXECUTABLE_SUFFIX)',
+ '../test/data/',
+ '<(PRODUCT_DIR)/app_shell_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
],
},
}],
@@ -66,5 +68,6 @@
],
'includes': [
'../../base/base.isolate',
+ '../../gin/v8.isolate',
],
}
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698