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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10541045: Move ScoredHistoryMatch into Its Own Set of Files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/history/url_index_private_data.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 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 'browser/history/in_memory_history_backend.cc', 1127 'browser/history/in_memory_history_backend.cc',
1128 'browser/history/in_memory_history_backend.h', 1128 'browser/history/in_memory_history_backend.h',
1129 'browser/history/in_memory_url_index.cc', 1129 'browser/history/in_memory_url_index.cc',
1130 'browser/history/in_memory_url_index.h', 1130 'browser/history/in_memory_url_index.h',
1131 'browser/history/in_memory_url_index_types.cc', 1131 'browser/history/in_memory_url_index_types.cc',
1132 'browser/history/in_memory_url_index_types.h', 1132 'browser/history/in_memory_url_index_types.h',
1133 'browser/history/page_usage_data.cc', 1133 'browser/history/page_usage_data.cc',
1134 'browser/history/page_usage_data.h', 1134 'browser/history/page_usage_data.h',
1135 'browser/history/query_parser.cc', 1135 'browser/history/query_parser.cc',
1136 'browser/history/query_parser.h', 1136 'browser/history/query_parser.h',
1137 'browser/history/scored_history_match.cc',
1138 'browser/history/scored_history_match.h',
1137 'browser/history/snippet.cc', 1139 'browser/history/snippet.cc',
1138 'browser/history/snippet.h', 1140 'browser/history/snippet.h',
1139 'browser/history/shortcuts_backend.cc', 1141 'browser/history/shortcuts_backend.cc',
1140 'browser/history/shortcuts_backend.h', 1142 'browser/history/shortcuts_backend.h',
1141 'browser/history/shortcuts_database.cc', 1143 'browser/history/shortcuts_database.cc',
1142 'browser/history/shortcuts_database.h', 1144 'browser/history/shortcuts_database.h',
1143 'browser/history/starred_url_database.cc', 1145 'browser/history/starred_url_database.cc',
1144 'browser/history/starred_url_database.h', 1146 'browser/history/starred_url_database.h',
1145 'browser/history/text_database.cc', 1147 'browser/history/text_database.cc',
1146 'browser/history/text_database.h', 1148 'browser/history/text_database.h',
(...skipping 4035 matching lines...) Expand 10 before | Expand all | Expand 10 after
5182 'browser/metrics/proto/study.proto', 5184 'browser/metrics/proto/study.proto',
5183 ], 5185 ],
5184 'variables': { 5186 'variables': {
5185 'proto_in_dir': 'browser/metrics/proto', 5187 'proto_in_dir': 'browser/metrics/proto',
5186 'proto_out_dir': 'chrome/browser/metrics/proto', 5188 'proto_out_dir': 'chrome/browser/metrics/proto',
5187 }, 5189 },
5188 'includes': [ '../build/protoc.gypi' ] 5190 'includes': [ '../build/protoc.gypi' ]
5189 }, 5191 },
5190 ], 5192 ],
5191 } 5193 }
OLDNEW
« no previous file with comments | « chrome/browser/history/url_index_private_data.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698