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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10539073: Remove CachingValueStore in favor of an async ValueStoreFrontend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const-ref Created 8 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
« no previous file with comments | « chrome/browser/value_store/value_store_frontend_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4034 matching lines...) Expand 10 before | Expand all | Expand 10 after
4045 'browser/usb/usb_device.cc', 4045 'browser/usb/usb_device.cc',
4046 'browser/usb/usb_device.h', 4046 'browser/usb/usb_device.h',
4047 'browser/usb/usb_service.cc', 4047 'browser/usb/usb_service.cc',
4048 'browser/usb/usb_service.h', 4048 'browser/usb/usb_service.h',
4049 'browser/usb/usb_service_factory.cc', 4049 'browser/usb/usb_service_factory.cc',
4050 'browser/usb/usb_service_factory.h', 4050 'browser/usb/usb_service_factory.h',
4051 'browser/user_style_sheet_watcher.cc', 4051 'browser/user_style_sheet_watcher.cc',
4052 'browser/user_style_sheet_watcher.h', 4052 'browser/user_style_sheet_watcher.h',
4053 'browser/user_style_sheet_watcher_factory.cc', 4053 'browser/user_style_sheet_watcher_factory.cc',
4054 'browser/user_style_sheet_watcher_factory.h', 4054 'browser/user_style_sheet_watcher_factory.h',
4055 'browser/value_store/caching_value_store.cc',
4056 'browser/value_store/caching_value_store.h',
4057 'browser/value_store/failing_value_store.cc', 4055 'browser/value_store/failing_value_store.cc',
4058 'browser/value_store/failing_value_store.h', 4056 'browser/value_store/failing_value_store.h',
4059 'browser/value_store/leveldb_value_store.cc', 4057 'browser/value_store/leveldb_value_store.cc',
4060 'browser/value_store/leveldb_value_store.h', 4058 'browser/value_store/leveldb_value_store.h',
4061 'browser/value_store/testing_value_store.cc', 4059 'browser/value_store/testing_value_store.cc',
4062 'browser/value_store/testing_value_store.h', 4060 'browser/value_store/testing_value_store.h',
4063 'browser/value_store/value_store_change.cc', 4061 'browser/value_store/value_store_change.cc',
4064 'browser/value_store/value_store_change.h', 4062 'browser/value_store/value_store_change.h',
4063 'browser/value_store/value_store_frontend.cc',
4064 'browser/value_store/value_store_frontend.h',
4065 'browser/value_store/value_store.cc', 4065 'browser/value_store/value_store.cc',
4066 'browser/value_store/value_store.h', 4066 'browser/value_store/value_store.h',
4067 'browser/view_type_utils.cc', 4067 'browser/view_type_utils.cc',
4068 'browser/view_type_utils.h', 4068 'browser/view_type_utils.h',
4069 'browser/visitedlink/visitedlink_event_listener.cc', 4069 'browser/visitedlink/visitedlink_event_listener.cc',
4070 'browser/visitedlink/visitedlink_event_listener.h', 4070 'browser/visitedlink/visitedlink_event_listener.h',
4071 'browser/visitedlink/visitedlink_master.cc', 4071 'browser/visitedlink/visitedlink_master.cc',
4072 'browser/visitedlink/visitedlink_master.h', 4072 'browser/visitedlink/visitedlink_master.h',
4073 'browser/web_applications/web_app.cc', 4073 'browser/web_applications/web_app.cc',
4074 'browser/web_applications/web_app.h', 4074 'browser/web_applications/web_app.h',
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
5201 'browser/metrics/proto/study.proto', 5201 'browser/metrics/proto/study.proto',
5202 ], 5202 ],
5203 'variables': { 5203 'variables': {
5204 'proto_in_dir': 'browser/metrics/proto', 5204 'proto_in_dir': 'browser/metrics/proto',
5205 'proto_out_dir': 'chrome/browser/metrics/proto', 5205 'proto_out_dir': 'chrome/browser/metrics/proto',
5206 }, 5206 },
5207 'includes': [ '../build/protoc.gypi' ] 5207 'includes': [ '../build/protoc.gypi' ]
5208 }, 5208 },
5209 ], 5209 ],
5210 } 5210 }
OLDNEW
« no previous file with comments | « chrome/browser/value_store/value_store_frontend_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698