Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 322333004: sync: Inject sync/'s dependency on invalidations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'browser/sync/glue/device_info.cc', 1311 'browser/sync/glue/device_info.cc',
1312 'browser/sync/glue/device_info.h', 1312 'browser/sync/glue/device_info.h',
1313 'browser/sync/glue/extensions_activity_monitor.cc', 1313 'browser/sync/glue/extensions_activity_monitor.cc',
1314 'browser/sync/glue/extensions_activity_monitor.h', 1314 'browser/sync/glue/extensions_activity_monitor.h',
1315 'browser/sync/glue/favicon_cache.cc', 1315 'browser/sync/glue/favicon_cache.cc',
1316 'browser/sync/glue/favicon_cache.h', 1316 'browser/sync/glue/favicon_cache.h',
1317 'browser/sync/glue/frontend_data_type_controller.cc', 1317 'browser/sync/glue/frontend_data_type_controller.cc',
1318 'browser/sync/glue/frontend_data_type_controller.h', 1318 'browser/sync/glue/frontend_data_type_controller.h',
1319 'browser/sync/glue/history_model_worker.cc', 1319 'browser/sync/glue/history_model_worker.cc',
1320 'browser/sync/glue/history_model_worker.h', 1320 'browser/sync/glue/history_model_worker.h',
1321 'browser/sync/glue/invalidation_adapter.cc',
1322 'browser/sync/glue/invalidation_adapter.h',
1321 'browser/sync/glue/non_frontend_data_type_controller.cc', 1323 'browser/sync/glue/non_frontend_data_type_controller.cc',
1322 'browser/sync/glue/non_frontend_data_type_controller.h', 1324 'browser/sync/glue/non_frontend_data_type_controller.h',
1323 'browser/sync/glue/password_data_type_controller.cc', 1325 'browser/sync/glue/password_data_type_controller.cc',
1324 'browser/sync/glue/password_data_type_controller.h', 1326 'browser/sync/glue/password_data_type_controller.h',
1325 'browser/sync/glue/password_model_worker.cc', 1327 'browser/sync/glue/password_model_worker.cc',
1326 'browser/sync/glue/password_model_worker.h', 1328 'browser/sync/glue/password_model_worker.h',
1327 'browser/sync/glue/search_engine_data_type_controller.cc', 1329 'browser/sync/glue/search_engine_data_type_controller.cc',
1328 'browser/sync/glue/search_engine_data_type_controller.h', 1330 'browser/sync/glue/search_engine_data_type_controller.h',
1329 'browser/sync/glue/sync_backend_host.cc', 1331 'browser/sync/glue/sync_backend_host.cc',
1330 'browser/sync/glue/sync_backend_host.h', 1332 'browser/sync/glue/sync_backend_host.h',
(...skipping 2263 matching lines...) Expand 10 before | Expand all | Expand 10 after
3594 'package_name': 'org/chromium/chrome/browser', 3596 'package_name': 'org/chromium/chrome/browser',
3595 'template_deps': ['browser/android/tab_load_status.h'], 3597 'template_deps': ['browser/android/tab_load_status.h'],
3596 }, 3598 },
3597 'includes': [ '../build/android/java_cpp_template.gypi' ], 3599 'includes': [ '../build/android/java_cpp_template.gypi' ],
3598 }, 3600 },
3599 ], 3601 ],
3600 }, 3602 },
3601 ], 3603 ],
3602 ], 3604 ],
3603 } 3605 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_core.cc ('k') | components/invalidation/sync_invalidation_listener_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698