OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 2233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2244 'browser/sync/glue/typed_url_data_type_controller.cc', | 2244 'browser/sync/glue/typed_url_data_type_controller.cc', |
2245 'browser/sync/glue/typed_url_data_type_controller.h', | 2245 'browser/sync/glue/typed_url_data_type_controller.h', |
2246 'browser/sync/glue/typed_url_model_associator.cc', | 2246 'browser/sync/glue/typed_url_model_associator.cc', |
2247 'browser/sync/glue/typed_url_model_associator.h', | 2247 'browser/sync/glue/typed_url_model_associator.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/backend_migrator.cc', | 2250 'browser/sync/backend_migrator.cc', |
2251 'browser/sync/backend_migrator.h', | 2251 'browser/sync/backend_migrator.h', |
2252 'browser/sync/failed_datatypes_handler.cc', | 2252 'browser/sync/failed_datatypes_handler.cc', |
2253 'browser/sync/failed_datatypes_handler.h', | 2253 'browser/sync/failed_datatypes_handler.h', |
2254 'browser/sync/profile_sync_factory.h', | 2254 'browser/sync/profile_sync_components_factory.h', |
2255 'browser/sync/profile_sync_factory_impl.cc', | 2255 'browser/sync/profile_sync_components_factory_impl.cc', |
2256 'browser/sync/profile_sync_factory_impl.h', | 2256 'browser/sync/profile_sync_components_factory_impl.h', |
2257 'browser/sync/profile_sync_service.cc', | 2257 'browser/sync/profile_sync_service.cc', |
2258 'browser/sync/profile_sync_service.h', | 2258 'browser/sync/profile_sync_service.h', |
2259 'browser/sync/profile_sync_service_harness.cc', | 2259 'browser/sync/profile_sync_service_harness.cc', |
2260 'browser/sync/profile_sync_service_harness.h', | 2260 'browser/sync/profile_sync_service_harness.h', |
2261 'browser/sync/profile_sync_service_observer.h', | 2261 'browser/sync/profile_sync_service_observer.h', |
2262 'browser/sync/retry_verifier.cc', | 2262 'browser/sync/retry_verifier.cc', |
2263 'browser/sync/retry_verifier.h', | 2263 'browser/sync/retry_verifier.h', |
2264 'browser/sync/signin_manager.cc', | 2264 'browser/sync/signin_manager.cc', |
2265 'browser/sync/signin_manager.h', | 2265 'browser/sync/signin_manager.h', |
2266 'browser/sync/sync_global_error.cc', | 2266 'browser/sync/sync_global_error.cc', |
(...skipping 3022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5289 'type': 'static_library', | 5289 'type': 'static_library', |
5290 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5290 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5291 'variables': { | 5291 'variables': { |
5292 'proto_in_dir': 'browser/history', | 5292 'proto_in_dir': 'browser/history', |
5293 'proto_out_dir': 'chrome/browser/history', | 5293 'proto_out_dir': 'chrome/browser/history', |
5294 }, | 5294 }, |
5295 'includes': [ '../build/protoc.gypi' ] | 5295 'includes': [ '../build/protoc.gypi' ] |
5296 }, | 5296 }, |
5297 ], | 5297 ], |
5298 } | 5298 } |
OLD | NEW |