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 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1367 'browser/sync/glue/device_info.cc', | 1367 'browser/sync/glue/device_info.cc', |
1368 'browser/sync/glue/device_info.h', | 1368 'browser/sync/glue/device_info.h', |
1369 'browser/sync/glue/extensions_activity_monitor.cc', | 1369 'browser/sync/glue/extensions_activity_monitor.cc', |
1370 'browser/sync/glue/extensions_activity_monitor.h', | 1370 'browser/sync/glue/extensions_activity_monitor.h', |
1371 'browser/sync/glue/favicon_cache.cc', | 1371 'browser/sync/glue/favicon_cache.cc', |
1372 'browser/sync/glue/favicon_cache.h', | 1372 'browser/sync/glue/favicon_cache.h', |
1373 'browser/sync/glue/frontend_data_type_controller.cc', | 1373 'browser/sync/glue/frontend_data_type_controller.cc', |
1374 'browser/sync/glue/frontend_data_type_controller.h', | 1374 'browser/sync/glue/frontend_data_type_controller.h', |
1375 'browser/sync/glue/history_model_worker.cc', | 1375 'browser/sync/glue/history_model_worker.cc', |
1376 'browser/sync/glue/history_model_worker.h', | 1376 'browser/sync/glue/history_model_worker.h', |
| 1377 'browser/sync/glue/local_device_info_provider.h', |
| 1378 'browser/sync/glue/local_device_info_provider_impl.cc', |
| 1379 'browser/sync/glue/local_device_info_provider_impl.h', |
1377 'browser/sync/glue/non_frontend_data_type_controller.cc', | 1380 'browser/sync/glue/non_frontend_data_type_controller.cc', |
1378 'browser/sync/glue/non_frontend_data_type_controller.h', | 1381 'browser/sync/glue/non_frontend_data_type_controller.h', |
1379 'browser/sync/glue/password_data_type_controller.cc', | 1382 'browser/sync/glue/password_data_type_controller.cc', |
1380 'browser/sync/glue/password_data_type_controller.h', | 1383 'browser/sync/glue/password_data_type_controller.h', |
1381 'browser/sync/glue/password_model_worker.cc', | 1384 'browser/sync/glue/password_model_worker.cc', |
1382 'browser/sync/glue/password_model_worker.h', | 1385 'browser/sync/glue/password_model_worker.h', |
1383 'browser/sync/glue/search_engine_data_type_controller.cc', | 1386 'browser/sync/glue/search_engine_data_type_controller.cc', |
1384 'browser/sync/glue/search_engine_data_type_controller.h', | 1387 'browser/sync/glue/search_engine_data_type_controller.h', |
1385 'browser/sync/glue/sync_backend_host.cc', | 1388 'browser/sync/glue/sync_backend_host.cc', |
1386 'browser/sync/glue/sync_backend_host.h', | 1389 'browser/sync/glue/sync_backend_host.h', |
(...skipping 2210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3597 'package_name': 'org/chromium/chrome/browser', | 3600 'package_name': 'org/chromium/chrome/browser', |
3598 'template_deps': ['browser/android/tab_load_status.h'], | 3601 'template_deps': ['browser/android/tab_load_status.h'], |
3599 }, | 3602 }, |
3600 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3603 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3601 }, | 3604 }, |
3602 ], | 3605 ], |
3603 }, | 3606 }, |
3604 ], | 3607 ], |
3605 ], | 3608 ], |
3606 } | 3609 } |
OLD | NEW |