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

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 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
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 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2627 'browser/local_discovery/service_discovery_client_mac.h', 2627 'browser/local_discovery/service_discovery_client_mac.h',
2628 'browser/local_discovery/service_discovery_client_mac.mm', 2628 'browser/local_discovery/service_discovery_client_mac.mm',
2629 'browser/local_discovery/service_discovery_client_mac_factory.h', 2629 'browser/local_discovery/service_discovery_client_mac_factory.h',
2630 'browser/local_discovery/service_discovery_client_mac_factory.mm', 2630 'browser/local_discovery/service_discovery_client_mac_factory.mm',
2631 'browser/local_discovery/service_discovery_device_lister.cc', 2631 'browser/local_discovery/service_discovery_device_lister.cc',
2632 'browser/local_discovery/service_discovery_device_lister.h', 2632 'browser/local_discovery/service_discovery_device_lister.h',
2633 'browser/local_discovery/service_discovery_shared_client.cc', 2633 'browser/local_discovery/service_discovery_shared_client.cc',
2634 'browser/local_discovery/service_discovery_shared_client.h', 2634 'browser/local_discovery/service_discovery_shared_client.h',
2635 ], 2635 ],
2636 'chrome_browser_services_sources': [ 2636 'chrome_browser_services_sources': [
2637 'browser/services/gcm/gcm_profile_service.cc',
2638 'browser/services/gcm/gcm_profile_service.h',
2639 'browser/services/gcm/gcm_profile_service_factory.cc', 2637 'browser/services/gcm/gcm_profile_service_factory.cc',
2640 'browser/services/gcm/gcm_profile_service_factory.h', 2638 'browser/services/gcm/gcm_profile_service_factory.h',
2641 'browser/services/gcm/instance_id/instance_id_profile_service.cc', 2639 'browser/services/gcm/instance_id/instance_id_profile_service.cc',
2642 'browser/services/gcm/instance_id/instance_id_profile_service.h', 2640 'browser/services/gcm/instance_id/instance_id_profile_service.h',
2643 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', 2641 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc',
2644 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', 2642 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h',
2645 ], 2643 ],
2646 'chrome_browser_session_sources': [ 2644 'chrome_browser_session_sources': [
2647 'browser/sessions/chrome_tab_restore_service_client.cc', 2645 'browser/sessions/chrome_tab_restore_service_client.cc',
2648 'browser/sessions/chrome_tab_restore_service_client.h', 2646 'browser/sessions/chrome_tab_restore_service_client.h',
(...skipping 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
4111 '../components/components.gyp:omnibox_browser', 4109 '../components/components.gyp:omnibox_browser',
4112 '../components/components.gyp:rlz', 4110 '../components/components.gyp:rlz',
4113 '../components/components.gyp:search_engines', 4111 '../components/components.gyp:search_engines',
4114 '../rlz/rlz.gyp:rlz_lib', 4112 '../rlz/rlz.gyp:rlz_lib',
4115 ], 4113 ],
4116 }, 4114 },
4117 ], 4115 ],
4118 }], 4116 }],
4119 ], 4117 ],
4120 } 4118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698