| 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 2264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2275 'browser/sync/glue/autofill_data_type_controller.h', | 2275 'browser/sync/glue/autofill_data_type_controller.h', |
| 2276 'browser/sync/glue/autofill_profile_data_type_controller.cc', | 2276 'browser/sync/glue/autofill_profile_data_type_controller.cc', |
| 2277 'browser/sync/glue/autofill_profile_data_type_controller.h', | 2277 'browser/sync/glue/autofill_profile_data_type_controller.h', |
| 2278 'browser/sync/glue/backend_data_type_configurer.h', | 2278 'browser/sync/glue/backend_data_type_configurer.h', |
| 2279 'browser/sync/glue/bookmark_change_processor.cc', | 2279 'browser/sync/glue/bookmark_change_processor.cc', |
| 2280 'browser/sync/glue/bookmark_change_processor.h', | 2280 'browser/sync/glue/bookmark_change_processor.h', |
| 2281 'browser/sync/glue/bookmark_data_type_controller.cc', | 2281 'browser/sync/glue/bookmark_data_type_controller.cc', |
| 2282 'browser/sync/glue/bookmark_data_type_controller.h', | 2282 'browser/sync/glue/bookmark_data_type_controller.h', |
| 2283 'browser/sync/glue/bookmark_model_associator.cc', | 2283 'browser/sync/glue/bookmark_model_associator.cc', |
| 2284 'browser/sync/glue/bookmark_model_associator.h', | 2284 'browser/sync/glue/bookmark_model_associator.h', |
| 2285 'browser/sync/glue/bridged_sync_notifier.cc', | 2285 'browser/sync/glue/bridged_invalidator.cc', |
| 2286 'browser/sync/glue/bridged_sync_notifier.h', | 2286 'browser/sync/glue/bridged_invalidator.h', |
| 2287 'browser/sync/glue/browser_thread_model_worker.cc', | 2287 'browser/sync/glue/browser_thread_model_worker.cc', |
| 2288 'browser/sync/glue/browser_thread_model_worker.h', | 2288 'browser/sync/glue/browser_thread_model_worker.h', |
| 2289 'browser/sync/glue/change_processor.cc', | 2289 'browser/sync/glue/change_processor.cc', |
| 2290 'browser/sync/glue/change_processor.h', | 2290 'browser/sync/glue/change_processor.h', |
| 2291 'browser/sync/glue/chrome_encryptor.cc', | 2291 'browser/sync/glue/chrome_encryptor.cc', |
| 2292 'browser/sync/glue/chrome_encryptor.h', | 2292 'browser/sync/glue/chrome_encryptor.h', |
| 2293 'browser/sync/glue/chrome_extensions_activity_monitor.cc', | 2293 'browser/sync/glue/chrome_extensions_activity_monitor.cc', |
| 2294 'browser/sync/glue/chrome_extensions_activity_monitor.h', | 2294 'browser/sync/glue/chrome_extensions_activity_monitor.h', |
| 2295 'browser/sync/glue/chrome_report_unrecoverable_error.cc', | 2295 'browser/sync/glue/chrome_report_unrecoverable_error.cc', |
| 2296 'browser/sync/glue/chrome_report_unrecoverable_error.h', | 2296 'browser/sync/glue/chrome_report_unrecoverable_error.h', |
| (...skipping 3354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5651 'includes': [ '../build/jni_generator.gypi' ], | 5651 'includes': [ '../build/jni_generator.gypi' ], |
| 5652 'dependencies': [ | 5652 'dependencies': [ |
| 5653 'android_jar_jni_headers', | 5653 'android_jar_jni_headers', |
| 5654 ], | 5654 ], |
| 5655 }, | 5655 }, |
| 5656 ], | 5656 ], |
| 5657 }, | 5657 }, |
| 5658 ], | 5658 ], |
| 5659 ], | 5659 ], |
| 5660 } | 5660 } |
| OLD | NEW |