| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 2313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2324 'browser/sync/glue/ui_model_worker.h', | 2324 'browser/sync/glue/ui_model_worker.h', |
| 2325 'browser/sync/backend_migrator.cc', | 2325 'browser/sync/backend_migrator.cc', |
| 2326 'browser/sync/backend_migrator.h', | 2326 'browser/sync/backend_migrator.h', |
| 2327 'browser/sync/backend_unrecoverable_error_handler.cc', | 2327 'browser/sync/backend_unrecoverable_error_handler.cc', |
| 2328 'browser/sync/backend_unrecoverable_error_handler.h', | 2328 'browser/sync/backend_unrecoverable_error_handler.h', |
| 2329 'browser/sync/failed_datatypes_handler.cc', | 2329 'browser/sync/failed_datatypes_handler.cc', |
| 2330 'browser/sync/failed_datatypes_handler.h', | 2330 'browser/sync/failed_datatypes_handler.h', |
| 2331 'browser/sync/profile_sync_components_factory.h', | 2331 'browser/sync/profile_sync_components_factory.h', |
| 2332 'browser/sync/profile_sync_components_factory_impl.cc', | 2332 'browser/sync/profile_sync_components_factory_impl.cc', |
| 2333 'browser/sync/profile_sync_components_factory_impl.h', | 2333 'browser/sync/profile_sync_components_factory_impl.h', |
| 2334 'browser/sync/profile_sync_service_factory.cc', |
| 2335 'browser/sync/profile_sync_service_factory.h', |
| 2334 'browser/sync/profile_sync_service.cc', | 2336 'browser/sync/profile_sync_service.cc', |
| 2335 'browser/sync/profile_sync_service.h', | 2337 'browser/sync/profile_sync_service.h', |
| 2336 'browser/sync/profile_sync_service_harness.cc', | 2338 'browser/sync/profile_sync_service_harness.cc', |
| 2337 'browser/sync/profile_sync_service_harness.h', | 2339 'browser/sync/profile_sync_service_harness.h', |
| 2338 'browser/sync/profile_sync_service_observer.h', | 2340 'browser/sync/profile_sync_service_observer.h', |
| 2339 'browser/sync/retry_verifier.cc', | 2341 'browser/sync/retry_verifier.cc', |
| 2340 'browser/sync/retry_verifier.h', | 2342 'browser/sync/retry_verifier.h', |
| 2341 'browser/sync/signin_manager.cc', | 2343 'browser/sync/signin_manager.cc', |
| 2342 'browser/sync/signin_manager.h', | 2344 'browser/sync/signin_manager.h', |
| 2343 'browser/sync/sync_global_error.cc', | 2345 'browser/sync/sync_global_error.cc', |
| (...skipping 3130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5474 'type': 'static_library', | 5476 'type': 'static_library', |
| 5475 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5477 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5476 'variables': { | 5478 'variables': { |
| 5477 'proto_in_dir': 'browser/history', | 5479 'proto_in_dir': 'browser/history', |
| 5478 'proto_out_dir': 'chrome/browser/history', | 5480 'proto_out_dir': 'chrome/browser/history', |
| 5479 }, | 5481 }, |
| 5480 'includes': [ '../build/protoc.gypi' ] | 5482 'includes': [ '../build/protoc.gypi' ] |
| 5481 }, | 5483 }, |
| 5482 ], | 5484 ], |
| 5483 } | 5485 } |
| OLD | NEW |