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 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2231 'browser/sync/glue/typed_url_data_type_controller.cc', | 2231 'browser/sync/glue/typed_url_data_type_controller.cc', |
2232 'browser/sync/glue/typed_url_data_type_controller.h', | 2232 'browser/sync/glue/typed_url_data_type_controller.h', |
2233 'browser/sync/glue/typed_url_model_associator.cc', | 2233 'browser/sync/glue/typed_url_model_associator.cc', |
2234 'browser/sync/glue/typed_url_model_associator.h', | 2234 'browser/sync/glue/typed_url_model_associator.h', |
2235 'browser/sync/glue/ui_data_type_controller.cc', | 2235 'browser/sync/glue/ui_data_type_controller.cc', |
2236 'browser/sync/glue/ui_data_type_controller.h', | 2236 'browser/sync/glue/ui_data_type_controller.h', |
2237 'browser/sync/glue/ui_model_worker.cc', | 2237 'browser/sync/glue/ui_model_worker.cc', |
2238 'browser/sync/glue/ui_model_worker.h', | 2238 'browser/sync/glue/ui_model_worker.h', |
2239 'browser/sync/managed_user_signin_manager_wrapper.cc', | 2239 'browser/sync/managed_user_signin_manager_wrapper.cc', |
2240 'browser/sync/managed_user_signin_manager_wrapper.h', | 2240 'browser/sync/managed_user_signin_manager_wrapper.h', |
| 2241 'browser/sync/profile_sync_auth_provider.cc', |
| 2242 'browser/sync/profile_sync_auth_provider.h', |
2241 'browser/sync/profile_sync_components_factory.h', | 2243 'browser/sync/profile_sync_components_factory.h', |
2242 'browser/sync/profile_sync_components_factory_impl.cc', | 2244 'browser/sync/profile_sync_components_factory_impl.cc', |
2243 'browser/sync/profile_sync_components_factory_impl.h', | 2245 'browser/sync/profile_sync_components_factory_impl.h', |
2244 'browser/sync/profile_sync_service.cc', | 2246 'browser/sync/profile_sync_service.cc', |
2245 'browser/sync/profile_sync_service.h', | 2247 'browser/sync/profile_sync_service.h', |
2246 'browser/sync/profile_sync_service_android.cc', | 2248 'browser/sync/profile_sync_service_android.cc', |
2247 'browser/sync/profile_sync_service_android.h', | 2249 'browser/sync/profile_sync_service_android.h', |
2248 'browser/sync/profile_sync_service_base.h', | 2250 'browser/sync/profile_sync_service_base.h', |
2249 'browser/sync/profile_sync_service_base.cc', | 2251 'browser/sync/profile_sync_service_base.cc', |
2250 'browser/sync/profile_sync_service_factory.cc', | 2252 'browser/sync/profile_sync_service_factory.cc', |
(...skipping 1467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3718 'package_name': 'org/chromium/chrome/browser', | 3720 'package_name': 'org/chromium/chrome/browser', |
3719 'template_deps': ['browser/android/tab_load_status.h'], | 3721 'template_deps': ['browser/android/tab_load_status.h'], |
3720 }, | 3722 }, |
3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3723 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3722 }, | 3724 }, |
3723 ], | 3725 ], |
3724 }, | 3726 }, |
3725 ], | 3727 ], |
3726 ], | 3728 ], |
3727 } | 3729 } |
OLD | NEW |