| 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 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2332 'browser/sync/glue/typed_url_data_type_controller.cc', | 2332 'browser/sync/glue/typed_url_data_type_controller.cc', |
| 2333 'browser/sync/glue/typed_url_data_type_controller.h', | 2333 'browser/sync/glue/typed_url_data_type_controller.h', |
| 2334 'browser/sync/glue/typed_url_model_associator.cc', | 2334 'browser/sync/glue/typed_url_model_associator.cc', |
| 2335 'browser/sync/glue/typed_url_model_associator.h', | 2335 'browser/sync/glue/typed_url_model_associator.h', |
| 2336 'browser/sync/glue/ui_data_type_controller.cc', | 2336 'browser/sync/glue/ui_data_type_controller.cc', |
| 2337 'browser/sync/glue/ui_data_type_controller.h', | 2337 'browser/sync/glue/ui_data_type_controller.h', |
| 2338 'browser/sync/glue/ui_model_worker.cc', | 2338 'browser/sync/glue/ui_model_worker.cc', |
| 2339 'browser/sync/glue/ui_model_worker.h', | 2339 'browser/sync/glue/ui_model_worker.h', |
| 2340 'browser/sync/invalidations/invalidator_storage.cc', | 2340 'browser/sync/invalidations/invalidator_storage.cc', |
| 2341 'browser/sync/invalidations/invalidator_storage.h', | 2341 'browser/sync/invalidations/invalidator_storage.h', |
| 2342 'browser/sync/invalidation_service.h', |
| 2342 'browser/sync/profile_sync_components_factory.h', | 2343 'browser/sync/profile_sync_components_factory.h', |
| 2343 'browser/sync/profile_sync_components_factory_impl.cc', | 2344 'browser/sync/profile_sync_components_factory_impl.cc', |
| 2344 'browser/sync/profile_sync_components_factory_impl.h', | 2345 'browser/sync/profile_sync_components_factory_impl.h', |
| 2345 'browser/sync/profile_sync_service.cc', | 2346 'browser/sync/profile_sync_service.cc', |
| 2346 'browser/sync/profile_sync_service.h', | 2347 'browser/sync/profile_sync_service.h', |
| 2347 'browser/sync/profile_sync_service_factory.cc', | 2348 'browser/sync/profile_sync_service_factory.cc', |
| 2348 'browser/sync/profile_sync_service_factory.h', | 2349 'browser/sync/profile_sync_service_factory.h', |
| 2349 'browser/sync/profile_sync_service_harness.cc', | 2350 'browser/sync/profile_sync_service_harness.cc', |
| 2350 'browser/sync/profile_sync_service_harness.h', | 2351 'browser/sync/profile_sync_service_harness.h', |
| 2351 'browser/sync/profile_sync_service_observer.h', | 2352 'browser/sync/profile_sync_service_observer.h', |
| (...skipping 3229 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 |