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

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

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: AppListShower to new component: //ui/app_list/shower, GetViewDelegate() in GetViewDelegate(), test … 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 86%
copy from ui/app_list/app_list_unittests.isolate
copy to ui/app_list/shower/app_list_shower_unittests.isolate
index d547128422b54a6ce37b00eac5fd5ce44f6cbf4a..21c67ee160362468d296cb18c04e09bfe087987a 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,7 +19,7 @@
['use_x11==1', {
'variables': {
'command': [
- '../../testing/xvfb.py',
+ '../../../testing/xvfb.py',
'<(PRODUCT_DIR)',
'<(PRODUCT_DIR)/app_list_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
@@ -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',
],
},
@@ -73,6 +73,6 @@
}],
],
'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