| 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 2011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2022 'browser/search_engines/template_url_service_factory.h', | 2022 'browser/search_engines/template_url_service_factory.h', |
| 2023 'browser/search_engines/template_url_service_observer.h', | 2023 'browser/search_engines/template_url_service_observer.h', |
| 2024 'browser/search_engines/util.cc', | 2024 'browser/search_engines/util.cc', |
| 2025 'browser/search_engines/util.h', | 2025 'browser/search_engines/util.h', |
| 2026 'browser/services/gcm/gcm_profile_service.cc', | 2026 'browser/services/gcm/gcm_profile_service.cc', |
| 2027 'browser/services/gcm/gcm_profile_service.h', | 2027 'browser/services/gcm/gcm_profile_service.h', |
| 2028 'browser/services/gcm/gcm_profile_service_factory.cc', | 2028 'browser/services/gcm/gcm_profile_service_factory.cc', |
| 2029 'browser/services/gcm/gcm_profile_service_factory.h', | 2029 'browser/services/gcm/gcm_profile_service_factory.h', |
| 2030 'browser/services/gcm/gcm_desktop_utils.cc', | 2030 'browser/services/gcm/gcm_desktop_utils.cc', |
| 2031 'browser/services/gcm/gcm_desktop_utils.h', | 2031 'browser/services/gcm/gcm_desktop_utils.h', |
| 2032 'browser/services/gcm/push_messaging_service_impl.cc', |
| 2033 'browser/services/gcm/push_messaging_service_impl.h', |
| 2032 'browser/service_process/service_process_control.cc', | 2034 'browser/service_process/service_process_control.cc', |
| 2033 'browser/service_process/service_process_control_mac.mm', | 2035 'browser/service_process/service_process_control_mac.mm', |
| 2034 'browser/service_process/service_process_control.h', | 2036 'browser/service_process/service_process_control.h', |
| 2035 'browser/sessions/base_session_service.cc', | 2037 'browser/sessions/base_session_service.cc', |
| 2036 'browser/sessions/base_session_service.h', | 2038 'browser/sessions/base_session_service.h', |
| 2037 'browser/sessions/persistent_tab_restore_service.cc', | 2039 'browser/sessions/persistent_tab_restore_service.cc', |
| 2038 'browser/sessions/persistent_tab_restore_service.h', | 2040 'browser/sessions/persistent_tab_restore_service.h', |
| 2039 'browser/sessions/restore_on_startup_policy_handler.cc', | 2041 'browser/sessions/restore_on_startup_policy_handler.cc', |
| 2040 'browser/sessions/restore_on_startup_policy_handler.h', | 2042 'browser/sessions/restore_on_startup_policy_handler.h', |
| 2041 'browser/sessions/session_backend.cc', | 2043 'browser/sessions/session_backend.cc', |
| (...skipping 1735 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 |