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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1293393003: Componentize gcm_account_tracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service.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 2594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2605 'browser/local_discovery/service_discovery_client_mac.h', 2605 'browser/local_discovery/service_discovery_client_mac.h',
2606 'browser/local_discovery/service_discovery_client_mac.mm', 2606 'browser/local_discovery/service_discovery_client_mac.mm',
2607 'browser/local_discovery/service_discovery_client_mac_factory.h', 2607 'browser/local_discovery/service_discovery_client_mac_factory.h',
2608 'browser/local_discovery/service_discovery_client_mac_factory.mm', 2608 'browser/local_discovery/service_discovery_client_mac_factory.mm',
2609 'browser/local_discovery/service_discovery_device_lister.cc', 2609 'browser/local_discovery/service_discovery_device_lister.cc',
2610 'browser/local_discovery/service_discovery_device_lister.h', 2610 'browser/local_discovery/service_discovery_device_lister.h',
2611 'browser/local_discovery/service_discovery_shared_client.cc', 2611 'browser/local_discovery/service_discovery_shared_client.cc',
2612 'browser/local_discovery/service_discovery_shared_client.h', 2612 'browser/local_discovery/service_discovery_shared_client.h',
2613 ], 2613 ],
2614 'chrome_browser_services_sources': [ 2614 'chrome_browser_services_sources': [
2615 'browser/services/gcm/gcm_account_tracker.cc',
2616 'browser/services/gcm/gcm_account_tracker.h',
2617 'browser/services/gcm/gcm_profile_service.cc', 2615 'browser/services/gcm/gcm_profile_service.cc',
2618 'browser/services/gcm/gcm_profile_service.h', 2616 'browser/services/gcm/gcm_profile_service.h',
2619 'browser/services/gcm/gcm_profile_service_factory.cc', 2617 'browser/services/gcm/gcm_profile_service_factory.cc',
2620 'browser/services/gcm/gcm_profile_service_factory.h', 2618 'browser/services/gcm/gcm_profile_service_factory.h',
2621 'browser/services/gcm/instance_id/instance_id_profile_service.cc', 2619 'browser/services/gcm/instance_id/instance_id_profile_service.cc',
2622 'browser/services/gcm/instance_id/instance_id_profile_service.h', 2620 'browser/services/gcm/instance_id/instance_id_profile_service.h',
2623 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', 2621 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc',
2624 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', 2622 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h',
2625 ], 2623 ],
2626 'chrome_browser_session_sources': [ 2624 'chrome_browser_session_sources': [
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
4105 '../components/components.gyp:omnibox_browser', 4103 '../components/components.gyp:omnibox_browser',
4106 '../components/components.gyp:rlz', 4104 '../components/components.gyp:rlz',
4107 '../components/components.gyp:search_engines', 4105 '../components/components.gyp:search_engines',
4108 '../rlz/rlz.gyp:rlz_lib', 4106 '../rlz/rlz.gyp:rlz_lib',
4109 ], 4107 ],
4110 }, 4108 },
4111 ], 4109 ],
4112 }], 4110 }],
4113 ], 4111 ],
4114 } 4112 }
OLDNEW
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698