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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10872032: Revert 152946 - 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')
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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 'browser/history/history_service_factory.cc', 1237 'browser/history/history_service_factory.cc',
1238 'browser/history/history_service_factory.h', 1238 'browser/history/history_service_factory.h',
1239 'browser/history/history_tab_helper.cc', 1239 'browser/history/history_tab_helper.cc',
1240 'browser/history/history_tab_helper.h', 1240 'browser/history/history_tab_helper.h',
1241 'browser/history/history_types.cc', 1241 'browser/history/history_types.cc',
1242 'browser/history/history_types.h', 1242 'browser/history/history_types.h',
1243 'browser/history/in_memory_database.cc', 1243 'browser/history/in_memory_database.cc',
1244 'browser/history/in_memory_database.h', 1244 'browser/history/in_memory_database.h',
1245 'browser/history/in_memory_history_backend.cc', 1245 'browser/history/in_memory_history_backend.cc',
1246 'browser/history/in_memory_history_backend.h', 1246 'browser/history/in_memory_history_backend.h',
1247 'browser/history/in_memory_url_cache_database.cc',
1248 'browser/history/in_memory_url_cache_database.h',
1249 'browser/history/in_memory_url_index.cc', 1247 'browser/history/in_memory_url_index.cc',
1250 'browser/history/in_memory_url_index.h', 1248 'browser/history/in_memory_url_index.h',
1251 'browser/history/in_memory_url_index_types.cc', 1249 'browser/history/in_memory_url_index_types.cc',
1252 'browser/history/in_memory_url_index_types.h', 1250 'browser/history/in_memory_url_index_types.h',
1253 'browser/history/page_usage_data.cc', 1251 'browser/history/page_usage_data.cc',
1254 'browser/history/page_usage_data.h', 1252 'browser/history/page_usage_data.h',
1255 'browser/history/query_parser.cc', 1253 'browser/history/query_parser.cc',
1256 'browser/history/query_parser.h', 1254 'browser/history/query_parser.h',
1257 'browser/history/scored_history_match.cc', 1255 'browser/history/scored_history_match.cc',
1258 'browser/history/scored_history_match.h', 1256 'browser/history/scored_history_match.h',
(...skipping 4386 matching lines...) Expand 10 before | Expand all | Expand 10 after
5645 'includes': [ '../build/jni_generator.gypi' ], 5643 'includes': [ '../build/jni_generator.gypi' ],
5646 'dependencies': [ 5644 'dependencies': [
5647 'android_jar_jni_headers', 5645 'android_jar_jni_headers',
5648 ], 5646 ],
5649 }, 5647 },
5650 ], 5648 ],
5651 }, 5649 },
5652 ], 5650 ],
5653 ], 5651 ],
5654 } 5652 }
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