| 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 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 'browser/sync/sync_prefs.h', | 2110 'browser/sync/sync_prefs.h', |
| 2111 'browser/sync/sync_ui_util.cc', | 2111 'browser/sync/sync_ui_util.cc', |
| 2112 'browser/sync/sync_ui_util.h', | 2112 'browser/sync/sync_ui_util.h', |
| 2113 'browser/sync/user_selectable_sync_type.h', | 2113 'browser/sync/user_selectable_sync_type.h', |
| 2114 'browser/sync_file_system/conflict_resolution_policy.h', | 2114 'browser/sync_file_system/conflict_resolution_policy.h', |
| 2115 'browser/sync_file_system/drive/api_util.cc', | 2115 'browser/sync_file_system/drive/api_util.cc', |
| 2116 'browser/sync_file_system/drive/api_util.h', | 2116 'browser/sync_file_system/drive/api_util.h', |
| 2117 'browser/sync_file_system/drive/api_util_interface.h', | 2117 'browser/sync_file_system/drive/api_util_interface.h', |
| 2118 'browser/sync_file_system/drive/local_change_processor_delegate.cc', | 2118 'browser/sync_file_system/drive/local_change_processor_delegate.cc', |
| 2119 'browser/sync_file_system/drive/local_change_processor_delegate.h', | 2119 'browser/sync_file_system/drive/local_change_processor_delegate.h', |
| 2120 'browser/sync_file_system/drive/metadata_db_migration_util.cc', |
| 2121 'browser/sync_file_system/drive/metadata_db_migration_util.h', |
| 2120 'browser/sync_file_system/drive_file_sync_service.cc', | 2122 'browser/sync_file_system/drive_file_sync_service.cc', |
| 2121 'browser/sync_file_system/drive_file_sync_service.h', | 2123 'browser/sync_file_system/drive_file_sync_service.h', |
| 2122 'browser/sync_file_system/drive_file_sync_task_manager.cc', | 2124 'browser/sync_file_system/drive_file_sync_task_manager.cc', |
| 2123 'browser/sync_file_system/drive_file_sync_task_manager.h', | 2125 'browser/sync_file_system/drive_file_sync_task_manager.h', |
| 2124 'browser/sync_file_system/drive_file_sync_util.cc', | 2126 'browser/sync_file_system/drive_file_sync_util.cc', |
| 2125 'browser/sync_file_system/drive_file_sync_util.h', | 2127 'browser/sync_file_system/drive_file_sync_util.h', |
| 2126 'browser/sync_file_system/drive_metadata_store.cc', | 2128 'browser/sync_file_system/drive_metadata_store.cc', |
| 2127 'browser/sync_file_system/drive_metadata_store.h', | 2129 'browser/sync_file_system/drive_metadata_store.h', |
| 2128 'browser/sync_file_system/file_status_observer.h', | 2130 'browser/sync_file_system/file_status_observer.h', |
| 2129 'browser/sync_file_system/local_change_processor.h', | 2131 'browser/sync_file_system/local_change_processor.h', |
| (...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3239 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3241 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3240 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3242 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3241 }, | 3243 }, |
| 3242 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3244 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3243 }, | 3245 }, |
| 3244 ], | 3246 ], |
| 3245 }, | 3247 }, |
| 3246 ], | 3248 ], |
| 3247 ], | 3249 ], |
| 3248 } | 3250 } |
| OLD | NEW |