| 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 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2006 'browser/sync_file_system/drive_file_sync_util.cc', | 2006 'browser/sync_file_system/drive_file_sync_util.cc', |
| 2007 'browser/sync_file_system/drive_file_sync_util.h', | 2007 'browser/sync_file_system/drive_file_sync_util.h', |
| 2008 'browser/sync_file_system/drive_metadata_store.cc', | 2008 'browser/sync_file_system/drive_metadata_store.cc', |
| 2009 'browser/sync_file_system/drive_metadata_store.h', | 2009 'browser/sync_file_system/drive_metadata_store.h', |
| 2010 'browser/sync_file_system/file_status_observer.h', | 2010 'browser/sync_file_system/file_status_observer.h', |
| 2011 'browser/sync_file_system/local_change_processor.h', | 2011 'browser/sync_file_system/local_change_processor.h', |
| 2012 'browser/sync_file_system/local_file_sync_service.cc', | 2012 'browser/sync_file_system/local_file_sync_service.cc', |
| 2013 'browser/sync_file_system/local_file_sync_service.h', | 2013 'browser/sync_file_system/local_file_sync_service.h', |
| 2014 'browser/sync_file_system/remote_change_processor.h', | 2014 'browser/sync_file_system/remote_change_processor.h', |
| 2015 'browser/sync_file_system/remote_file_sync_service.h', | 2015 'browser/sync_file_system/remote_file_sync_service.h', |
| 2016 'browser/sync_file_system/remote_sync_operation_resolver.cc', |
| 2017 'browser/sync_file_system/remote_sync_operation_resolver.h', |
| 2016 'browser/sync_file_system/sync_event_observer.h', | 2018 'browser/sync_file_system/sync_event_observer.h', |
| 2017 'browser/sync_file_system/sync_file_system_service.cc', | 2019 'browser/sync_file_system/sync_file_system_service.cc', |
| 2018 'browser/sync_file_system/sync_file_system_service.h', | 2020 'browser/sync_file_system/sync_file_system_service.h', |
| 2019 'browser/sync_file_system/sync_file_system_service_factory.cc', | 2021 'browser/sync_file_system/sync_file_system_service_factory.cc', |
| 2020 'browser/sync_file_system/sync_file_system_service_factory.h', | 2022 'browser/sync_file_system/sync_file_system_service_factory.h', |
| 2021 'browser/sync_file_system/sync_service_state.h', | 2023 'browser/sync_file_system/sync_service_state.h', |
| 2022 'browser/tab_contents/background_contents.cc', | 2024 'browser/tab_contents/background_contents.cc', |
| 2023 'browser/tab_contents/background_contents.h', | 2025 'browser/tab_contents/background_contents.h', |
| 2024 'browser/tab_contents/language_state.cc', | 2026 'browser/tab_contents/language_state.cc', |
| 2025 'browser/tab_contents/language_state.h', | 2027 'browser/tab_contents/language_state.h', |
| (...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3062 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3064 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3063 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3065 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3064 }, | 3066 }, |
| 3065 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3067 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3066 }, | 3068 }, |
| 3067 ], | 3069 ], |
| 3068 }, | 3070 }, |
| 3069 ], | 3071 ], |
| 3070 ], | 3072 ], |
| 3071 } | 3073 } |
| OLD | NEW |