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