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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1178203004: Componentize InMemoryURLIndexTypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/autocomplete/url_index_private_data.h ('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 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 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 'browser/autocomplete/history_provider.cc', 1278 'browser/autocomplete/history_provider.cc',
1279 'browser/autocomplete/history_provider.h', 1279 'browser/autocomplete/history_provider.h',
1280 'browser/autocomplete/history_quick_provider.cc', 1280 'browser/autocomplete/history_quick_provider.cc',
1281 'browser/autocomplete/history_quick_provider.h', 1281 'browser/autocomplete/history_quick_provider.h',
1282 'browser/autocomplete/history_url_provider.cc', 1282 'browser/autocomplete/history_url_provider.cc',
1283 'browser/autocomplete/history_url_provider.h', 1283 'browser/autocomplete/history_url_provider.h',
1284 'browser/autocomplete/in_memory_url_index.cc', 1284 'browser/autocomplete/in_memory_url_index.cc',
1285 'browser/autocomplete/in_memory_url_index.h', 1285 'browser/autocomplete/in_memory_url_index.h',
1286 'browser/autocomplete/in_memory_url_index_factory.cc', 1286 'browser/autocomplete/in_memory_url_index_factory.cc',
1287 'browser/autocomplete/in_memory_url_index_factory.h', 1287 'browser/autocomplete/in_memory_url_index_factory.h',
1288 'browser/autocomplete/in_memory_url_index_types.cc',
1289 'browser/autocomplete/in_memory_url_index_types.h',
1290 'browser/autocomplete/scored_history_match.cc', 1288 'browser/autocomplete/scored_history_match.cc',
1291 'browser/autocomplete/scored_history_match.h', 1289 'browser/autocomplete/scored_history_match.h',
1292 'browser/autocomplete/shortcuts_backend.cc', 1290 'browser/autocomplete/shortcuts_backend.cc',
1293 'browser/autocomplete/shortcuts_backend.h', 1291 'browser/autocomplete/shortcuts_backend.h',
1294 'browser/autocomplete/shortcuts_backend_factory.cc', 1292 'browser/autocomplete/shortcuts_backend_factory.cc',
1295 'browser/autocomplete/shortcuts_backend_factory.h', 1293 'browser/autocomplete/shortcuts_backend_factory.h',
1296 'browser/autocomplete/shortcuts_database.cc', 1294 'browser/autocomplete/shortcuts_database.cc',
1297 'browser/autocomplete/shortcuts_database.h', 1295 'browser/autocomplete/shortcuts_database.h',
1298 'browser/autocomplete/shortcuts_provider.cc', 1296 'browser/autocomplete/shortcuts_provider.cc',
1299 'browser/autocomplete/shortcuts_provider.h', 1297 'browser/autocomplete/shortcuts_provider.h',
(...skipping 2713 matching lines...) Expand 10 before | Expand all | Expand 10 after
4013 'variables': { 4011 'variables': {
4014 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4012 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4015 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4013 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4016 }, 4014 },
4017 'includes': [ '../build/protoc.gypi' ] 4015 'includes': [ '../build/protoc.gypi' ]
4018 }, 4016 },
4019 ], 4017 ],
4020 },], 4018 },],
4021 ], 4019 ],
4022 } 4020 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/url_index_private_data.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698