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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1254 'browser/sync/glue/device_info_data_type_controller.h', | 1254 'browser/sync/glue/device_info_data_type_controller.h', |
1255 'browser/sync/glue/device_info_sync_service.cc', | 1255 'browser/sync/glue/device_info_sync_service.cc', |
1256 'browser/sync/glue/device_info_sync_service.h', | 1256 'browser/sync/glue/device_info_sync_service.h', |
1257 'browser/sync/glue/device_info_tracker.h', | 1257 'browser/sync/glue/device_info_tracker.h', |
1258 'browser/sync/glue/extensions_activity_monitor.cc', | 1258 'browser/sync/glue/extensions_activity_monitor.cc', |
1259 'browser/sync/glue/extensions_activity_monitor.h', | 1259 'browser/sync/glue/extensions_activity_monitor.h', |
1260 'browser/sync/glue/favicon_cache.cc', | 1260 'browser/sync/glue/favicon_cache.cc', |
1261 'browser/sync/glue/favicon_cache.h', | 1261 'browser/sync/glue/favicon_cache.h', |
1262 'browser/sync/glue/frontend_data_type_controller.cc', | 1262 'browser/sync/glue/frontend_data_type_controller.cc', |
1263 'browser/sync/glue/frontend_data_type_controller.h', | 1263 'browser/sync/glue/frontend_data_type_controller.h', |
| 1264 'browser/sync/glue/history_delete_directives_data_type_controller.cc', |
| 1265 'browser/sync/glue/history_delete_directives_data_type_controller.h', |
1264 'browser/sync/glue/history_model_worker.cc', | 1266 'browser/sync/glue/history_model_worker.cc', |
1265 'browser/sync/glue/history_model_worker.h', | 1267 'browser/sync/glue/history_model_worker.h', |
1266 'browser/sync/glue/invalidation_adapter.cc', | 1268 'browser/sync/glue/invalidation_adapter.cc', |
1267 'browser/sync/glue/invalidation_adapter.h', | 1269 'browser/sync/glue/invalidation_adapter.h', |
1268 'browser/sync/glue/invalidation_helper.cc', | 1270 'browser/sync/glue/invalidation_helper.cc', |
1269 'browser/sync/glue/invalidation_helper.h', | 1271 'browser/sync/glue/invalidation_helper.h', |
1270 'browser/sync/glue/local_device_info_provider.h', | 1272 'browser/sync/glue/local_device_info_provider.h', |
1271 'browser/sync/glue/local_device_info_provider_impl.cc', | 1273 'browser/sync/glue/local_device_info_provider_impl.cc', |
1272 'browser/sync/glue/local_device_info_provider_impl.h', | 1274 'browser/sync/glue/local_device_info_provider_impl.h', |
1273 'browser/sync/glue/non_frontend_data_type_controller.cc', | 1275 'browser/sync/glue/non_frontend_data_type_controller.cc', |
(...skipping 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3568 'variables': { | 3570 'variables': { |
3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3571 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3571 }, | 3573 }, |
3572 'includes': [ '../build/protoc.gypi' ] | 3574 'includes': [ '../build/protoc.gypi' ] |
3573 }, | 3575 }, |
3574 ], | 3576 ], |
3575 },], | 3577 },], |
3576 ], | 3578 ], |
3577 } | 3579 } |
OLD | NEW |