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 225403021: Extract Profile-independent GCMService from GCMProfileService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. 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 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 'browser/search_engines/util.h', 1992 'browser/search_engines/util.h',
1993 'browser/services/gcm/default_gcm_app_handler.cc', 1993 'browser/services/gcm/default_gcm_app_handler.cc',
1994 'browser/services/gcm/default_gcm_app_handler.h', 1994 'browser/services/gcm/default_gcm_app_handler.h',
1995 'browser/services/gcm/gcm_app_handler.h', 1995 'browser/services/gcm/gcm_app_handler.h',
1996 'browser/services/gcm/gcm_client_factory.cc', 1996 'browser/services/gcm/gcm_client_factory.cc',
1997 'browser/services/gcm/gcm_client_factory.h', 1997 'browser/services/gcm/gcm_client_factory.h',
1998 'browser/services/gcm/gcm_profile_service.cc', 1998 'browser/services/gcm/gcm_profile_service.cc',
1999 'browser/services/gcm/gcm_profile_service.h', 1999 'browser/services/gcm/gcm_profile_service.h',
2000 'browser/services/gcm/gcm_profile_service_factory.cc', 2000 'browser/services/gcm/gcm_profile_service_factory.cc',
2001 'browser/services/gcm/gcm_profile_service_factory.h', 2001 'browser/services/gcm/gcm_profile_service_factory.h',
2002 'browser/services/gcm/gcm_service.cc',
2003 'browser/services/gcm/gcm_service.h',
2002 'browser/service_process/service_process_control.cc', 2004 'browser/service_process/service_process_control.cc',
2003 'browser/service_process/service_process_control_mac.mm', 2005 'browser/service_process/service_process_control_mac.mm',
2004 'browser/service_process/service_process_control.h', 2006 'browser/service_process/service_process_control.h',
2005 'browser/sessions/base_session_service.cc', 2007 'browser/sessions/base_session_service.cc',
2006 'browser/sessions/base_session_service.h', 2008 'browser/sessions/base_session_service.h',
2007 'browser/sessions/persistent_tab_restore_service.cc', 2009 'browser/sessions/persistent_tab_restore_service.cc',
2008 'browser/sessions/persistent_tab_restore_service.h', 2010 'browser/sessions/persistent_tab_restore_service.h',
2009 'browser/sessions/restore_on_startup_policy_handler.cc', 2011 'browser/sessions/restore_on_startup_policy_handler.cc',
2010 'browser/sessions/restore_on_startup_policy_handler.h', 2012 'browser/sessions/restore_on_startup_policy_handler.h',
2011 'browser/sessions/session_backend.cc', 2013 'browser/sessions/session_backend.cc',
(...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
3713 'package_name': 'org/chromium/chrome/browser', 3715 'package_name': 'org/chromium/chrome/browser',
3714 'template_deps': ['browser/android/tab_load_status.h'], 3716 'template_deps': ['browser/android/tab_load_status.h'],
3715 }, 3717 },
3716 'includes': [ '../build/android/java_cpp_template.gypi' ], 3718 'includes': [ '../build/android/java_cpp_template.gypi' ],
3717 }, 3719 },
3718 ], 3720 ],
3719 }, 3721 },
3720 ], 3722 ],
3721 ], 3723 ],
3722 } 3724 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698