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

Unified Diff: chrome/chrome_tests.gypi

Issue 585123004: Mac: Give app_shim code a nicer home (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: various cleanups Created 6 years, 3 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 | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 7822b2729cffc3c7fb6a9887c6a1848e4548bf09..39dfea8fe5bb21f1110eab8aabeca38ab107e99e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -45,8 +45,6 @@
'HAS_OUT_OF_PROC_TEST_RUNNER',
],
'sources': [
- '../apps/app_shim/app_shim_interactive_uitest_mac.mm',
- '../apps/app_shim/app_shim_quit_interactive_uitest_mac.mm',
'../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc',
'../extensions/browser/app_window/app_window_interactive_uitest.cc',
'../ui/base/clipboard/clipboard_unittest.cc',
@@ -58,6 +56,8 @@
'browser/apps/app_browsertest_util.cc',
'browser/apps/app_browsertest_util.h',
'browser/apps/app_pointer_lock_interactive_uitest.cc',
+ 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm',
+ 'browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm',
'browser/apps/app_window_interactive_uitest.cc',
'browser/apps/web_view_interactive_browsertest.cc',
'browser/autofill/autofill_interactive_uitest.cc',
@@ -861,9 +861,6 @@
],
'sources': [
'../apps/app_restore_service_browsertest.cc',
- '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm',
- '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc',
- '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h',
'../apps/load_and_launch_browsertest.cc',
# TODO(blundell): Bring up a components_browsertests target and move
# this test to be in that target. crbug.com/283846
@@ -899,9 +896,12 @@
'browser/apps/app_browsertest_util.cc',
'browser/apps/app_browsertest_util.h',
'browser/apps/app_crash_browsertest.cc',
+ 'browser/apps/app_shim/app_shim_host_manager_browsertest_mac.mm',
+ 'browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc',
+ 'browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.h',
+ 'browser/apps/app_url_redirector_browsertest.cc',
'browser/apps/app_view_browsertest.cc',
'browser/apps/app_window_browsertest.cc',
- 'browser/apps/app_url_redirector_browsertest.cc',
'browser/apps/custom_launcher_page_browsertest_views.cc',
'browser/apps/drive/drive_app_converter_browsertest.cc',
'browser/apps/drive/drive_app_provider_browsertest.cc',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698