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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 815983002: Topsites become keyedService based. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review comments Created 5 years, 11 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
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 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1524 'browser/history/in_memory_url_index.cc', 1524 'browser/history/in_memory_url_index.cc',
1525 'browser/history/in_memory_url_index.h', 1525 'browser/history/in_memory_url_index.h',
1526 'browser/history/in_memory_url_index_types.cc', 1526 'browser/history/in_memory_url_index_types.cc',
1527 'browser/history/in_memory_url_index_types.h', 1527 'browser/history/in_memory_url_index_types.h',
1528 'browser/history/scored_history_match.cc', 1528 'browser/history/scored_history_match.cc',
1529 'browser/history/scored_history_match.h', 1529 'browser/history/scored_history_match.h',
1530 'browser/history/shortcuts_database.cc', 1530 'browser/history/shortcuts_database.cc',
1531 'browser/history/shortcuts_database.h', 1531 'browser/history/shortcuts_database.h',
1532 'browser/history/thumbnail_database.cc', 1532 'browser/history/thumbnail_database.cc',
1533 'browser/history/thumbnail_database.h', 1533 'browser/history/thumbnail_database.h',
1534 'browser/history/top_sites.cc',
1535 'browser/history/top_sites.h',
1536 'browser/history/top_sites_backend.cc', 1534 'browser/history/top_sites_backend.cc',
1537 'browser/history/top_sites_backend.h', 1535 'browser/history/top_sites_backend.h',
1538 'browser/history/top_sites_cache.cc', 1536 'browser/history/top_sites_cache.cc',
1539 'browser/history/top_sites_cache.h', 1537 'browser/history/top_sites_cache.h',
1540 'browser/history/top_sites_database.cc', 1538 'browser/history/top_sites_database.cc',
1541 'browser/history/top_sites_database.h', 1539 'browser/history/top_sites_database.h',
1540 'browser/history/top_sites_factory.h',
Bernhard Bauer 2015/01/08 10:22:05 Keep these sorted alphabetically: c before h.
sdefresne 2015/01/08 10:41:02 Keep file name sorted (.cc before .h).
Jitu( very slow this week) 2015/01/12 11:30:08 Done.
1541 'browser/history/top_sites_factory.cc',
1542 'browser/history/top_sites_impl.h',
1542 'browser/history/top_sites_impl.cc', 1543 'browser/history/top_sites_impl.cc',
1543 'browser/history/top_sites_impl.h', 1544 'browser/history/top_sites.h',
1545 'browser/history/top_sites.cc',
1544 'browser/history/typed_url_syncable_service.cc', 1546 'browser/history/typed_url_syncable_service.cc',
1545 'browser/history/typed_url_syncable_service.h', 1547 'browser/history/typed_url_syncable_service.h',
1546 'browser/history/url_index_private_data.cc', 1548 'browser/history/url_index_private_data.cc',
1547 'browser/history/url_index_private_data.h', 1549 'browser/history/url_index_private_data.h',
1548 'browser/history/url_utils.cc', 1550 'browser/history/url_utils.cc',
1549 'browser/history/url_utils.h', 1551 'browser/history/url_utils.h',
1550 'browser/history/visit_database.cc', 1552 'browser/history/visit_database.cc',
1551 'browser/history/visit_database.h', 1553 'browser/history/visit_database.h',
1552 'browser/history/visit_filter.cc', 1554 'browser/history/visit_filter.cc',
1553 'browser/history/visit_filter.h', 1555 'browser/history/visit_filter.h',
(...skipping 2188 matching lines...) Expand 10 before | Expand all | Expand 10 after
3742 'variables': { 3744 'variables': {
3743 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3745 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3744 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3746 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3745 }, 3747 },
3746 'includes': [ '../build/protoc.gypi' ] 3748 'includes': [ '../build/protoc.gypi' ]
3747 }, 3749 },
3748 ], 3750 ],
3749 },], 3751 },],
3750 ], 3752 ],
3751 } 3753 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698