| 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 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2113 'browser/sync/sync_prefs.h', | 2113 'browser/sync/sync_prefs.h', |
| 2114 'browser/sync/sync_ui_util.cc', | 2114 'browser/sync/sync_ui_util.cc', |
| 2115 'browser/sync/sync_ui_util.h', | 2115 'browser/sync/sync_ui_util.h', |
| 2116 'browser/sync/user_selectable_sync_type.h', | 2116 'browser/sync/user_selectable_sync_type.h', |
| 2117 'browser/sync_file_system/conflict_resolution_policy.h', | 2117 'browser/sync_file_system/conflict_resolution_policy.h', |
| 2118 'browser/sync_file_system/drive/api_util.cc', | 2118 'browser/sync_file_system/drive/api_util.cc', |
| 2119 'browser/sync_file_system/drive/api_util.h', | 2119 'browser/sync_file_system/drive/api_util.h', |
| 2120 'browser/sync_file_system/drive/api_util_interface.h', | 2120 'browser/sync_file_system/drive/api_util_interface.h', |
| 2121 'browser/sync_file_system/drive/local_change_processor_delegate.cc', | 2121 'browser/sync_file_system/drive/local_change_processor_delegate.cc', |
| 2122 'browser/sync_file_system/drive/local_change_processor_delegate.h', | 2122 'browser/sync_file_system/drive/local_change_processor_delegate.h', |
| 2123 'browser/sync_file_system/drive/metadata_db_migration_util.cc', |
| 2124 'browser/sync_file_system/drive/metadata_db_migration_util.h', |
| 2123 'browser/sync_file_system/drive_file_sync_service.cc', | 2125 'browser/sync_file_system/drive_file_sync_service.cc', |
| 2124 'browser/sync_file_system/drive_file_sync_service.h', | 2126 'browser/sync_file_system/drive_file_sync_service.h', |
| 2125 'browser/sync_file_system/drive_file_sync_task_manager.cc', | 2127 'browser/sync_file_system/drive_file_sync_task_manager.cc', |
| 2126 'browser/sync_file_system/drive_file_sync_task_manager.h', | 2128 'browser/sync_file_system/drive_file_sync_task_manager.h', |
| 2127 'browser/sync_file_system/drive_file_sync_util.cc', | 2129 'browser/sync_file_system/drive_file_sync_util.cc', |
| 2128 'browser/sync_file_system/drive_file_sync_util.h', | 2130 'browser/sync_file_system/drive_file_sync_util.h', |
| 2129 'browser/sync_file_system/drive_metadata_store.cc', | 2131 'browser/sync_file_system/drive_metadata_store.cc', |
| 2130 'browser/sync_file_system/drive_metadata_store.h', | 2132 'browser/sync_file_system/drive_metadata_store.h', |
| 2131 'browser/sync_file_system/file_status_observer.h', | 2133 'browser/sync_file_system/file_status_observer.h', |
| 2132 'browser/sync_file_system/local_change_processor.h', | 2134 'browser/sync_file_system/local_change_processor.h', |
| (...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3246 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3248 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3247 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3249 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3248 }, | 3250 }, |
| 3249 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3251 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3250 }, | 3252 }, |
| 3251 ], | 3253 ], |
| 3252 }, | 3254 }, |
| 3253 ], | 3255 ], |
| 3254 ], | 3256 ], |
| 3255 } | 3257 } |
| OLD | NEW |