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

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: Rebased and fixed unit test fail 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 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 'browser/history/in_memory_url_index.cc', 1517 'browser/history/in_memory_url_index.cc',
1518 'browser/history/in_memory_url_index.h', 1518 'browser/history/in_memory_url_index.h',
1519 'browser/history/scored_history_match.cc', 1519 'browser/history/scored_history_match.cc',
1520 'browser/history/scored_history_match.h', 1520 'browser/history/scored_history_match.h',
1521 'browser/history/top_sites.cc', 1521 'browser/history/top_sites.cc',
1522 'browser/history/top_sites.h', 1522 'browser/history/top_sites.h',
1523 'browser/history/top_sites_backend.cc', 1523 'browser/history/top_sites_backend.cc',
1524 'browser/history/top_sites_backend.h', 1524 'browser/history/top_sites_backend.h',
1525 'browser/history/top_sites_database.cc', 1525 'browser/history/top_sites_database.cc',
1526 'browser/history/top_sites_database.h', 1526 'browser/history/top_sites_database.h',
1527 'browser/history/top_sites_factory.cc',
1528 'browser/history/top_sites_factory.h',
1527 'browser/history/top_sites_impl.cc', 1529 'browser/history/top_sites_impl.cc',
1528 'browser/history/top_sites_impl.h', 1530 'browser/history/top_sites_impl.h',
1529 'browser/history/typed_url_syncable_service.cc', 1531 'browser/history/typed_url_syncable_service.cc',
1530 'browser/history/typed_url_syncable_service.h', 1532 'browser/history/typed_url_syncable_service.h',
1531 'browser/history/url_index_private_data.cc', 1533 'browser/history/url_index_private_data.cc',
1532 'browser/history/url_index_private_data.h', 1534 'browser/history/url_index_private_data.h',
1533 'browser/history/web_history_service.cc', 1535 'browser/history/web_history_service.cc',
1534 'browser/history/web_history_service.h', 1536 'browser/history/web_history_service.h',
1535 'browser/history/web_history_service_factory.cc', 1537 'browser/history/web_history_service_factory.cc',
1536 'browser/history/web_history_service_factory.h', 1538 'browser/history/web_history_service_factory.h',
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
3712 'variables': { 3714 'variables': {
3713 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3715 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3714 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3716 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3715 }, 3717 },
3716 'includes': [ '../build/protoc.gypi' ] 3718 'includes': [ '../build/protoc.gypi' ]
3717 }, 3719 },
3718 ], 3720 ],
3719 },], 3721 },],
3720 ], 3722 ],
3721 } 3723 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698