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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1425783002: Componentizing GcmProfileService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix UT errors as per comments Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/webui/gcm_internals_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2637 'browser/local_discovery/service_discovery_client_mac.h', 2637 'browser/local_discovery/service_discovery_client_mac.h',
2638 'browser/local_discovery/service_discovery_client_mac.mm', 2638 'browser/local_discovery/service_discovery_client_mac.mm',
2639 'browser/local_discovery/service_discovery_client_mac_factory.h', 2639 'browser/local_discovery/service_discovery_client_mac_factory.h',
2640 'browser/local_discovery/service_discovery_client_mac_factory.mm', 2640 'browser/local_discovery/service_discovery_client_mac_factory.mm',
2641 'browser/local_discovery/service_discovery_device_lister.cc', 2641 'browser/local_discovery/service_discovery_device_lister.cc',
2642 'browser/local_discovery/service_discovery_device_lister.h', 2642 'browser/local_discovery/service_discovery_device_lister.h',
2643 'browser/local_discovery/service_discovery_shared_client.cc', 2643 'browser/local_discovery/service_discovery_shared_client.cc',
2644 'browser/local_discovery/service_discovery_shared_client.h', 2644 'browser/local_discovery/service_discovery_shared_client.h',
2645 ], 2645 ],
2646 'chrome_browser_services_sources': [ 2646 'chrome_browser_services_sources': [
2647 'browser/services/gcm/gcm_profile_service.cc',
2648 'browser/services/gcm/gcm_profile_service.h',
2649 'browser/services/gcm/gcm_profile_service_factory.cc', 2647 'browser/services/gcm/gcm_profile_service_factory.cc',
2650 'browser/services/gcm/gcm_profile_service_factory.h', 2648 'browser/services/gcm/gcm_profile_service_factory.h',
2651 'browser/services/gcm/instance_id/instance_id_profile_service.cc', 2649 'browser/services/gcm/instance_id/instance_id_profile_service.cc',
2652 'browser/services/gcm/instance_id/instance_id_profile_service.h', 2650 'browser/services/gcm/instance_id/instance_id_profile_service.h',
2653 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', 2651 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc',
2654 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', 2652 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h',
2655 ], 2653 ],
2656 'chrome_browser_session_sources': [ 2654 'chrome_browser_session_sources': [
2657 'browser/sessions/chrome_tab_restore_service_client.cc', 2655 'browser/sessions/chrome_tab_restore_service_client.cc',
2658 'browser/sessions/chrome_tab_restore_service_client.h', 2656 'browser/sessions/chrome_tab_restore_service_client.h',
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 '../components/components.gyp:omnibox_browser', 4116 '../components/components.gyp:omnibox_browser',
4119 '../components/components.gyp:rlz', 4117 '../components/components.gyp:rlz',
4120 '../components/components.gyp:search_engines', 4118 '../components/components.gyp:search_engines',
4121 '../rlz/rlz.gyp:rlz_lib', 4119 '../rlz/rlz.gyp:rlz_lib',
4122 ], 4120 ],
4123 }, 4121 },
4124 ], 4122 ],
4125 }], 4123 }],
4126 ], 4124 ],
4127 } 4125 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/gcm_internals_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698