| 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 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2264 'browser/sync/glue/chrome_report_unrecoverable_error.h', | 2264 'browser/sync/glue/chrome_report_unrecoverable_error.h', |
| 2265 'browser/sync/glue/chrome_sync_notification_bridge.cc', | 2265 'browser/sync/glue/chrome_sync_notification_bridge.cc', |
| 2266 'browser/sync/glue/chrome_sync_notification_bridge.h', | 2266 'browser/sync/glue/chrome_sync_notification_bridge.h', |
| 2267 'browser/sync/glue/data_type_controller.cc', | 2267 'browser/sync/glue/data_type_controller.cc', |
| 2268 'browser/sync/glue/data_type_controller.h', | 2268 'browser/sync/glue/data_type_controller.h', |
| 2269 'browser/sync/glue/data_type_error_handler.h', | 2269 'browser/sync/glue/data_type_error_handler.h', |
| 2270 'browser/sync/glue/data_type_manager.cc', | 2270 'browser/sync/glue/data_type_manager.cc', |
| 2271 'browser/sync/glue/data_type_manager.h', | 2271 'browser/sync/glue/data_type_manager.h', |
| 2272 'browser/sync/glue/data_type_manager_impl.cc', | 2272 'browser/sync/glue/data_type_manager_impl.cc', |
| 2273 'browser/sync/glue/data_type_manager_impl.h', | 2273 'browser/sync/glue/data_type_manager_impl.h', |
| 2274 'browser/sync/glue/data_type_manager_observer.h', |
| 2274 'browser/sync/glue/extension_data_type_controller.cc', | 2275 'browser/sync/glue/extension_data_type_controller.cc', |
| 2275 'browser/sync/glue/extension_data_type_controller.h', | 2276 'browser/sync/glue/extension_data_type_controller.h', |
| 2276 'browser/sync/glue/extension_setting_data_type_controller.cc', | 2277 'browser/sync/glue/extension_setting_data_type_controller.cc', |
| 2277 'browser/sync/glue/extension_setting_data_type_controller.h', | 2278 'browser/sync/glue/extension_setting_data_type_controller.h', |
| 2278 'browser/sync/glue/frontend_data_type_controller.cc', | 2279 'browser/sync/glue/frontend_data_type_controller.cc', |
| 2279 'browser/sync/glue/frontend_data_type_controller.h', | 2280 'browser/sync/glue/frontend_data_type_controller.h', |
| 2280 'browser/sync/glue/generic_change_processor.cc', | 2281 'browser/sync/glue/generic_change_processor.cc', |
| 2281 'browser/sync/glue/generic_change_processor.h', | 2282 'browser/sync/glue/generic_change_processor.h', |
| 2282 'browser/sync/glue/history_model_worker.cc', | 2283 'browser/sync/glue/history_model_worker.cc', |
| 2283 'browser/sync/glue/history_model_worker.h', | 2284 'browser/sync/glue/history_model_worker.h', |
| (...skipping 3297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5581 'includes': [ '../build/jni_generator.gypi' ], | 5582 'includes': [ '../build/jni_generator.gypi' ], |
| 5582 'dependencies': [ | 5583 'dependencies': [ |
| 5583 'android_jar_jni_headers', | 5584 'android_jar_jni_headers', |
| 5584 ], | 5585 ], |
| 5585 }, | 5586 }, |
| 5586 ], | 5587 ], |
| 5587 }, | 5588 }, |
| 5588 ], | 5589 ], |
| 5589 ], | 5590 ], |
| 5590 } | 5591 } |
| OLD | NEW |