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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2831553003: List our features in ntp_snippets::kAllFeatures (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/browser/about_flags.cc » ('j') | components/ntp_snippets/features.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 "notifications/web_notification_delegate.cc", 767 "notifications/web_notification_delegate.cc",
768 "notifications/web_notification_delegate.h", 768 "notifications/web_notification_delegate.h",
769 "ntp_snippets/bookmark_last_visit_updater.cc", 769 "ntp_snippets/bookmark_last_visit_updater.cc",
770 "ntp_snippets/bookmark_last_visit_updater.h", 770 "ntp_snippets/bookmark_last_visit_updater.h",
771 "ntp_snippets/content_suggestions_notifier_service_factory.cc", 771 "ntp_snippets/content_suggestions_notifier_service_factory.cc",
772 "ntp_snippets/content_suggestions_notifier_service_factory.h", 772 "ntp_snippets/content_suggestions_notifier_service_factory.h",
773 "ntp_snippets/content_suggestions_service_factory.cc", 773 "ntp_snippets/content_suggestions_service_factory.cc",
774 "ntp_snippets/content_suggestions_service_factory.h", 774 "ntp_snippets/content_suggestions_service_factory.h",
775 "ntp_snippets/download_suggestions_provider.cc", 775 "ntp_snippets/download_suggestions_provider.cc",
776 "ntp_snippets/download_suggestions_provider.h", 776 "ntp_snippets/download_suggestions_provider.h",
777 "ntp_snippets/ntp_snippets_features.cc",
778 "ntp_snippets/ntp_snippets_features.h",
779 "ntp_snippets/ntp_snippets_metrics.cc", 777 "ntp_snippets/ntp_snippets_metrics.cc",
780 "ntp_snippets/ntp_snippets_metrics.h", 778 "ntp_snippets/ntp_snippets_metrics.h",
781 "ntp_tiles/chrome_most_visited_sites_factory.cc", 779 "ntp_tiles/chrome_most_visited_sites_factory.cc",
782 "ntp_tiles/chrome_most_visited_sites_factory.h", 780 "ntp_tiles/chrome_most_visited_sites_factory.h",
783 "ntp_tiles/chrome_popular_sites_factory.cc", 781 "ntp_tiles/chrome_popular_sites_factory.cc",
784 "ntp_tiles/chrome_popular_sites_factory.h", 782 "ntp_tiles/chrome_popular_sites_factory.h",
785 "offline_items_collection/offline_content_aggregator_factory.cc", 783 "offline_items_collection/offline_content_aggregator_factory.cc",
786 "offline_items_collection/offline_content_aggregator_factory.h", 784 "offline_items_collection/offline_content_aggregator_factory.h",
787 "page_load_metrics/browser_page_track_decider.cc", 785 "page_load_metrics/browser_page_track_decider.cc",
788 "page_load_metrics/browser_page_track_decider.h", 786 "page_load_metrics/browser_page_track_decider.h",
(...skipping 3902 matching lines...) Expand 10 before | Expand all | Expand 10 after
4691 "media/pepper_cdm_test_constants.cc", 4689 "media/pepper_cdm_test_constants.cc",
4692 "media/pepper_cdm_test_constants.h", 4690 "media/pepper_cdm_test_constants.h",
4693 ] 4691 ]
4694 } 4692 }
4695 } 4693 }
4696 4694
4697 service_manifest("preferences_forwarder_manifest") { 4695 service_manifest("preferences_forwarder_manifest") {
4698 name = "preferences_forwarder" 4696 name = "preferences_forwarder"
4699 source = "prefs/forwarder_manifest.json" 4697 source = "prefs/forwarder_manifest.json"
4700 } 4698 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | components/ntp_snippets/features.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698