| 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 2010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2021 'browser/sync/glue/data_type_encryption_handler.cc', | 2021 'browser/sync/glue/data_type_encryption_handler.cc', |
| 2022 'browser/sync/glue/data_type_encryption_handler.h', | 2022 'browser/sync/glue/data_type_encryption_handler.h', |
| 2023 'browser/sync/glue/data_type_error_handler.h', | 2023 'browser/sync/glue/data_type_error_handler.h', |
| 2024 'browser/sync/glue/data_type_manager.cc', | 2024 'browser/sync/glue/data_type_manager.cc', |
| 2025 'browser/sync/glue/data_type_manager.h', | 2025 'browser/sync/glue/data_type_manager.h', |
| 2026 'browser/sync/glue/data_type_manager_impl.cc', | 2026 'browser/sync/glue/data_type_manager_impl.cc', |
| 2027 'browser/sync/glue/data_type_manager_impl.h', | 2027 'browser/sync/glue/data_type_manager_impl.h', |
| 2028 'browser/sync/glue/data_type_manager_observer.h', | 2028 'browser/sync/glue/data_type_manager_observer.h', |
| 2029 'browser/sync/glue/device_info.cc', | 2029 'browser/sync/glue/device_info.cc', |
| 2030 'browser/sync/glue/device_info.h', | 2030 'browser/sync/glue/device_info.h', |
| 2031 'browser/sync/glue/dummy_invalidator.cc', |
| 2032 'browser/sync/glue/dummy_invalidator.h', |
| 2031 'browser/sync/glue/extension_data_type_controller.cc', | 2033 'browser/sync/glue/extension_data_type_controller.cc', |
| 2032 'browser/sync/glue/extension_data_type_controller.h', | 2034 'browser/sync/glue/extension_data_type_controller.h', |
| 2033 'browser/sync/glue/extension_setting_data_type_controller.cc', | 2035 'browser/sync/glue/extension_setting_data_type_controller.cc', |
| 2034 'browser/sync/glue/extension_setting_data_type_controller.h', | 2036 'browser/sync/glue/extension_setting_data_type_controller.h', |
| 2035 'browser/sync/glue/failed_data_types_handler.cc', | 2037 'browser/sync/glue/failed_data_types_handler.cc', |
| 2036 'browser/sync/glue/failed_data_types_handler.h', | 2038 'browser/sync/glue/failed_data_types_handler.h', |
| 2037 'browser/sync/glue/favicon_cache.cc', | 2039 'browser/sync/glue/favicon_cache.cc', |
| 2038 'browser/sync/glue/favicon_cache.h', | 2040 'browser/sync/glue/favicon_cache.h', |
| 2039 'browser/sync/glue/frontend_data_type_controller.cc', | 2041 'browser/sync/glue/frontend_data_type_controller.cc', |
| 2040 'browser/sync/glue/frontend_data_type_controller.h', | 2042 'browser/sync/glue/frontend_data_type_controller.h', |
| (...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3313 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3315 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3314 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3316 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3315 }, | 3317 }, |
| 3316 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3318 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3317 }, | 3319 }, |
| 3318 ], | 3320 ], |
| 3319 }, | 3321 }, |
| 3320 ], | 3322 ], |
| 3321 ], | 3323 ], |
| 3322 } | 3324 } |
| OLD | NEW |