| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2268 'browser/sync/glue/chrome_report_unrecoverable_error.h', | 2268 'browser/sync/glue/chrome_report_unrecoverable_error.h', |
| 2269 'browser/sync/glue/chrome_sync_notification_bridge.cc', | 2269 'browser/sync/glue/chrome_sync_notification_bridge.cc', |
| 2270 'browser/sync/glue/chrome_sync_notification_bridge.h', | 2270 'browser/sync/glue/chrome_sync_notification_bridge.h', |
| 2271 'browser/sync/glue/data_type_controller.cc', | 2271 'browser/sync/glue/data_type_controller.cc', |
| 2272 'browser/sync/glue/data_type_controller.h', | 2272 'browser/sync/glue/data_type_controller.h', |
| 2273 'browser/sync/glue/data_type_error_handler.h', | 2273 'browser/sync/glue/data_type_error_handler.h', |
| 2274 'browser/sync/glue/data_type_manager.cc', | 2274 'browser/sync/glue/data_type_manager.cc', |
| 2275 'browser/sync/glue/data_type_manager.h', | 2275 'browser/sync/glue/data_type_manager.h', |
| 2276 'browser/sync/glue/data_type_manager_impl.cc', | 2276 'browser/sync/glue/data_type_manager_impl.cc', |
| 2277 'browser/sync/glue/data_type_manager_impl.h', | 2277 'browser/sync/glue/data_type_manager_impl.h', |
| 2278 'browser/sync/glue/data_type_manager_observer.h', |
| 2278 'browser/sync/glue/extension_data_type_controller.cc', | 2279 'browser/sync/glue/extension_data_type_controller.cc', |
| 2279 'browser/sync/glue/extension_data_type_controller.h', | 2280 'browser/sync/glue/extension_data_type_controller.h', |
| 2280 'browser/sync/glue/extension_setting_data_type_controller.cc', | 2281 'browser/sync/glue/extension_setting_data_type_controller.cc', |
| 2281 'browser/sync/glue/extension_setting_data_type_controller.h', | 2282 'browser/sync/glue/extension_setting_data_type_controller.h', |
| 2282 'browser/sync/glue/frontend_data_type_controller.cc', | 2283 'browser/sync/glue/frontend_data_type_controller.cc', |
| 2283 'browser/sync/glue/frontend_data_type_controller.h', | 2284 'browser/sync/glue/frontend_data_type_controller.h', |
| 2284 'browser/sync/glue/generic_change_processor.cc', | 2285 'browser/sync/glue/generic_change_processor.cc', |
| 2285 'browser/sync/glue/generic_change_processor.h', | 2286 'browser/sync/glue/generic_change_processor.h', |
| 2286 'browser/sync/glue/history_model_worker.cc', | 2287 'browser/sync/glue/history_model_worker.cc', |
| 2287 'browser/sync/glue/history_model_worker.h', | 2288 'browser/sync/glue/history_model_worker.h', |
| (...skipping 3305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5593 'includes': [ '../build/jni_generator.gypi' ], | 5594 'includes': [ '../build/jni_generator.gypi' ], |
| 5594 'dependencies': [ | 5595 'dependencies': [ |
| 5595 'android_jar_jni_headers', | 5596 'android_jar_jni_headers', |
| 5596 ], | 5597 ], |
| 5597 }, | 5598 }, |
| 5598 ], | 5599 ], |
| 5599 }, | 5600 }, |
| 5600 ], | 5601 ], |
| 5601 ], | 5602 ], |
| 5602 } | 5603 } |
| OLD | NEW |