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

Unified Diff: chrome/test/BUILD.gn

Issue 2657823005: Move //c/b/services/gcm/ to //c/b/gcm/ (Closed)
Patch Set: Created 3 years, 11 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/browser/ui/webui/gcm_internals_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7179c43e4e672e19d8caadd2d925f495facfc744..e0cc4711cab652f8006e186ac8a801d3175e6ccf 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1564,6 +1564,8 @@ test("browser_tests") {
"../browser/favicon/content_favicon_driver_browsertest.cc",
"../browser/first_run/first_run_browsertest.cc",
"../browser/first_run/try_chrome_dialog_view_browsertest.cc",
+ "../browser/gcm/fake_gcm_profile_service.cc",
+ "../browser/gcm/fake_gcm_profile_service.h",
"../browser/geolocation/access_token_store_browsertest.cc",
"../browser/geolocation/geolocation_browsertest.cc",
"../browser/global_keyboard_shortcuts_mac_browsertest.mm",
@@ -1707,8 +1709,6 @@ test("browser_tests") {
"../browser/search/suggestions/image_fetcher_impl_browsertest.cc",
"../browser/search_engines/template_url_scraper_browsertest.cc",
"../browser/service_process/service_process_control_browsertest.cc",
- "../browser/services/gcm/fake_gcm_profile_service.cc",
- "../browser/services/gcm/fake_gcm_profile_service.h",
"../browser/sessions/better_session_restore_browsertest.cc",
"../browser/sessions/persistent_tab_restore_service_browsertest.cc",
"../browser/sessions/session_restore_browsertest.cc",
@@ -3154,6 +3154,8 @@ test("unit_tests") {
"../browser/external_protocol/external_protocol_handler_unittest.cc",
"../browser/favicon/chrome_fallback_icon_client_unittest.cc",
"../browser/file_select_helper_unittest.cc",
+ "../browser/gcm/fake_gcm_profile_service.cc",
+ "../browser/gcm/fake_gcm_profile_service.h",
"../browser/geolocation/geolocation_permission_context_unittest.cc",
"../browser/global_keyboard_shortcuts_mac_unittest.mm",
"../browser/google/google_update_settings_unittest.cc",
@@ -3306,8 +3308,6 @@ test("unit_tests") {
"../browser/search_engines/template_url_service_sync_unittest.cc",
"../browser/search_engines/template_url_service_unittest.cc",
"../browser/service_process/service_process_control_mac_unittest.mm",
- "../browser/services/gcm/fake_gcm_profile_service.cc",
- "../browser/services/gcm/fake_gcm_profile_service.h",
"../browser/sessions/restore_on_startup_policy_handler_unittest.cc",
"../browser/sessions/session_common_utils_unittest.cc",
"../browser/shell_integration_win_unittest.cc",
@@ -3584,6 +3584,9 @@ test("unit_tests") {
"../browser/download/download_shelf_unittest.cc",
"../browser/first_run/first_run_unittest.cc",
"../browser/font_family_cache_unittest.cc",
+
+ # GCMDriverAndroid is not yet implemented.
+ "../browser/gcm/gcm_profile_service_unittest.cc",
"../browser/importer/firefox_profile_lock_unittest.cc",
"../browser/importer/profile_writer_unittest.cc",
"../browser/media/webrtc/tab_desktop_media_list_unittest.cc",
@@ -3620,9 +3623,6 @@ test("unit_tests") {
"../browser/search/instant_unittest_base.cc",
"../browser/search/instant_unittest_base.h",
"../browser/search/search_unittest.cc",
-
- # GCMDriverAndroid is not yet implemented.
- "../browser/services/gcm/gcm_profile_service_unittest.cc",
"../browser/sessions/persistent_tab_restore_service_unittest.cc",
"../browser/speech/extension_api/extension_manifests_tts_unittest.cc",
"../browser/speech/tts_controller_unittest.cc",
« no previous file with comments | « chrome/browser/ui/webui/gcm_internals_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698