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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2111973002: Add support for GCM subtypes to desktop Instance ID implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid9push
Patch Set: Address review comments Created 4 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
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 2806 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 'browser/printing/cloud_print/privet_local_printer_lister.cc', 2817 'browser/printing/cloud_print/privet_local_printer_lister.cc',
2818 'browser/printing/cloud_print/privet_local_printer_lister.h', 2818 'browser/printing/cloud_print/privet_local_printer_lister.h',
2819 'browser/printing/cloud_print/privet_notifications.cc', 2819 'browser/printing/cloud_print/privet_notifications.cc',
2820 'browser/printing/cloud_print/privet_notifications.h', 2820 'browser/printing/cloud_print/privet_notifications.h',
2821 'browser/printing/cloud_print/privet_notifications_factory.cc', 2821 'browser/printing/cloud_print/privet_notifications_factory.cc',
2822 'browser/printing/cloud_print/privet_notifications_factory.h', 2822 'browser/printing/cloud_print/privet_notifications_factory.h',
2823 'browser/printing/cloud_print/privet_url_fetcher.cc', 2823 'browser/printing/cloud_print/privet_url_fetcher.cc',
2824 'browser/printing/cloud_print/privet_url_fetcher.h', 2824 'browser/printing/cloud_print/privet_url_fetcher.h',
2825 ], 2825 ],
2826 'chrome_browser_services_sources': [ 2826 'chrome_browser_services_sources': [
2827 'browser/services/gcm/gcm_product_util.cc',
2828 'browser/services/gcm/gcm_product_util.h',
2827 'browser/services/gcm/gcm_profile_service_factory.cc', 2829 'browser/services/gcm/gcm_profile_service_factory.cc',
2828 'browser/services/gcm/gcm_profile_service_factory.h', 2830 'browser/services/gcm/gcm_profile_service_factory.h',
2829 'browser/services/gcm/instance_id/instance_id_profile_service.cc', 2831 'browser/services/gcm/instance_id/instance_id_profile_service.cc',
2830 'browser/services/gcm/instance_id/instance_id_profile_service.h', 2832 'browser/services/gcm/instance_id/instance_id_profile_service.h',
2831 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', 2833 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc',
2832 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', 2834 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h',
2833 ], 2835 ],
2834 'chrome_browser_session_sources': [ 2836 'chrome_browser_session_sources': [
2835 'browser/sessions/chrome_tab_restore_service_client.cc', 2837 'browser/sessions/chrome_tab_restore_service_client.cc',
2836 'browser/sessions/chrome_tab_restore_service_client.h', 2838 'browser/sessions/chrome_tab_restore_service_client.h',
(...skipping 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after
4312 '../components/components.gyp:rlz', 4314 '../components/components.gyp:rlz',
4313 '../components/components.gyp:search_engines', 4315 '../components/components.gyp:search_engines',
4314 '../rlz/rlz.gyp:rlz_lib', 4316 '../rlz/rlz.gyp:rlz_lib',
4315 'common', 4317 'common',
4316 ], 4318 ],
4317 }, 4319 },
4318 ], 4320 ],
4319 }], 4321 }],
4320 ], 4322 ],
4321 } 4323 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698