| 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 2320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2331 'browser/sync/glue/typed_url_data_type_controller.cc', | 2331 'browser/sync/glue/typed_url_data_type_controller.cc', |
| 2332 'browser/sync/glue/typed_url_data_type_controller.h', | 2332 'browser/sync/glue/typed_url_data_type_controller.h', |
| 2333 'browser/sync/glue/typed_url_model_associator.cc', | 2333 'browser/sync/glue/typed_url_model_associator.cc', |
| 2334 'browser/sync/glue/typed_url_model_associator.h', | 2334 'browser/sync/glue/typed_url_model_associator.h', |
| 2335 'browser/sync/glue/ui_data_type_controller.cc', | 2335 'browser/sync/glue/ui_data_type_controller.cc', |
| 2336 'browser/sync/glue/ui_data_type_controller.h', | 2336 'browser/sync/glue/ui_data_type_controller.h', |
| 2337 'browser/sync/glue/ui_model_worker.cc', | 2337 'browser/sync/glue/ui_model_worker.cc', |
| 2338 'browser/sync/glue/ui_model_worker.h', | 2338 'browser/sync/glue/ui_model_worker.h', |
| 2339 'browser/sync/invalidations/invalidator_storage.cc', | 2339 'browser/sync/invalidations/invalidator_storage.cc', |
| 2340 'browser/sync/invalidations/invalidator_storage.h', | 2340 'browser/sync/invalidations/invalidator_storage.h', |
| 2341 'browser/sync/invalidation_service.h', |
| 2341 'browser/sync/profile_sync_components_factory.h', | 2342 'browser/sync/profile_sync_components_factory.h', |
| 2342 'browser/sync/profile_sync_components_factory_impl.cc', | 2343 'browser/sync/profile_sync_components_factory_impl.cc', |
| 2343 'browser/sync/profile_sync_components_factory_impl.h', | 2344 'browser/sync/profile_sync_components_factory_impl.h', |
| 2344 'browser/sync/profile_sync_service.cc', | 2345 'browser/sync/profile_sync_service.cc', |
| 2345 'browser/sync/profile_sync_service.h', | 2346 'browser/sync/profile_sync_service.h', |
| 2346 'browser/sync/profile_sync_service_factory.cc', | 2347 'browser/sync/profile_sync_service_factory.cc', |
| 2347 'browser/sync/profile_sync_service_factory.h', | 2348 'browser/sync/profile_sync_service_factory.h', |
| 2348 'browser/sync/profile_sync_service_harness.cc', | 2349 'browser/sync/profile_sync_service_harness.cc', |
| 2349 'browser/sync/profile_sync_service_harness.h', | 2350 'browser/sync/profile_sync_service_harness.h', |
| 2350 'browser/sync/profile_sync_service_observer.h', | 2351 'browser/sync/profile_sync_service_observer.h', |
| (...skipping 3197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5548 'includes': [ '../build/jni_generator.gypi' ], | 5549 'includes': [ '../build/jni_generator.gypi' ], |
| 5549 'dependencies': [ | 5550 'dependencies': [ |
| 5550 'android_jar_jni_headers', | 5551 'android_jar_jni_headers', |
| 5551 ], | 5552 ], |
| 5552 }, | 5553 }, |
| 5553 ], | 5554 ], |
| 5554 }, | 5555 }, |
| 5555 ], | 5556 ], |
| 5556 ], | 5557 ], |
| 5557 } | 5558 } |
| OLD | NEW |