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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8359019: Create Private Data for InMemoryURLIndex (in Preparation for SQLite Cache) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1339 'browser/history/history_tab_helper.cc', 1339 'browser/history/history_tab_helper.cc',
1340 'browser/history/history_tab_helper.h', 1340 'browser/history/history_tab_helper.h',
1341 'browser/history/history_types.cc', 1341 'browser/history/history_types.cc',
1342 'browser/history/history_types.h', 1342 'browser/history/history_types.h',
1343 'browser/history/in_memory_database.cc', 1343 'browser/history/in_memory_database.cc',
1344 'browser/history/in_memory_database.h', 1344 'browser/history/in_memory_database.h',
1345 'browser/history/in_memory_history_backend.cc', 1345 'browser/history/in_memory_history_backend.cc',
1346 'browser/history/in_memory_history_backend.h', 1346 'browser/history/in_memory_history_backend.h',
1347 'browser/history/in_memory_url_index.cc', 1347 'browser/history/in_memory_url_index.cc',
1348 'browser/history/in_memory_url_index.h', 1348 'browser/history/in_memory_url_index.h',
1349 'browser/history/in_memory_url_index_types.cc',
1350 'browser/history/in_memory_url_index_types.h',
1349 'browser/history/page_usage_data.cc', 1351 'browser/history/page_usage_data.cc',
1350 'browser/history/page_usage_data.h', 1352 'browser/history/page_usage_data.h',
1351 'browser/history/query_parser.cc', 1353 'browser/history/query_parser.cc',
1352 'browser/history/query_parser.h', 1354 'browser/history/query_parser.h',
1353 'browser/history/snippet.cc', 1355 'browser/history/snippet.cc',
1354 'browser/history/snippet.h', 1356 'browser/history/snippet.h',
1355 'browser/history/shortcuts_backend.cc', 1357 'browser/history/shortcuts_backend.cc',
1356 'browser/history/shortcuts_backend.h', 1358 'browser/history/shortcuts_backend.h',
1357 'browser/history/shortcuts_database.cc', 1359 'browser/history/shortcuts_database.cc',
1358 'browser/history/shortcuts_database.h', 1360 'browser/history/shortcuts_database.h',
(...skipping 3826 matching lines...) Expand 10 before | Expand all | Expand 10 after
5185 'type': 'static_library', 5187 'type': 'static_library',
5186 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5188 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5187 'variables': { 5189 'variables': {
5188 'proto_in_dir': 'browser/history', 5190 'proto_in_dir': 'browser/history',
5189 'proto_out_dir': 'chrome/browser/history', 5191 'proto_out_dir': 'chrome/browser/history',
5190 }, 5192 },
5191 'includes': [ '../build/protoc.gypi' ] 5193 'includes': [ '../build/protoc.gypi' ]
5192 }, 5194 },
5193 ], 5195 ],
5194 } 5196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698