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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10830297: Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/visitedlink/visitedlink_master.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')
Property Changes:
Deleted: svn:mergeinfo
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 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 'browser/history/history_service_factory.cc', 1213 'browser/history/history_service_factory.cc',
1214 'browser/history/history_service_factory.h', 1214 'browser/history/history_service_factory.h',
1215 'browser/history/history_tab_helper.cc', 1215 'browser/history/history_tab_helper.cc',
1216 'browser/history/history_tab_helper.h', 1216 'browser/history/history_tab_helper.h',
1217 'browser/history/history_types.cc', 1217 'browser/history/history_types.cc',
1218 'browser/history/history_types.h', 1218 'browser/history/history_types.h',
1219 'browser/history/in_memory_database.cc', 1219 'browser/history/in_memory_database.cc',
1220 'browser/history/in_memory_database.h', 1220 'browser/history/in_memory_database.h',
1221 'browser/history/in_memory_history_backend.cc', 1221 'browser/history/in_memory_history_backend.cc',
1222 'browser/history/in_memory_history_backend.h', 1222 'browser/history/in_memory_history_backend.h',
1223 'browser/history/in_memory_url_cache_database.cc',
1224 'browser/history/in_memory_url_cache_database.h',
1225 'browser/history/in_memory_url_index.cc', 1223 'browser/history/in_memory_url_index.cc',
1226 'browser/history/in_memory_url_index.h', 1224 'browser/history/in_memory_url_index.h',
1227 'browser/history/in_memory_url_index_types.cc', 1225 'browser/history/in_memory_url_index_types.cc',
1228 'browser/history/in_memory_url_index_types.h', 1226 'browser/history/in_memory_url_index_types.h',
1229 'browser/history/page_usage_data.cc', 1227 'browser/history/page_usage_data.cc',
1230 'browser/history/page_usage_data.h', 1228 'browser/history/page_usage_data.h',
1231 'browser/history/query_parser.cc', 1229 'browser/history/query_parser.cc',
1232 'browser/history/query_parser.h', 1230 'browser/history/query_parser.h',
1233 'browser/history/scored_history_match.cc', 1231 'browser/history/scored_history_match.cc',
1234 'browser/history/scored_history_match.h', 1232 'browser/history/scored_history_match.h',
(...skipping 4315 matching lines...) Expand 10 before | Expand all | Expand 10 after
5550 'includes': [ '../build/jni_generator.gypi' ], 5548 'includes': [ '../build/jni_generator.gypi' ],
5551 'dependencies': [ 5549 'dependencies': [
5552 'android_jar_jni_headers', 5550 'android_jar_jni_headers',
5553 ], 5551 ],
5554 }, 5552 },
5555 ], 5553 ],
5556 }, 5554 },
5557 ], 5555 ],
5558 ], 5556 ],
5559 } 5557 }
OLDNEW
« no previous file with comments | « chrome/browser/visitedlink/visitedlink_master.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698