| 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 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2155 'browser/sync/glue/typed_url_change_processor.cc', | 2155 'browser/sync/glue/typed_url_change_processor.cc', |
| 2156 'browser/sync/glue/typed_url_change_processor.h', | 2156 'browser/sync/glue/typed_url_change_processor.h', |
| 2157 'browser/sync/glue/typed_url_data_type_controller.cc', | 2157 'browser/sync/glue/typed_url_data_type_controller.cc', |
| 2158 'browser/sync/glue/typed_url_data_type_controller.h', | 2158 'browser/sync/glue/typed_url_data_type_controller.h', |
| 2159 'browser/sync/glue/typed_url_model_associator.cc', | 2159 'browser/sync/glue/typed_url_model_associator.cc', |
| 2160 'browser/sync/glue/typed_url_model_associator.h', | 2160 'browser/sync/glue/typed_url_model_associator.h', |
| 2161 'browser/sync/glue/ui_data_type_controller.cc', | 2161 'browser/sync/glue/ui_data_type_controller.cc', |
| 2162 'browser/sync/glue/ui_data_type_controller.h', | 2162 'browser/sync/glue/ui_data_type_controller.h', |
| 2163 'browser/sync/glue/ui_model_worker.cc', | 2163 'browser/sync/glue/ui_model_worker.cc', |
| 2164 'browser/sync/glue/ui_model_worker.h', | 2164 'browser/sync/glue/ui_model_worker.h', |
| 2165 'browser/sync/invalidations/invalidator_storage.cc', |
| 2166 'browser/sync/invalidations/invalidator_storage.h', |
| 2165 'browser/sync/backend_migrator.cc', | 2167 'browser/sync/backend_migrator.cc', |
| 2166 'browser/sync/backend_migrator.h', | 2168 'browser/sync/backend_migrator.h', |
| 2167 'browser/sync/backend_unrecoverable_error_handler.cc', | 2169 'browser/sync/backend_unrecoverable_error_handler.cc', |
| 2168 'browser/sync/backend_unrecoverable_error_handler.h', | 2170 'browser/sync/backend_unrecoverable_error_handler.h', |
| 2169 'browser/sync/failed_datatypes_handler.cc', | 2171 'browser/sync/failed_datatypes_handler.cc', |
| 2170 'browser/sync/failed_datatypes_handler.h', | 2172 'browser/sync/failed_datatypes_handler.h', |
| 2171 'browser/sync/profile_sync_components_factory.h', | 2173 'browser/sync/profile_sync_components_factory.h', |
| 2172 'browser/sync/profile_sync_components_factory_impl.cc', | 2174 'browser/sync/profile_sync_components_factory_impl.cc', |
| 2173 'browser/sync/profile_sync_components_factory_impl.h', | 2175 'browser/sync/profile_sync_components_factory_impl.h', |
| 2174 'browser/sync/profile_sync_service_factory.cc', | 2176 'browser/sync/profile_sync_service_factory.cc', |
| (...skipping 2914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5089 'browser/metrics/proto/study.proto', | 5091 'browser/metrics/proto/study.proto', |
| 5090 ], | 5092 ], |
| 5091 'variables': { | 5093 'variables': { |
| 5092 'proto_in_dir': 'browser/metrics/proto', | 5094 'proto_in_dir': 'browser/metrics/proto', |
| 5093 'proto_out_dir': 'chrome/browser/metrics/proto', | 5095 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5094 }, | 5096 }, |
| 5095 'includes': [ '../build/protoc.gypi' ] | 5097 'includes': [ '../build/protoc.gypi' ] |
| 5096 }, | 5098 }, |
| 5097 ], | 5099 ], |
| 5098 } | 5100 } |
| OLD | NEW |