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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10533116: Unrevert 141514: Remove CachingValueStore in favor of an async ValueStoreFrontend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 4045 matching lines...) Expand 10 before | Expand all | Expand 10 after
4056 'browser/usb/usb_device.cc', 4056 'browser/usb/usb_device.cc',
4057 'browser/usb/usb_device.h', 4057 'browser/usb/usb_device.h',
4058 'browser/usb/usb_service.cc', 4058 'browser/usb/usb_service.cc',
4059 'browser/usb/usb_service.h', 4059 'browser/usb/usb_service.h',
4060 'browser/usb/usb_service_factory.cc', 4060 'browser/usb/usb_service_factory.cc',
4061 'browser/usb/usb_service_factory.h', 4061 'browser/usb/usb_service_factory.h',
4062 'browser/user_style_sheet_watcher.cc', 4062 'browser/user_style_sheet_watcher.cc',
4063 'browser/user_style_sheet_watcher.h', 4063 'browser/user_style_sheet_watcher.h',
4064 'browser/user_style_sheet_watcher_factory.cc', 4064 'browser/user_style_sheet_watcher_factory.cc',
4065 'browser/user_style_sheet_watcher_factory.h', 4065 'browser/user_style_sheet_watcher_factory.h',
4066 'browser/value_store/caching_value_store.cc',
4067 'browser/value_store/caching_value_store.h',
4068 'browser/value_store/failing_value_store.cc', 4066 'browser/value_store/failing_value_store.cc',
4069 'browser/value_store/failing_value_store.h', 4067 'browser/value_store/failing_value_store.h',
4070 'browser/value_store/leveldb_value_store.cc', 4068 'browser/value_store/leveldb_value_store.cc',
4071 'browser/value_store/leveldb_value_store.h', 4069 'browser/value_store/leveldb_value_store.h',
4072 'browser/value_store/testing_value_store.cc', 4070 'browser/value_store/testing_value_store.cc',
4073 'browser/value_store/testing_value_store.h', 4071 'browser/value_store/testing_value_store.h',
4074 'browser/value_store/value_store_change.cc', 4072 'browser/value_store/value_store_change.cc',
4075 'browser/value_store/value_store_change.h', 4073 'browser/value_store/value_store_change.h',
4074 'browser/value_store/value_store_frontend.cc',
4075 'browser/value_store/value_store_frontend.h',
4076 'browser/value_store/value_store.cc', 4076 'browser/value_store/value_store.cc',
4077 'browser/value_store/value_store.h', 4077 'browser/value_store/value_store.h',
4078 'browser/view_type_utils.cc', 4078 'browser/view_type_utils.cc',
4079 'browser/view_type_utils.h', 4079 'browser/view_type_utils.h',
4080 'browser/visitedlink/visitedlink_event_listener.cc', 4080 'browser/visitedlink/visitedlink_event_listener.cc',
4081 'browser/visitedlink/visitedlink_event_listener.h', 4081 'browser/visitedlink/visitedlink_event_listener.h',
4082 'browser/visitedlink/visitedlink_master.cc', 4082 'browser/visitedlink/visitedlink_master.cc',
4083 'browser/visitedlink/visitedlink_master.h', 4083 'browser/visitedlink/visitedlink_master.h',
4084 'browser/web_applications/web_app.cc', 4084 'browser/web_applications/web_app.cc',
4085 'browser/web_applications/web_app.h', 4085 'browser/web_applications/web_app.h',
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
5212 'browser/metrics/proto/study.proto', 5212 'browser/metrics/proto/study.proto',
5213 ], 5213 ],
5214 'variables': { 5214 'variables': {
5215 'proto_in_dir': 'browser/metrics/proto', 5215 'proto_in_dir': 'browser/metrics/proto',
5216 'proto_out_dir': 'chrome/browser/metrics/proto', 5216 'proto_out_dir': 'chrome/browser/metrics/proto',
5217 }, 5217 },
5218 'includes': [ '../build/protoc.gypi' ] 5218 'includes': [ '../build/protoc.gypi' ]
5219 }, 5219 },
5220 ], 5220 ],
5221 } 5221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698