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

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 jianli's 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 2854 matching lines...) Expand 10 before | Expand all | Expand 10 after
2865 'browser/printing/cloud_print/privet_local_printer_lister.cc', 2865 'browser/printing/cloud_print/privet_local_printer_lister.cc',
2866 'browser/printing/cloud_print/privet_local_printer_lister.h', 2866 'browser/printing/cloud_print/privet_local_printer_lister.h',
2867 'browser/printing/cloud_print/privet_notifications.cc', 2867 'browser/printing/cloud_print/privet_notifications.cc',
2868 'browser/printing/cloud_print/privet_notifications.h', 2868 'browser/printing/cloud_print/privet_notifications.h',
2869 'browser/printing/cloud_print/privet_notifications_factory.cc', 2869 'browser/printing/cloud_print/privet_notifications_factory.cc',
2870 'browser/printing/cloud_print/privet_notifications_factory.h', 2870 'browser/printing/cloud_print/privet_notifications_factory.h',
2871 'browser/printing/cloud_print/privet_url_fetcher.cc', 2871 'browser/printing/cloud_print/privet_url_fetcher.cc',
2872 'browser/printing/cloud_print/privet_url_fetcher.h', 2872 'browser/printing/cloud_print/privet_url_fetcher.h',
2873 ], 2873 ],
2874 'chrome_browser_services_sources': [ 2874 'chrome_browser_services_sources': [
2875 'browser/services/gcm/gcm_product_util.cc',
2876 'browser/services/gcm/gcm_product_util.h',
2875 'browser/services/gcm/gcm_profile_service_factory.cc', 2877 'browser/services/gcm/gcm_profile_service_factory.cc',
2876 'browser/services/gcm/gcm_profile_service_factory.h', 2878 'browser/services/gcm/gcm_profile_service_factory.h',
2877 'browser/services/gcm/instance_id/instance_id_profile_service.cc', 2879 'browser/services/gcm/instance_id/instance_id_profile_service.cc',
2878 'browser/services/gcm/instance_id/instance_id_profile_service.h', 2880 'browser/services/gcm/instance_id/instance_id_profile_service.h',
2879 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc', 2881 'browser/services/gcm/instance_id/instance_id_profile_service_factory.cc',
2880 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h', 2882 'browser/services/gcm/instance_id/instance_id_profile_service_factory.h',
2881 ], 2883 ],
2882 'chrome_browser_session_sources': [ 2884 'chrome_browser_session_sources': [
2883 'browser/sessions/chrome_tab_restore_service_client.cc', 2885 'browser/sessions/chrome_tab_restore_service_client.cc',
2884 'browser/sessions/chrome_tab_restore_service_client.h', 2886 'browser/sessions/chrome_tab_restore_service_client.h',
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
4349 '../components/components.gyp:rlz', 4351 '../components/components.gyp:rlz',
4350 '../components/components.gyp:search_engines', 4352 '../components/components.gyp:search_engines',
4351 '../rlz/rlz.gyp:rlz_lib', 4353 '../rlz/rlz.gyp:rlz_lib',
4352 'common', 4354 'common',
4353 ], 4355 ],
4354 }, 4356 },
4355 ], 4357 ],
4356 }], 4358 }],
4357 ], 4359 ],
4358 } 4360 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698