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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 343743004: Implement a permission check for push. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments from Peter, Bernhard and Elliot 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
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 1965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'browser/search_engines/ui_thread_search_terms_data_android.cc', 1976 'browser/search_engines/ui_thread_search_terms_data_android.cc',
1977 'browser/search_engines/ui_thread_search_terms_data_android.h', 1977 'browser/search_engines/ui_thread_search_terms_data_android.h',
1978 'browser/search_engines/util.cc', 1978 'browser/search_engines/util.cc',
1979 'browser/search_engines/util.h', 1979 'browser/search_engines/util.h',
1980 'browser/services/gcm/gcm_profile_service.cc', 1980 'browser/services/gcm/gcm_profile_service.cc',
1981 'browser/services/gcm/gcm_profile_service.h', 1981 'browser/services/gcm/gcm_profile_service.h',
1982 'browser/services/gcm/gcm_profile_service_factory.cc', 1982 'browser/services/gcm/gcm_profile_service_factory.cc',
1983 'browser/services/gcm/gcm_profile_service_factory.h', 1983 'browser/services/gcm/gcm_profile_service_factory.h',
1984 'browser/services/gcm/gcm_desktop_utils.cc', 1984 'browser/services/gcm/gcm_desktop_utils.cc',
1985 'browser/services/gcm/gcm_desktop_utils.h', 1985 'browser/services/gcm/gcm_desktop_utils.h',
1986 'browser/services/gcm/gcm_infobar_delegate.cc',
1987 'browser/services/gcm/gcm_infobar_delegate.h',
1988 'browser/services/gcm/gcm_permission_context.cc',
1989 'browser/services/gcm/gcm_permission_context.h',
1990 'browser/services/gcm/gcm_permission_context_factory.cc',
1991 'browser/services/gcm/gcm_permission_context_factory.h',
1992 'browser/services/gcm/permission_context_base.cc',
1993 'browser/services/gcm/permission_context_base.h',
1986 'browser/services/gcm/push_messaging_service_impl.cc', 1994 'browser/services/gcm/push_messaging_service_impl.cc',
1987 'browser/services/gcm/push_messaging_service_impl.h', 1995 'browser/services/gcm/push_messaging_service_impl.h',
1996 'browser/services/gcm/permission_infobar_delegate.cc',
1997 'browser/services/gcm/permission_infobar_delegate.h',
1988 'browser/service_process/service_process_control.cc', 1998 'browser/service_process/service_process_control.cc',
1989 'browser/service_process/service_process_control_mac.mm', 1999 'browser/service_process/service_process_control_mac.mm',
1990 'browser/service_process/service_process_control.h', 2000 'browser/service_process/service_process_control.h',
1991 'browser/sessions/base_session_service.cc', 2001 'browser/sessions/base_session_service.cc',
1992 'browser/sessions/base_session_service.h', 2002 'browser/sessions/base_session_service.h',
1993 'browser/sessions/persistent_tab_restore_service.cc', 2003 'browser/sessions/persistent_tab_restore_service.cc',
1994 'browser/sessions/persistent_tab_restore_service.h', 2004 'browser/sessions/persistent_tab_restore_service.h',
1995 'browser/sessions/restore_on_startup_policy_handler.cc', 2005 'browser/sessions/restore_on_startup_policy_handler.cc',
1996 'browser/sessions/restore_on_startup_policy_handler.h', 2006 'browser/sessions/restore_on_startup_policy_handler.h',
1997 'browser/sessions/session_backend.cc', 2007 'browser/sessions/session_backend.cc',
(...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'package_name': 'org/chromium/chrome/browser', 3815 'package_name': 'org/chromium/chrome/browser',
3806 'template_deps': ['browser/android/tab_load_status.h'], 3816 'template_deps': ['browser/android/tab_load_status.h'],
3807 }, 3817 },
3808 'includes': [ '../build/android/java_cpp_template.gypi' ], 3818 'includes': [ '../build/android/java_cpp_template.gypi' ],
3809 }, 3819 },
3810 ], 3820 ],
3811 }, 3821 },
3812 ], 3822 ],
3813 ], 3823 ],
3814 } 3824 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698