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

Unified Diff: ui/app_list/shower/app_list_shower_unittests.isolate

Issue 1830293002: AppListController refactoring part 1: AppListShower implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing target names in .isolate. Created 4 years, 8 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 | « ui/app_list/shower/app_list_shower_impl_unittest.cc ('k') | ui/app_list/shower/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/shower/app_list_shower_unittests.isolate
diff --git a/ui/app_list/app_list_unittests.isolate b/ui/app_list/shower/app_list_shower_unittests.isolate
similarity index 79%
copy from ui/app_list/app_list_unittests.isolate
copy to ui/app_list/shower/app_list_shower_unittests.isolate
index d547128422b54a6ce37b00eac5fd5ce44f6cbf4a..2a89e3e72646efa9cf464e001ca87a2cf925a2ce 100644
--- a/ui/app_list/app_list_unittests.isolate
+++ b/ui/app_list/shower/app_list_shower_unittests.isolate
@@ -6,8 +6,8 @@
['use_x11==0', {
'variables': {
'command': [
- '../../testing/test_env.py',
- '<(PRODUCT_DIR)/app_list_unittests<(EXECUTABLE_SUFFIX)',
+ '../../../testing/test_env.py',
+ '<(PRODUCT_DIR)/app_list_shower_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)/app_list_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/app_list_shower_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,7 +37,7 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'files': [
- '../../testing/test_env.py',
+ '../../../testing/test_env.py',
'<(PRODUCT_DIR)/ui_test.pak',
],
},
@@ -66,13 +66,13 @@
['OS=="mac" and asan==1 and fastbuild==0', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/app_list_unittests.dSYM/',
+ '<(PRODUCT_DIR)/app_list_shower_unittests.dSYM/',
'<(PRODUCT_DIR)/osmesa.so.dSYM/',
],
},
}],
],
'includes': [
- '../../base/base.isolate',
+ '../../../base/base.isolate',
],
}
« no previous file with comments | « ui/app_list/shower/app_list_shower_impl_unittest.cc ('k') | ui/app_list/shower/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698