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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8291005: HQP Refactoring (in Preparation for SQLite Cache) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rattle those Bots Senseless Created 9 years, 2 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1322 'browser/history/history_tab_helper.cc', 1322 'browser/history/history_tab_helper.cc',
1323 'browser/history/history_tab_helper.h', 1323 'browser/history/history_tab_helper.h',
1324 'browser/history/history_types.cc', 1324 'browser/history/history_types.cc',
1325 'browser/history/history_types.h', 1325 'browser/history/history_types.h',
1326 'browser/history/in_memory_database.cc', 1326 'browser/history/in_memory_database.cc',
1327 'browser/history/in_memory_database.h', 1327 'browser/history/in_memory_database.h',
1328 'browser/history/in_memory_history_backend.cc', 1328 'browser/history/in_memory_history_backend.cc',
1329 'browser/history/in_memory_history_backend.h', 1329 'browser/history/in_memory_history_backend.h',
1330 'browser/history/in_memory_url_index.cc', 1330 'browser/history/in_memory_url_index.cc',
1331 'browser/history/in_memory_url_index.h', 1331 'browser/history/in_memory_url_index.h',
1332 'browser/history/in_memory_url_index_types.cc',
1333 'browser/history/in_memory_url_index_types.h',
1332 'browser/history/page_usage_data.cc', 1334 'browser/history/page_usage_data.cc',
1333 'browser/history/page_usage_data.h', 1335 'browser/history/page_usage_data.h',
1334 'browser/history/query_parser.cc', 1336 'browser/history/query_parser.cc',
1335 'browser/history/query_parser.h', 1337 'browser/history/query_parser.h',
1336 'browser/history/snippet.cc', 1338 'browser/history/snippet.cc',
1337 'browser/history/snippet.h', 1339 'browser/history/snippet.h',
1338 'browser/history/shortcuts_backend.cc', 1340 'browser/history/shortcuts_backend.cc',
1339 'browser/history/shortcuts_backend.h', 1341 'browser/history/shortcuts_backend.h',
1340 'browser/history/shortcuts_database.cc', 1342 'browser/history/shortcuts_database.cc',
1341 'browser/history/shortcuts_database.h', 1343 'browser/history/shortcuts_database.h',
(...skipping 3816 matching lines...) Expand 10 before | Expand all | Expand 10 after
5158 'type': 'static_library', 5160 'type': 'static_library',
5159 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5161 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5160 'variables': { 5162 'variables': {
5161 'proto_in_dir': 'browser/history', 5163 'proto_in_dir': 'browser/history',
5162 'proto_out_dir': 'chrome/browser/history', 5164 'proto_out_dir': 'chrome/browser/history',
5163 }, 5165 },
5164 'includes': [ '../build/protoc.gypi' ] 5166 'includes': [ '../build/protoc.gypi' ]
5165 }, 5167 },
5166 ], 5168 ],
5167 } 5169 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_typed_url_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698