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 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1995 'browser/search_engines/template_url_service_factory.h', | 1995 'browser/search_engines/template_url_service_factory.h', |
1996 'browser/search_engines/template_url_service_observer.h', | 1996 'browser/search_engines/template_url_service_observer.h', |
1997 'browser/search_engines/util.cc', | 1997 'browser/search_engines/util.cc', |
1998 'browser/search_engines/util.h', | 1998 'browser/search_engines/util.h', |
1999 'browser/services/gcm/gcm_driver.cc', | 1999 'browser/services/gcm/gcm_driver.cc', |
2000 'browser/services/gcm/gcm_driver.h', | 2000 'browser/services/gcm/gcm_driver.h', |
2001 'browser/services/gcm/gcm_profile_service.cc', | 2001 'browser/services/gcm/gcm_profile_service.cc', |
2002 'browser/services/gcm/gcm_profile_service.h', | 2002 'browser/services/gcm/gcm_profile_service.h', |
2003 'browser/services/gcm/gcm_profile_service_factory.cc', | 2003 'browser/services/gcm/gcm_profile_service_factory.cc', |
2004 'browser/services/gcm/gcm_profile_service_factory.h', | 2004 'browser/services/gcm/gcm_profile_service_factory.h', |
| 2005 'browser/services/gcm/gcm_utils.cc', |
| 2006 'browser/services/gcm/gcm_utils.h', |
2005 'browser/service_process/service_process_control.cc', | 2007 'browser/service_process/service_process_control.cc', |
2006 'browser/service_process/service_process_control_mac.mm', | 2008 'browser/service_process/service_process_control_mac.mm', |
2007 'browser/service_process/service_process_control.h', | 2009 'browser/service_process/service_process_control.h', |
2008 'browser/sessions/base_session_service.cc', | 2010 'browser/sessions/base_session_service.cc', |
2009 'browser/sessions/base_session_service.h', | 2011 'browser/sessions/base_session_service.h', |
2010 'browser/sessions/persistent_tab_restore_service.cc', | 2012 'browser/sessions/persistent_tab_restore_service.cc', |
2011 'browser/sessions/persistent_tab_restore_service.h', | 2013 'browser/sessions/persistent_tab_restore_service.h', |
2012 'browser/sessions/restore_on_startup_policy_handler.cc', | 2014 'browser/sessions/restore_on_startup_policy_handler.cc', |
2013 'browser/sessions/restore_on_startup_policy_handler.h', | 2015 'browser/sessions/restore_on_startup_policy_handler.h', |
2014 'browser/sessions/session_backend.cc', | 2016 'browser/sessions/session_backend.cc', |
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3720 'package_name': 'org/chromium/chrome/browser', | 3722 'package_name': 'org/chromium/chrome/browser', |
3721 'template_deps': ['browser/android/tab_load_status.h'], | 3723 'template_deps': ['browser/android/tab_load_status.h'], |
3722 }, | 3724 }, |
3723 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3725 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3724 }, | 3726 }, |
3725 ], | 3727 ], |
3726 }, | 3728 }, |
3727 ], | 3729 ], |
3728 ], | 3730 ], |
3729 } | 3731 } |
OLD | NEW |