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 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1300 'browser/sync/glue/extensions_activity_monitor.cc', | 1300 'browser/sync/glue/extensions_activity_monitor.cc', |
1301 'browser/sync/glue/extensions_activity_monitor.h', | 1301 'browser/sync/glue/extensions_activity_monitor.h', |
1302 'browser/sync/glue/favicon_cache.cc', | 1302 'browser/sync/glue/favicon_cache.cc', |
1303 'browser/sync/glue/favicon_cache.h', | 1303 'browser/sync/glue/favicon_cache.h', |
1304 'browser/sync/glue/frontend_data_type_controller.cc', | 1304 'browser/sync/glue/frontend_data_type_controller.cc', |
1305 'browser/sync/glue/frontend_data_type_controller.h', | 1305 'browser/sync/glue/frontend_data_type_controller.h', |
1306 'browser/sync/glue/history_model_worker.cc', | 1306 'browser/sync/glue/history_model_worker.cc', |
1307 'browser/sync/glue/history_model_worker.h', | 1307 'browser/sync/glue/history_model_worker.h', |
1308 'browser/sync/glue/invalidation_adapter.cc', | 1308 'browser/sync/glue/invalidation_adapter.cc', |
1309 'browser/sync/glue/invalidation_adapter.h', | 1309 'browser/sync/glue/invalidation_adapter.h', |
| 1310 'browser/sync/glue/invalidation_helper.cc', |
| 1311 'browser/sync/glue/invalidation_helper.h', |
1310 'browser/sync/glue/local_device_info_provider.h', | 1312 'browser/sync/glue/local_device_info_provider.h', |
1311 'browser/sync/glue/local_device_info_provider_impl.cc', | 1313 'browser/sync/glue/local_device_info_provider_impl.cc', |
1312 'browser/sync/glue/local_device_info_provider_impl.h', | 1314 'browser/sync/glue/local_device_info_provider_impl.h', |
1313 'browser/sync/glue/non_frontend_data_type_controller.cc', | 1315 'browser/sync/glue/non_frontend_data_type_controller.cc', |
1314 'browser/sync/glue/non_frontend_data_type_controller.h', | 1316 'browser/sync/glue/non_frontend_data_type_controller.h', |
1315 'browser/sync/glue/password_data_type_controller.cc', | 1317 'browser/sync/glue/password_data_type_controller.cc', |
1316 'browser/sync/glue/password_data_type_controller.h', | 1318 'browser/sync/glue/password_data_type_controller.h', |
1317 'browser/sync/glue/password_model_worker.cc', | 1319 'browser/sync/glue/password_model_worker.cc', |
1318 'browser/sync/glue/password_model_worker.h', | 1320 'browser/sync/glue/password_model_worker.h', |
1319 'browser/sync/glue/search_engine_data_type_controller.cc', | 1321 'browser/sync/glue/search_engine_data_type_controller.cc', |
(...skipping 2286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3606 'package_name': 'org/chromium/chrome/browser', | 3608 'package_name': 'org/chromium/chrome/browser', |
3607 'template_deps': ['browser/android/tab_load_status.h'], | 3609 'template_deps': ['browser/android/tab_load_status.h'], |
3608 }, | 3610 }, |
3609 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3611 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3610 }, | 3612 }, |
3611 ], | 3613 ], |
3612 }, | 3614 }, |
3613 ], | 3615 ], |
3614 ], | 3616 ], |
3615 } | 3617 } |
OLD | NEW |