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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 976423002: Remove ScoreHistoryMatch::Builder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cpplint
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « chrome/browser/autocomplete/url_index_private_data.cc ('k') | chrome/chrome_tests_unit.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'browser/autocomplete/history_url_provider.cc', 1210 'browser/autocomplete/history_url_provider.cc',
1211 'browser/autocomplete/history_url_provider.h', 1211 'browser/autocomplete/history_url_provider.h',
1212 'browser/autocomplete/in_memory_url_index.cc', 1212 'browser/autocomplete/in_memory_url_index.cc',
1213 'browser/autocomplete/in_memory_url_index.h', 1213 'browser/autocomplete/in_memory_url_index.h',
1214 'browser/autocomplete/in_memory_url_index_factory.cc', 1214 'browser/autocomplete/in_memory_url_index_factory.cc',
1215 'browser/autocomplete/in_memory_url_index_factory.h', 1215 'browser/autocomplete/in_memory_url_index_factory.h',
1216 'browser/autocomplete/in_memory_url_index_types.cc', 1216 'browser/autocomplete/in_memory_url_index_types.cc',
1217 'browser/autocomplete/in_memory_url_index_types.h', 1217 'browser/autocomplete/in_memory_url_index_types.h',
1218 'browser/autocomplete/scored_history_match.cc', 1218 'browser/autocomplete/scored_history_match.cc',
1219 'browser/autocomplete/scored_history_match.h', 1219 'browser/autocomplete/scored_history_match.h',
1220 'browser/autocomplete/scored_history_match_builder_impl.cc',
1221 'browser/autocomplete/scored_history_match_builder_impl.h',
1222 'browser/autocomplete/shortcuts_backend.cc', 1220 'browser/autocomplete/shortcuts_backend.cc',
1223 'browser/autocomplete/shortcuts_backend.h', 1221 'browser/autocomplete/shortcuts_backend.h',
1224 'browser/autocomplete/shortcuts_backend_factory.cc', 1222 'browser/autocomplete/shortcuts_backend_factory.cc',
1225 'browser/autocomplete/shortcuts_backend_factory.h', 1223 'browser/autocomplete/shortcuts_backend_factory.h',
1226 'browser/autocomplete/shortcuts_database.cc', 1224 'browser/autocomplete/shortcuts_database.cc',
1227 'browser/autocomplete/shortcuts_database.h', 1225 'browser/autocomplete/shortcuts_database.h',
1228 'browser/autocomplete/shortcuts_provider.cc', 1226 'browser/autocomplete/shortcuts_provider.cc',
1229 'browser/autocomplete/shortcuts_provider.h', 1227 'browser/autocomplete/shortcuts_provider.h',
1230 'browser/autocomplete/url_index_private_data.cc', 1228 'browser/autocomplete/url_index_private_data.cc',
1231 'browser/autocomplete/url_index_private_data.h', 1229 'browser/autocomplete/url_index_private_data.h',
(...skipping 2528 matching lines...) Expand 10 before | Expand all | Expand 10 after
3760 'variables': { 3758 'variables': {
3761 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3759 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3762 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3760 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3763 }, 3761 },
3764 'includes': [ '../build/protoc.gypi' ] 3762 'includes': [ '../build/protoc.gypi' ]
3765 }, 3763 },
3766 ], 3764 ],
3767 },], 3765 },],
3768 ], 3766 ],
3769 } 3767 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/url_index_private_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698