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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 290013011: Move all remaining files to gcm_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 6 years, 6 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
« no previous file with comments | « chrome/browser/ui/webui/gcm_internals_ui.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 '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 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after
2001 'browser/search_engines/template_url_prepopulate_data.h', 2001 'browser/search_engines/template_url_prepopulate_data.h',
2002 'browser/search_engines/template_url_service.cc', 2002 'browser/search_engines/template_url_service.cc',
2003 'browser/search_engines/template_url_service.h', 2003 'browser/search_engines/template_url_service.h',
2004 'browser/search_engines/template_url_service_android.cc', 2004 'browser/search_engines/template_url_service_android.cc',
2005 'browser/search_engines/template_url_service_android.h', 2005 'browser/search_engines/template_url_service_android.h',
2006 'browser/search_engines/template_url_service_factory.cc', 2006 'browser/search_engines/template_url_service_factory.cc',
2007 'browser/search_engines/template_url_service_factory.h', 2007 'browser/search_engines/template_url_service_factory.h',
2008 'browser/search_engines/template_url_service_observer.h', 2008 'browser/search_engines/template_url_service_observer.h',
2009 'browser/search_engines/util.cc', 2009 'browser/search_engines/util.cc',
2010 'browser/search_engines/util.h', 2010 'browser/search_engines/util.h',
2011 'browser/services/gcm/gcm_driver.cc',
2012 'browser/services/gcm/gcm_driver.h',
2013 'browser/services/gcm/gcm_profile_service.cc', 2011 'browser/services/gcm/gcm_profile_service.cc',
2014 'browser/services/gcm/gcm_profile_service.h', 2012 'browser/services/gcm/gcm_profile_service.h',
2015 'browser/services/gcm/gcm_profile_service_factory.cc', 2013 'browser/services/gcm/gcm_profile_service_factory.cc',
2016 'browser/services/gcm/gcm_profile_service_factory.h', 2014 'browser/services/gcm/gcm_profile_service_factory.h',
2017 'browser/services/gcm/gcm_utils.cc', 2015 'browser/services/gcm/gcm_utils.cc',
2018 'browser/services/gcm/gcm_utils.h', 2016 'browser/services/gcm/gcm_utils.h',
2019 'browser/service_process/service_process_control.cc', 2017 'browser/service_process/service_process_control.cc',
2020 'browser/service_process/service_process_control_mac.mm', 2018 'browser/service_process/service_process_control_mac.mm',
2021 'browser/service_process/service_process_control.h', 2019 'browser/service_process/service_process_control.h',
2022 'browser/sessions/base_session_service.cc', 2020 'browser/sessions/base_session_service.cc',
(...skipping 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after
3741 'package_name': 'org/chromium/chrome/browser', 3739 'package_name': 'org/chromium/chrome/browser',
3742 'template_deps': ['browser/android/tab_load_status.h'], 3740 'template_deps': ['browser/android/tab_load_status.h'],
3743 }, 3741 },
3744 'includes': [ '../build/android/java_cpp_template.gypi' ], 3742 'includes': [ '../build/android/java_cpp_template.gypi' ],
3745 }, 3743 },
3746 ], 3744 ],
3747 }, 3745 },
3748 ], 3746 ],
3749 ], 3747 ],
3750 } 3748 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/gcm_internals_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698