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 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2349 'browser/sync/glue/typed_url_data_type_controller.cc', | 2349 'browser/sync/glue/typed_url_data_type_controller.cc', |
2350 'browser/sync/glue/typed_url_data_type_controller.h', | 2350 'browser/sync/glue/typed_url_data_type_controller.h', |
2351 'browser/sync/glue/typed_url_model_associator.cc', | 2351 'browser/sync/glue/typed_url_model_associator.cc', |
2352 'browser/sync/glue/typed_url_model_associator.h', | 2352 'browser/sync/glue/typed_url_model_associator.h', |
2353 'browser/sync/glue/ui_data_type_controller.cc', | 2353 'browser/sync/glue/ui_data_type_controller.cc', |
2354 'browser/sync/glue/ui_data_type_controller.h', | 2354 'browser/sync/glue/ui_data_type_controller.h', |
2355 'browser/sync/glue/ui_model_worker.cc', | 2355 'browser/sync/glue/ui_model_worker.cc', |
2356 'browser/sync/glue/ui_model_worker.h', | 2356 'browser/sync/glue/ui_model_worker.h', |
2357 'browser/sync/invalidations/invalidator_storage.cc', | 2357 'browser/sync/invalidations/invalidator_storage.cc', |
2358 'browser/sync/invalidations/invalidator_storage.h', | 2358 'browser/sync/invalidations/invalidator_storage.h', |
| 2359 'browser/sync/invalidation_frontend.h', |
2359 'browser/sync/profile_sync_components_factory.h', | 2360 'browser/sync/profile_sync_components_factory.h', |
2360 'browser/sync/profile_sync_components_factory_impl.cc', | 2361 'browser/sync/profile_sync_components_factory_impl.cc', |
2361 'browser/sync/profile_sync_components_factory_impl.h', | 2362 'browser/sync/profile_sync_components_factory_impl.h', |
2362 'browser/sync/profile_sync_service.cc', | 2363 'browser/sync/profile_sync_service.cc', |
2363 'browser/sync/profile_sync_service.h', | 2364 'browser/sync/profile_sync_service.h', |
2364 'browser/sync/profile_sync_service_factory.cc', | 2365 'browser/sync/profile_sync_service_factory.cc', |
2365 'browser/sync/profile_sync_service_factory.h', | 2366 'browser/sync/profile_sync_service_factory.h', |
2366 'browser/sync/profile_sync_service_harness.cc', | 2367 'browser/sync/profile_sync_service_harness.cc', |
2367 'browser/sync/profile_sync_service_harness.h', | 2368 'browser/sync/profile_sync_service_harness.h', |
2368 'browser/sync/profile_sync_service_observer.h', | 2369 'browser/sync/profile_sync_service_observer.h', |
(...skipping 3251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5620 'includes': [ '../build/jni_generator.gypi' ], | 5621 'includes': [ '../build/jni_generator.gypi' ], |
5621 'dependencies': [ | 5622 'dependencies': [ |
5622 'android_jar_jni_headers', | 5623 'android_jar_jni_headers', |
5623 ], | 5624 ], |
5624 }, | 5625 }, |
5625 ], | 5626 ], |
5626 }, | 5627 }, |
5627 ], | 5628 ], |
5628 ], | 5629 ], |
5629 } | 5630 } |
OLD | NEW |