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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1258 'browser/sync/glue/device_info_data_type_controller.h', | 1258 'browser/sync/glue/device_info_data_type_controller.h', |
1259 'browser/sync/glue/device_info_sync_service.cc', | 1259 'browser/sync/glue/device_info_sync_service.cc', |
1260 'browser/sync/glue/device_info_sync_service.h', | 1260 'browser/sync/glue/device_info_sync_service.h', |
1261 'browser/sync/glue/device_info_tracker.h', | 1261 'browser/sync/glue/device_info_tracker.h', |
1262 'browser/sync/glue/extensions_activity_monitor.cc', | 1262 'browser/sync/glue/extensions_activity_monitor.cc', |
1263 'browser/sync/glue/extensions_activity_monitor.h', | 1263 'browser/sync/glue/extensions_activity_monitor.h', |
1264 'browser/sync/glue/favicon_cache.cc', | 1264 'browser/sync/glue/favicon_cache.cc', |
1265 'browser/sync/glue/favicon_cache.h', | 1265 'browser/sync/glue/favicon_cache.h', |
1266 'browser/sync/glue/frontend_data_type_controller.cc', | 1266 'browser/sync/glue/frontend_data_type_controller.cc', |
1267 'browser/sync/glue/frontend_data_type_controller.h', | 1267 'browser/sync/glue/frontend_data_type_controller.h', |
1268 'browser/sync/glue/history_delete_directives_data_type_controller.cc', | |
1269 'browser/sync/glue/history_delete_directives_data_type_controller.h', | |
1270 'browser/sync/glue/history_model_worker.cc', | 1268 'browser/sync/glue/history_model_worker.cc', |
1271 'browser/sync/glue/history_model_worker.h', | 1269 'browser/sync/glue/history_model_worker.h', |
1272 'browser/sync/glue/invalidation_adapter.cc', | 1270 'browser/sync/glue/invalidation_adapter.cc', |
1273 'browser/sync/glue/invalidation_adapter.h', | 1271 'browser/sync/glue/invalidation_adapter.h', |
1274 'browser/sync/glue/invalidation_helper.cc', | 1272 'browser/sync/glue/invalidation_helper.cc', |
1275 'browser/sync/glue/invalidation_helper.h', | 1273 'browser/sync/glue/invalidation_helper.h', |
1276 'browser/sync/glue/local_device_info_provider.h', | 1274 'browser/sync/glue/local_device_info_provider.h', |
1277 'browser/sync/glue/local_device_info_provider_impl.cc', | 1275 'browser/sync/glue/local_device_info_provider_impl.cc', |
1278 'browser/sync/glue/local_device_info_provider_impl.h', | 1276 'browser/sync/glue/local_device_info_provider_impl.h', |
1279 'browser/sync/glue/non_frontend_data_type_controller.cc', | 1277 'browser/sync/glue/non_frontend_data_type_controller.cc', |
(...skipping 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3574 'variables': { | 3572 'variables': { |
3575 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3573 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3576 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3574 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3577 }, | 3575 }, |
3578 'includes': [ '../build/protoc.gypi' ] | 3576 'includes': [ '../build/protoc.gypi' ] |
3579 }, | 3577 }, |
3580 ], | 3578 ], |
3581 },], | 3579 },], |
3582 ], | 3580 ], |
3583 } | 3581 } |
OLD | NEW |