| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2242 'browser/sync/glue/typed_url_data_type_controller.cc', | 2242 'browser/sync/glue/typed_url_data_type_controller.cc', |
| 2243 'browser/sync/glue/typed_url_data_type_controller.h', | 2243 'browser/sync/glue/typed_url_data_type_controller.h', |
| 2244 'browser/sync/glue/typed_url_model_associator.cc', | 2244 'browser/sync/glue/typed_url_model_associator.cc', |
| 2245 'browser/sync/glue/typed_url_model_associator.h', | 2245 'browser/sync/glue/typed_url_model_associator.h', |
| 2246 'browser/sync/glue/ui_data_type_controller.cc', | 2246 'browser/sync/glue/ui_data_type_controller.cc', |
| 2247 'browser/sync/glue/ui_data_type_controller.h', | 2247 'browser/sync/glue/ui_data_type_controller.h', |
| 2248 'browser/sync/glue/ui_model_worker.cc', | 2248 'browser/sync/glue/ui_model_worker.cc', |
| 2249 'browser/sync/glue/ui_model_worker.h', | 2249 'browser/sync/glue/ui_model_worker.h', |
| 2250 'browser/sync/managed_user_signin_manager_wrapper.cc', | 2250 'browser/sync/managed_user_signin_manager_wrapper.cc', |
| 2251 'browser/sync/managed_user_signin_manager_wrapper.h', | 2251 'browser/sync/managed_user_signin_manager_wrapper.h', |
| 2252 'browser/sync/profile_sync_auth_provider.cc', |
| 2253 'browser/sync/profile_sync_auth_provider.h', |
| 2252 'browser/sync/profile_sync_components_factory.h', | 2254 'browser/sync/profile_sync_components_factory.h', |
| 2253 'browser/sync/profile_sync_components_factory_impl.cc', | 2255 'browser/sync/profile_sync_components_factory_impl.cc', |
| 2254 'browser/sync/profile_sync_components_factory_impl.h', | 2256 'browser/sync/profile_sync_components_factory_impl.h', |
| 2255 'browser/sync/profile_sync_service.cc', | 2257 'browser/sync/profile_sync_service.cc', |
| 2256 'browser/sync/profile_sync_service.h', | 2258 'browser/sync/profile_sync_service.h', |
| 2257 'browser/sync/profile_sync_service_android.cc', | 2259 'browser/sync/profile_sync_service_android.cc', |
| 2258 'browser/sync/profile_sync_service_android.h', | 2260 'browser/sync/profile_sync_service_android.h', |
| 2259 'browser/sync/profile_sync_service_base.h', | 2261 'browser/sync/profile_sync_service_base.h', |
| 2260 'browser/sync/profile_sync_service_base.cc', | 2262 'browser/sync/profile_sync_service_base.cc', |
| 2261 'browser/sync/profile_sync_service_factory.cc', | 2263 'browser/sync/profile_sync_service_factory.cc', |
| (...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3720 'package_name': 'org/chromium/chrome/browser', | 3722 'package_name': 'org/chromium/chrome/browser', |
| 3721 'template_deps': ['browser/android/tab_load_status.h'], | 3723 'template_deps': ['browser/android/tab_load_status.h'], |
| 3722 }, | 3724 }, |
| 3723 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3725 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3724 }, | 3726 }, |
| 3725 ], | 3727 ], |
| 3726 }, | 3728 }, |
| 3727 ], | 3729 ], |
| 3728 ], | 3730 ], |
| 3729 } | 3731 } |
| OLD | NEW |