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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 903493002: Componentize ScoredHistoryMatch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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/history/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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 'browser/history/android/android_history_provider_service.cc', 1492 'browser/history/android/android_history_provider_service.cc',
1493 'browser/history/android/android_history_provider_service.h', 1493 'browser/history/android/android_history_provider_service.h',
1494 'browser/history/android/android_provider_backend.cc', 1494 'browser/history/android/android_provider_backend.cc',
1495 'browser/history/android/android_provider_backend.h', 1495 'browser/history/android/android_provider_backend.h',
1496 'browser/history/android/bookmark_model_sql_handler.cc', 1496 'browser/history/android/bookmark_model_sql_handler.cc',
1497 'browser/history/android/bookmark_model_sql_handler.h', 1497 'browser/history/android/bookmark_model_sql_handler.h',
1498 'browser/history/android/sqlite_cursor.cc', 1498 'browser/history/android/sqlite_cursor.cc',
1499 'browser/history/android/sqlite_cursor.h', 1499 'browser/history/android/sqlite_cursor.h',
1500 'browser/history/chrome_history_client.cc', 1500 'browser/history/chrome_history_client.cc',
1501 'browser/history/chrome_history_client.h', 1501 'browser/history/chrome_history_client.h',
1502 'browser/history/chrome_scored_history_match_client.cc',
1503 'browser/history/chrome_scored_history_match_client.h',
1502 'browser/history/chrome_history_client_factory.cc', 1504 'browser/history/chrome_history_client_factory.cc',
1503 'browser/history/chrome_history_client_factory.h', 1505 'browser/history/chrome_history_client_factory.h',
1504 'browser/history/delete_directive_handler.cc', 1506 'browser/history/delete_directive_handler.cc',
1505 'browser/history/delete_directive_handler.h', 1507 'browser/history/delete_directive_handler.h',
1506 'browser/history/history_backend.cc', 1508 'browser/history/history_backend.cc',
1507 'browser/history/history_backend.h', 1509 'browser/history/history_backend.h',
1508 'browser/history/history_backend_android.cc', 1510 'browser/history/history_backend_android.cc',
1509 'browser/history/history_service.cc', 1511 'browser/history/history_service.cc',
1510 'browser/history/history_service.h', 1512 'browser/history/history_service.h',
1511 'browser/history/history_service_factory.cc', 1513 'browser/history/history_service_factory.cc',
1512 'browser/history/history_service_factory.h', 1514 'browser/history/history_service_factory.h',
1513 'browser/history/history_tab_helper.cc', 1515 'browser/history/history_tab_helper.cc',
1514 'browser/history/history_tab_helper.h', 1516 'browser/history/history_tab_helper.h',
1515 'browser/history/in_memory_history_backend.cc', 1517 'browser/history/in_memory_history_backend.cc',
1516 'browser/history/in_memory_history_backend.h', 1518 'browser/history/in_memory_history_backend.h',
1517 'browser/history/in_memory_url_index.cc', 1519 'browser/history/in_memory_url_index.cc',
1518 'browser/history/in_memory_url_index.h', 1520 'browser/history/in_memory_url_index.h',
1519 'browser/history/scored_history_match.cc',
1520 'browser/history/scored_history_match.h',
1521 'browser/history/top_sites_factory.cc', 1521 'browser/history/top_sites_factory.cc',
1522 'browser/history/top_sites_factory.h', 1522 'browser/history/top_sites_factory.h',
1523 'browser/history/top_sites_impl.cc', 1523 'browser/history/top_sites_impl.cc',
1524 'browser/history/top_sites_impl.h', 1524 'browser/history/top_sites_impl.h',
1525 'browser/history/typed_url_syncable_service.cc', 1525 'browser/history/typed_url_syncable_service.cc',
1526 'browser/history/typed_url_syncable_service.h', 1526 'browser/history/typed_url_syncable_service.h',
1527 'browser/history/url_index_private_data.cc', 1527 'browser/history/url_index_private_data.cc',
1528 'browser/history/url_index_private_data.h', 1528 'browser/history/url_index_private_data.h',
1529 'browser/history/web_history_service.cc', 1529 'browser/history/web_history_service.cc',
1530 'browser/history/web_history_service.h', 1530 'browser/history/web_history_service.h',
(...skipping 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after
3694 'variables': { 3694 'variables': {
3695 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3695 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3697 }, 3697 },
3698 'includes': [ '../build/protoc.gypi' ] 3698 'includes': [ '../build/protoc.gypi' ]
3699 }, 3699 },
3700 ], 3700 ],
3701 },], 3701 },],
3702 ], 3702 ],
3703 } 3703 }
OLDNEW
« no previous file with comments | « chrome/browser/history/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