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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 317823007: Hook PushMessagingMessageFilter up to GCMDriver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Send failure IPC when service is NULL 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/app_list/test/fake_profile.cc ('k') | chrome/test/base/testing_profile.h » ('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 2013 matching lines...) Expand 10 before | Expand all | Expand 10 after
2024 'browser/search_engines/ui_thread_search_terms_data_android.cc', 2024 'browser/search_engines/ui_thread_search_terms_data_android.cc',
2025 'browser/search_engines/ui_thread_search_terms_data_android.h', 2025 'browser/search_engines/ui_thread_search_terms_data_android.h',
2026 'browser/search_engines/util.cc', 2026 'browser/search_engines/util.cc',
2027 'browser/search_engines/util.h', 2027 'browser/search_engines/util.h',
2028 'browser/services/gcm/gcm_profile_service.cc', 2028 'browser/services/gcm/gcm_profile_service.cc',
2029 'browser/services/gcm/gcm_profile_service.h', 2029 'browser/services/gcm/gcm_profile_service.h',
2030 'browser/services/gcm/gcm_profile_service_factory.cc', 2030 'browser/services/gcm/gcm_profile_service_factory.cc',
2031 'browser/services/gcm/gcm_profile_service_factory.h', 2031 'browser/services/gcm/gcm_profile_service_factory.h',
2032 'browser/services/gcm/gcm_desktop_utils.cc', 2032 'browser/services/gcm/gcm_desktop_utils.cc',
2033 'browser/services/gcm/gcm_desktop_utils.h', 2033 'browser/services/gcm/gcm_desktop_utils.h',
2034 'browser/services/gcm/push_messaging_service_impl.cc',
2035 'browser/services/gcm/push_messaging_service_impl.h',
2034 'browser/service_process/service_process_control.cc', 2036 'browser/service_process/service_process_control.cc',
2035 'browser/service_process/service_process_control_mac.mm', 2037 'browser/service_process/service_process_control_mac.mm',
2036 'browser/service_process/service_process_control.h', 2038 'browser/service_process/service_process_control.h',
2037 'browser/sessions/base_session_service.cc', 2039 'browser/sessions/base_session_service.cc',
2038 'browser/sessions/base_session_service.h', 2040 'browser/sessions/base_session_service.h',
2039 'browser/sessions/persistent_tab_restore_service.cc', 2041 'browser/sessions/persistent_tab_restore_service.cc',
2040 'browser/sessions/persistent_tab_restore_service.h', 2042 'browser/sessions/persistent_tab_restore_service.h',
2041 'browser/sessions/restore_on_startup_policy_handler.cc', 2043 'browser/sessions/restore_on_startup_policy_handler.cc',
2042 'browser/sessions/restore_on_startup_policy_handler.h', 2044 'browser/sessions/restore_on_startup_policy_handler.h',
2043 'browser/sessions/session_backend.cc', 2045 'browser/sessions/session_backend.cc',
(...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after
3783 'package_name': 'org/chromium/chrome/browser', 3785 'package_name': 'org/chromium/chrome/browser',
3784 'template_deps': ['browser/android/tab_load_status.h'], 3786 'template_deps': ['browser/android/tab_load_status.h'],
3785 }, 3787 },
3786 'includes': [ '../build/android/java_cpp_template.gypi' ], 3788 'includes': [ '../build/android/java_cpp_template.gypi' ],
3787 }, 3789 },
3788 ], 3790 ],
3789 }, 3791 },
3790 ], 3792 ],
3791 ], 3793 ],
3792 } 3794 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/test/fake_profile.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698