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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 225403021: Extract Profile-independent GCMService from GCMProfileService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Provide GCMService with the list of all accounts. It does use it after all. Created 6 years, 8 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 'browser/search_engines/util.h', 2003 'browser/search_engines/util.h',
2004 'browser/services/gcm/default_gcm_app_handler.cc', 2004 'browser/services/gcm/default_gcm_app_handler.cc',
2005 'browser/services/gcm/default_gcm_app_handler.h', 2005 'browser/services/gcm/default_gcm_app_handler.h',
2006 'browser/services/gcm/gcm_app_handler.h', 2006 'browser/services/gcm/gcm_app_handler.h',
2007 'browser/services/gcm/gcm_client_factory.cc', 2007 'browser/services/gcm/gcm_client_factory.cc',
2008 'browser/services/gcm/gcm_client_factory.h', 2008 'browser/services/gcm/gcm_client_factory.h',
2009 'browser/services/gcm/gcm_profile_service.cc', 2009 'browser/services/gcm/gcm_profile_service.cc',
2010 'browser/services/gcm/gcm_profile_service.h', 2010 'browser/services/gcm/gcm_profile_service.h',
2011 'browser/services/gcm/gcm_profile_service_factory.cc', 2011 'browser/services/gcm/gcm_profile_service_factory.cc',
2012 'browser/services/gcm/gcm_profile_service_factory.h', 2012 'browser/services/gcm/gcm_profile_service_factory.h',
2013 'browser/services/gcm/gcm_service.cc',
2014 'browser/services/gcm/gcm_service.h',
2013 'browser/service_process/service_process_control.cc', 2015 'browser/service_process/service_process_control.cc',
2014 'browser/service_process/service_process_control_mac.mm', 2016 'browser/service_process/service_process_control_mac.mm',
2015 'browser/service_process/service_process_control.h', 2017 'browser/service_process/service_process_control.h',
2016 'browser/sessions/base_session_service.cc', 2018 'browser/sessions/base_session_service.cc',
2017 'browser/sessions/base_session_service.h', 2019 'browser/sessions/base_session_service.h',
2018 'browser/sessions/persistent_tab_restore_service.cc', 2020 'browser/sessions/persistent_tab_restore_service.cc',
2019 'browser/sessions/persistent_tab_restore_service.h', 2021 'browser/sessions/persistent_tab_restore_service.h',
2020 'browser/sessions/restore_on_startup_policy_handler.cc', 2022 'browser/sessions/restore_on_startup_policy_handler.cc',
2021 'browser/sessions/restore_on_startup_policy_handler.h', 2023 'browser/sessions/restore_on_startup_policy_handler.h',
2022 'browser/sessions/session_backend.cc', 2024 'browser/sessions/session_backend.cc',
(...skipping 1764 matching lines...) Expand 10 before | Expand all | Expand 10 after
3787 'package_name': 'org/chromium/chrome/browser', 3789 'package_name': 'org/chromium/chrome/browser',
3788 'template_deps': ['browser/android/tab_load_status.h'], 3790 'template_deps': ['browser/android/tab_load_status.h'],
3789 }, 3791 },
3790 'includes': [ '../build/android/java_cpp_template.gypi' ], 3792 'includes': [ '../build/android/java_cpp_template.gypi' ],
3791 }, 3793 },
3792 ], 3794 ],
3793 }, 3795 },
3794 ], 3796 ],
3795 ], 3797 ],
3796 } 3798 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698