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 2026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2037 'browser/search_engines/util.h', | 2037 'browser/search_engines/util.h', |
2038 'browser/services/gcm/default_gcm_app_handler.cc', | 2038 'browser/services/gcm/default_gcm_app_handler.cc', |
2039 'browser/services/gcm/default_gcm_app_handler.h', | 2039 'browser/services/gcm/default_gcm_app_handler.h', |
2040 'browser/services/gcm/gcm_app_handler.h', | 2040 'browser/services/gcm/gcm_app_handler.h', |
2041 'browser/services/gcm/gcm_client_factory.cc', | 2041 'browser/services/gcm/gcm_client_factory.cc', |
2042 'browser/services/gcm/gcm_client_factory.h', | 2042 'browser/services/gcm/gcm_client_factory.h', |
2043 'browser/services/gcm/gcm_profile_service.cc', | 2043 'browser/services/gcm/gcm_profile_service.cc', |
2044 'browser/services/gcm/gcm_profile_service.h', | 2044 'browser/services/gcm/gcm_profile_service.h', |
2045 'browser/services/gcm/gcm_profile_service_factory.cc', | 2045 'browser/services/gcm/gcm_profile_service_factory.cc', |
2046 'browser/services/gcm/gcm_profile_service_factory.h', | 2046 'browser/services/gcm/gcm_profile_service_factory.h', |
| 2047 'browser/services/gcm/gcm_service.cc', |
| 2048 'browser/services/gcm/gcm_service.h', |
2047 'browser/service_process/service_process_control.cc', | 2049 'browser/service_process/service_process_control.cc', |
2048 'browser/service_process/service_process_control_mac.mm', | 2050 'browser/service_process/service_process_control_mac.mm', |
2049 'browser/service_process/service_process_control.h', | 2051 'browser/service_process/service_process_control.h', |
2050 'browser/sessions/base_session_service.cc', | 2052 'browser/sessions/base_session_service.cc', |
2051 'browser/sessions/base_session_service.h', | 2053 'browser/sessions/base_session_service.h', |
2052 'browser/sessions/persistent_tab_restore_service.cc', | 2054 'browser/sessions/persistent_tab_restore_service.cc', |
2053 'browser/sessions/persistent_tab_restore_service.h', | 2055 'browser/sessions/persistent_tab_restore_service.h', |
2054 'browser/sessions/restore_on_startup_policy_handler.cc', | 2056 'browser/sessions/restore_on_startup_policy_handler.cc', |
2055 'browser/sessions/restore_on_startup_policy_handler.h', | 2057 'browser/sessions/restore_on_startup_policy_handler.h', |
2056 'browser/sessions/session_backend.cc', | 2058 'browser/sessions/session_backend.cc', |
(...skipping 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3832 'package_name': 'org/chromium/chrome/browser', | 3834 'package_name': 'org/chromium/chrome/browser', |
3833 'template_deps': ['browser/android/tab_load_status.h'], | 3835 'template_deps': ['browser/android/tab_load_status.h'], |
3834 }, | 3836 }, |
3835 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3837 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3836 }, | 3838 }, |
3837 ], | 3839 ], |
3838 }, | 3840 }, |
3839 ], | 3841 ], |
3840 ], | 3842 ], |
3841 } | 3843 } |
OLD | NEW |