| 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 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2001 'browser/search_engines/util.h', | 2001 'browser/search_engines/util.h', |
| 2002 'browser/services/gcm/default_gcm_app_handler.cc', | 2002 'browser/services/gcm/default_gcm_app_handler.cc', |
| 2003 'browser/services/gcm/default_gcm_app_handler.h', | 2003 'browser/services/gcm/default_gcm_app_handler.h', |
| 2004 'browser/services/gcm/gcm_app_handler.h', | 2004 'browser/services/gcm/gcm_app_handler.h', |
| 2005 'browser/services/gcm/gcm_client_factory.cc', | 2005 'browser/services/gcm/gcm_client_factory.cc', |
| 2006 'browser/services/gcm/gcm_client_factory.h', | 2006 'browser/services/gcm/gcm_client_factory.h', |
| 2007 'browser/services/gcm/gcm_profile_service.cc', | 2007 'browser/services/gcm/gcm_profile_service.cc', |
| 2008 'browser/services/gcm/gcm_profile_service.h', | 2008 'browser/services/gcm/gcm_profile_service.h', |
| 2009 'browser/services/gcm/gcm_profile_service_factory.cc', | 2009 'browser/services/gcm/gcm_profile_service_factory.cc', |
| 2010 'browser/services/gcm/gcm_profile_service_factory.h', | 2010 'browser/services/gcm/gcm_profile_service_factory.h', |
| 2011 'browser/services/gcm/gcm_service.cc', |
| 2012 'browser/services/gcm/gcm_service.h', |
| 2011 'browser/service_process/service_process_control.cc', | 2013 'browser/service_process/service_process_control.cc', |
| 2012 'browser/service_process/service_process_control_mac.mm', | 2014 'browser/service_process/service_process_control_mac.mm', |
| 2013 'browser/service_process/service_process_control.h', | 2015 'browser/service_process/service_process_control.h', |
| 2014 'browser/sessions/base_session_service.cc', | 2016 'browser/sessions/base_session_service.cc', |
| 2015 'browser/sessions/base_session_service.h', | 2017 'browser/sessions/base_session_service.h', |
| 2016 'browser/sessions/persistent_tab_restore_service.cc', | 2018 'browser/sessions/persistent_tab_restore_service.cc', |
| 2017 'browser/sessions/persistent_tab_restore_service.h', | 2019 'browser/sessions/persistent_tab_restore_service.h', |
| 2018 'browser/sessions/restore_on_startup_policy_handler.cc', | 2020 'browser/sessions/restore_on_startup_policy_handler.cc', |
| 2019 'browser/sessions/restore_on_startup_policy_handler.h', | 2021 'browser/sessions/restore_on_startup_policy_handler.h', |
| 2020 'browser/sessions/session_backend.cc', | 2022 'browser/sessions/session_backend.cc', |
| (...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3777 'package_name': 'org/chromium/chrome/browser', | 3779 'package_name': 'org/chromium/chrome/browser', |
| 3778 'template_deps': ['browser/android/tab_load_status.h'], | 3780 'template_deps': ['browser/android/tab_load_status.h'], |
| 3779 }, | 3781 }, |
| 3780 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3782 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3781 }, | 3783 }, |
| 3782 ], | 3784 ], |
| 3783 }, | 3785 }, |
| 3784 ], | 3786 ], |
| 3785 ], | 3787 ], |
| 3786 } | 3788 } |
| OLD | NEW |