| 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 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 'browser/sync/glue/ui_model_worker.h', | 1347 'browser/sync/glue/ui_model_worker.h', |
| 1348 'browser/sync/profile_sync_auth_provider.cc', | 1348 'browser/sync/profile_sync_auth_provider.cc', |
| 1349 'browser/sync/profile_sync_auth_provider.h', | 1349 'browser/sync/profile_sync_auth_provider.h', |
| 1350 'browser/sync/profile_sync_components_factory.h', | 1350 'browser/sync/profile_sync_components_factory.h', |
| 1351 'browser/sync/profile_sync_components_factory_impl.cc', | 1351 'browser/sync/profile_sync_components_factory_impl.cc', |
| 1352 'browser/sync/profile_sync_components_factory_impl.h', | 1352 'browser/sync/profile_sync_components_factory_impl.h', |
| 1353 'browser/sync/profile_sync_service.cc', | 1353 'browser/sync/profile_sync_service.cc', |
| 1354 'browser/sync/profile_sync_service.h', | 1354 'browser/sync/profile_sync_service.h', |
| 1355 'browser/sync/profile_sync_service_android.cc', | 1355 'browser/sync/profile_sync_service_android.cc', |
| 1356 'browser/sync/profile_sync_service_android.h', | 1356 'browser/sync/profile_sync_service_android.h', |
| 1357 'browser/sync/profile_sync_service_data_type_provider.h', |
| 1357 'browser/sync/profile_sync_service_factory.cc', | 1358 'browser/sync/profile_sync_service_factory.cc', |
| 1358 'browser/sync/profile_sync_service_factory.h', | 1359 'browser/sync/profile_sync_service_factory.h', |
| 1359 'browser/sync/profile_sync_service_model_type_selection_android.h', | 1360 'browser/sync/profile_sync_service_model_type_selection_android.h', |
| 1360 'browser/sync/profile_sync_service_observer.cc', | 1361 'browser/sync/profile_sync_service_observer.cc', |
| 1361 'browser/sync/profile_sync_service_observer.h', | 1362 'browser/sync/profile_sync_service_observer.h', |
| 1362 'browser/sync/protocol_event_observer.cc', | 1363 'browser/sync/protocol_event_observer.cc', |
| 1363 'browser/sync/protocol_event_observer.h', | 1364 'browser/sync/protocol_event_observer.h', |
| 1364 'browser/sync/sessions/notification_service_sessions_router.cc', | 1365 'browser/sync/sessions/notification_service_sessions_router.cc', |
| 1365 'browser/sync/sessions/notification_service_sessions_router.h', | 1366 'browser/sync/sessions/notification_service_sessions_router.h', |
| 1366 'browser/sync/sessions/session_data_type_controller.cc', | 1367 'browser/sync/sessions/session_data_type_controller.cc', |
| (...skipping 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3617 'package_name': 'org/chromium/chrome/browser', | 3618 'package_name': 'org/chromium/chrome/browser', |
| 3618 'template_deps': ['browser/android/tab_load_status.h'], | 3619 'template_deps': ['browser/android/tab_load_status.h'], |
| 3619 }, | 3620 }, |
| 3620 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3621 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3621 }, | 3622 }, |
| 3622 ], | 3623 ], |
| 3623 }, | 3624 }, |
| 3624 ], | 3625 ], |
| 3625 ], | 3626 ], |
| 3626 } | 3627 } |
| OLD | NEW |