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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10837244: Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Tweak suppression. 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
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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 'browser/history/history_service_factory.cc', 1211 'browser/history/history_service_factory.cc',
1212 'browser/history/history_service_factory.h', 1212 'browser/history/history_service_factory.h',
1213 'browser/history/history_tab_helper.cc', 1213 'browser/history/history_tab_helper.cc',
1214 'browser/history/history_tab_helper.h', 1214 'browser/history/history_tab_helper.h',
1215 'browser/history/history_types.cc', 1215 'browser/history/history_types.cc',
1216 'browser/history/history_types.h', 1216 'browser/history/history_types.h',
1217 'browser/history/in_memory_database.cc', 1217 'browser/history/in_memory_database.cc',
1218 'browser/history/in_memory_database.h', 1218 'browser/history/in_memory_database.h',
1219 'browser/history/in_memory_history_backend.cc', 1219 'browser/history/in_memory_history_backend.cc',
1220 'browser/history/in_memory_history_backend.h', 1220 'browser/history/in_memory_history_backend.h',
1221 'browser/history/in_memory_url_cache_database.cc',
1222 'browser/history/in_memory_url_cache_database.h',
1221 'browser/history/in_memory_url_index.cc', 1223 'browser/history/in_memory_url_index.cc',
1222 'browser/history/in_memory_url_index.h', 1224 'browser/history/in_memory_url_index.h',
1223 'browser/history/in_memory_url_index_types.cc', 1225 'browser/history/in_memory_url_index_types.cc',
1224 'browser/history/in_memory_url_index_types.h', 1226 'browser/history/in_memory_url_index_types.h',
1225 'browser/history/page_usage_data.cc', 1227 'browser/history/page_usage_data.cc',
1226 'browser/history/page_usage_data.h', 1228 'browser/history/page_usage_data.h',
1227 'browser/history/query_parser.cc', 1229 'browser/history/query_parser.cc',
1228 'browser/history/query_parser.h', 1230 'browser/history/query_parser.h',
1229 'browser/history/scored_history_match.cc', 1231 'browser/history/scored_history_match.cc',
1230 'browser/history/scored_history_match.h', 1232 'browser/history/scored_history_match.h',
(...skipping 4317 matching lines...) Expand 10 before | Expand all | Expand 10 after
5548 'includes': [ '../build/jni_generator.gypi' ], 5550 'includes': [ '../build/jni_generator.gypi' ],
5549 'dependencies': [ 5551 'dependencies': [
5550 'android_jar_jni_headers', 5552 'android_jar_jni_headers',
5551 ], 5553 ],
5552 }, 5554 },
5553 ], 5555 ],
5554 }, 5556 },
5555 ], 5557 ],
5556 ], 5558 ],
5557 } 5559 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698