| 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 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2018 'browser/sync_file_system/drive_file_sync_util.cc', | 2018 'browser/sync_file_system/drive_file_sync_util.cc', |
| 2019 'browser/sync_file_system/drive_file_sync_util.h', | 2019 'browser/sync_file_system/drive_file_sync_util.h', |
| 2020 'browser/sync_file_system/drive_metadata_store.cc', | 2020 'browser/sync_file_system/drive_metadata_store.cc', |
| 2021 'browser/sync_file_system/drive_metadata_store.h', | 2021 'browser/sync_file_system/drive_metadata_store.h', |
| 2022 'browser/sync_file_system/file_status_observer.h', | 2022 'browser/sync_file_system/file_status_observer.h', |
| 2023 'browser/sync_file_system/local_change_processor.h', | 2023 'browser/sync_file_system/local_change_processor.h', |
| 2024 'browser/sync_file_system/local_file_sync_service.cc', | 2024 'browser/sync_file_system/local_file_sync_service.cc', |
| 2025 'browser/sync_file_system/local_file_sync_service.h', | 2025 'browser/sync_file_system/local_file_sync_service.h', |
| 2026 'browser/sync_file_system/remote_change_processor.h', | 2026 'browser/sync_file_system/remote_change_processor.h', |
| 2027 'browser/sync_file_system/remote_file_sync_service.h', | 2027 'browser/sync_file_system/remote_file_sync_service.h', |
| 2028 'browser/sync_file_system/remote_sync_operation_resolver.cc', |
| 2029 'browser/sync_file_system/remote_sync_operation_resolver.h', |
| 2028 'browser/sync_file_system/sync_event_observer.h', | 2030 'browser/sync_file_system/sync_event_observer.h', |
| 2029 'browser/sync_file_system/sync_file_system_service.cc', | 2031 'browser/sync_file_system/sync_file_system_service.cc', |
| 2030 'browser/sync_file_system/sync_file_system_service.h', | 2032 'browser/sync_file_system/sync_file_system_service.h', |
| 2031 'browser/sync_file_system/sync_file_system_service_factory.cc', | 2033 'browser/sync_file_system/sync_file_system_service_factory.cc', |
| 2032 'browser/sync_file_system/sync_file_system_service_factory.h', | 2034 'browser/sync_file_system/sync_file_system_service_factory.h', |
| 2033 'browser/sync_file_system/sync_service_state.h', | 2035 'browser/sync_file_system/sync_service_state.h', |
| 2034 'browser/tab_contents/background_contents.cc', | 2036 'browser/tab_contents/background_contents.cc', |
| 2035 'browser/tab_contents/background_contents.h', | 2037 'browser/tab_contents/background_contents.h', |
| 2036 'browser/tab_contents/language_state.cc', | 2038 'browser/tab_contents/language_state.cc', |
| 2037 'browser/tab_contents/language_state.h', | 2039 'browser/tab_contents/language_state.h', |
| (...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3079 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3081 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3080 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3082 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3081 }, | 3083 }, |
| 3082 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3084 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3083 }, | 3085 }, |
| 3084 ], | 3086 ], |
| 3085 }, | 3087 }, |
| 3086 ], | 3088 ], |
| 3087 ], | 3089 ], |
| 3088 } | 3090 } |
| OLD | NEW |