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

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: Fixed upload Created 6 years, 6 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2210 matching lines...) Expand 10 before | Expand all | Expand 10 after
2221 'browser/sync/glue/extension_setting_data_type_controller.cc', 2221 'browser/sync/glue/extension_setting_data_type_controller.cc',
2222 'browser/sync/glue/extension_setting_data_type_controller.h', 2222 'browser/sync/glue/extension_setting_data_type_controller.h',
2223 'browser/sync/glue/extensions_activity_monitor.cc', 2223 'browser/sync/glue/extensions_activity_monitor.cc',
2224 'browser/sync/glue/extensions_activity_monitor.h', 2224 'browser/sync/glue/extensions_activity_monitor.h',
2225 'browser/sync/glue/favicon_cache.cc', 2225 'browser/sync/glue/favicon_cache.cc',
2226 'browser/sync/glue/favicon_cache.h', 2226 'browser/sync/glue/favicon_cache.h',
2227 'browser/sync/glue/frontend_data_type_controller.cc', 2227 'browser/sync/glue/frontend_data_type_controller.cc',
2228 'browser/sync/glue/frontend_data_type_controller.h', 2228 'browser/sync/glue/frontend_data_type_controller.h',
2229 'browser/sync/glue/history_model_worker.cc', 2229 'browser/sync/glue/history_model_worker.cc',
2230 'browser/sync/glue/history_model_worker.h', 2230 'browser/sync/glue/history_model_worker.h',
2231 'browser/sync/glue/invalidation_adapter.cc',
2232 'browser/sync/glue/invalidation_adapter.h',
2231 'browser/sync/glue/non_frontend_data_type_controller.cc', 2233 'browser/sync/glue/non_frontend_data_type_controller.cc',
2232 'browser/sync/glue/non_frontend_data_type_controller.h', 2234 'browser/sync/glue/non_frontend_data_type_controller.h',
2233 'browser/sync/glue/password_data_type_controller.cc', 2235 'browser/sync/glue/password_data_type_controller.cc',
2234 'browser/sync/glue/password_data_type_controller.h', 2236 'browser/sync/glue/password_data_type_controller.h',
2235 'browser/sync/glue/password_model_worker.cc', 2237 'browser/sync/glue/password_model_worker.cc',
2236 'browser/sync/glue/password_model_worker.h', 2238 'browser/sync/glue/password_model_worker.h',
2237 'browser/sync/glue/search_engine_data_type_controller.cc', 2239 'browser/sync/glue/search_engine_data_type_controller.cc',
2238 'browser/sync/glue/search_engine_data_type_controller.h', 2240 'browser/sync/glue/search_engine_data_type_controller.h',
2239 'browser/sync/glue/sync_backend_host.cc', 2241 'browser/sync/glue/sync_backend_host.cc',
2240 'browser/sync/glue/sync_backend_host.h', 2242 'browser/sync/glue/sync_backend_host.h',
(...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after
3786 'package_name': 'org/chromium/chrome/browser', 3788 'package_name': 'org/chromium/chrome/browser',
3787 'template_deps': ['browser/android/tab_load_status.h'], 3789 'template_deps': ['browser/android/tab_load_status.h'],
3788 }, 3790 },
3789 'includes': [ '../build/android/java_cpp_template.gypi' ], 3791 'includes': [ '../build/android/java_cpp_template.gypi' ],
3790 }, 3792 },
3791 ], 3793 ],
3792 }, 3794 },
3793 ], 3795 ],
3794 ], 3796 ],
3795 } 3797 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698