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

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 jianli,jam,fgorski,pkasting 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 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 'browser/search_engines/ui_thread_search_terms_data_android.cc', 1984 'browser/search_engines/ui_thread_search_terms_data_android.cc',
1985 'browser/search_engines/ui_thread_search_terms_data_android.h', 1985 'browser/search_engines/ui_thread_search_terms_data_android.h',
1986 'browser/search_engines/util.cc', 1986 'browser/search_engines/util.cc',
1987 'browser/search_engines/util.h', 1987 'browser/search_engines/util.h',
1988 'browser/services/gcm/gcm_profile_service.cc', 1988 'browser/services/gcm/gcm_profile_service.cc',
1989 'browser/services/gcm/gcm_profile_service.h', 1989 'browser/services/gcm/gcm_profile_service.h',
1990 'browser/services/gcm/gcm_profile_service_factory.cc', 1990 'browser/services/gcm/gcm_profile_service_factory.cc',
1991 'browser/services/gcm/gcm_profile_service_factory.h', 1991 'browser/services/gcm/gcm_profile_service_factory.h',
1992 'browser/services/gcm/gcm_desktop_utils.cc', 1992 'browser/services/gcm/gcm_desktop_utils.cc',
1993 'browser/services/gcm/gcm_desktop_utils.h', 1993 'browser/services/gcm/gcm_desktop_utils.h',
1994 'browser/services/gcm/permission_context_base.cc',
1995 'browser/services/gcm/permission_context_base.h',
1996 'browser/services/gcm/push_messaging_infobar_delegate.cc',
1997 'browser/services/gcm/push_messaging_infobar_delegate.h',
1998 'browser/services/gcm/push_messaging_permission_context.cc',
1999 'browser/services/gcm/push_messaging_permission_context.h',
2000 'browser/services/gcm/push_messaging_permission_context_factory.cc',
2001 'browser/services/gcm/push_messaging_permission_context_factory.h',
1994 'browser/services/gcm/push_messaging_service_impl.cc', 2002 'browser/services/gcm/push_messaging_service_impl.cc',
1995 'browser/services/gcm/push_messaging_service_impl.h', 2003 'browser/services/gcm/push_messaging_service_impl.h',
2004 'browser/services/gcm/permission_infobar_delegate.cc',
2005 'browser/services/gcm/permission_infobar_delegate.h',
1996 'browser/service_process/service_process_control.cc', 2006 'browser/service_process/service_process_control.cc',
1997 'browser/service_process/service_process_control_mac.mm', 2007 'browser/service_process/service_process_control_mac.mm',
1998 'browser/service_process/service_process_control.h', 2008 'browser/service_process/service_process_control.h',
1999 'browser/sessions/base_session_service.cc', 2009 'browser/sessions/base_session_service.cc',
2000 'browser/sessions/base_session_service.h', 2010 'browser/sessions/base_session_service.h',
2001 'browser/sessions/persistent_tab_restore_service.cc', 2011 'browser/sessions/persistent_tab_restore_service.cc',
2002 'browser/sessions/persistent_tab_restore_service.h', 2012 'browser/sessions/persistent_tab_restore_service.h',
2003 'browser/sessions/restore_on_startup_policy_handler.cc', 2013 'browser/sessions/restore_on_startup_policy_handler.cc',
2004 'browser/sessions/restore_on_startup_policy_handler.h', 2014 'browser/sessions/restore_on_startup_policy_handler.h',
2005 'browser/sessions/session_backend.cc', 2015 'browser/sessions/session_backend.cc',
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
3814 'package_name': 'org/chromium/chrome/browser', 3824 'package_name': 'org/chromium/chrome/browser',
3815 'template_deps': ['browser/android/tab_load_status.h'], 3825 'template_deps': ['browser/android/tab_load_status.h'],
3816 }, 3826 },
3817 'includes': [ '../build/android/java_cpp_template.gypi' ], 3827 'includes': [ '../build/android/java_cpp_template.gypi' ],
3818 }, 3828 },
3819 ], 3829 ],
3820 }, 3830 },
3821 ], 3831 ],
3822 ], 3832 ],
3823 } 3833 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698