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

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

Issue 2626643002: Stop showing notifications if they're ignored (Closed)
Patch Set: String.equals() Created 3 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 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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 "ntp_snippets/bookmark_last_visit_updater.cc", 741 "ntp_snippets/bookmark_last_visit_updater.cc",
742 "ntp_snippets/bookmark_last_visit_updater.h", 742 "ntp_snippets/bookmark_last_visit_updater.h",
743 "ntp_snippets/content_suggestions_notifier_service_factory.cc", 743 "ntp_snippets/content_suggestions_notifier_service_factory.cc",
744 "ntp_snippets/content_suggestions_notifier_service_factory.h", 744 "ntp_snippets/content_suggestions_notifier_service_factory.h",
745 "ntp_snippets/content_suggestions_service_factory.cc", 745 "ntp_snippets/content_suggestions_service_factory.cc",
746 "ntp_snippets/content_suggestions_service_factory.h", 746 "ntp_snippets/content_suggestions_service_factory.h",
747 "ntp_snippets/download_suggestions_provider.cc", 747 "ntp_snippets/download_suggestions_provider.cc",
748 "ntp_snippets/download_suggestions_provider.h", 748 "ntp_snippets/download_suggestions_provider.h",
749 "ntp_snippets/ntp_snippets_features.cc", 749 "ntp_snippets/ntp_snippets_features.cc",
750 "ntp_snippets/ntp_snippets_features.h", 750 "ntp_snippets/ntp_snippets_features.h",
751 "ntp_snippets/ntp_snippets_metrics.cc",
752 "ntp_snippets/ntp_snippets_metrics.h",
751 "ntp_tiles/chrome_most_visited_sites_factory.cc", 753 "ntp_tiles/chrome_most_visited_sites_factory.cc",
752 "ntp_tiles/chrome_most_visited_sites_factory.h", 754 "ntp_tiles/chrome_most_visited_sites_factory.h",
753 "ntp_tiles/chrome_popular_sites_factory.cc", 755 "ntp_tiles/chrome_popular_sites_factory.cc",
754 "ntp_tiles/chrome_popular_sites_factory.h", 756 "ntp_tiles/chrome_popular_sites_factory.h",
755 "page_load_metrics/browser_page_track_decider.cc", 757 "page_load_metrics/browser_page_track_decider.cc",
756 "page_load_metrics/browser_page_track_decider.h", 758 "page_load_metrics/browser_page_track_decider.h",
757 "page_load_metrics/metrics_navigation_throttle.cc", 759 "page_load_metrics/metrics_navigation_throttle.cc",
758 "page_load_metrics/metrics_navigation_throttle.h", 760 "page_load_metrics/metrics_navigation_throttle.h",
759 "page_load_metrics/metrics_web_contents_observer.cc", 761 "page_load_metrics/metrics_web_contents_observer.cc",
760 "page_load_metrics/metrics_web_contents_observer.h", 762 "page_load_metrics/metrics_web_contents_observer.h",
(...skipping 3722 matching lines...) Expand 10 before | Expand all | Expand 10 after
4483 "media/pepper_cdm_test_constants.cc", 4485 "media/pepper_cdm_test_constants.cc",
4484 "media/pepper_cdm_test_constants.h", 4486 "media/pepper_cdm_test_constants.h",
4485 ] 4487 ]
4486 } 4488 }
4487 } 4489 }
4488 4490
4489 service_manifest("preferences_manifest") { 4491 service_manifest("preferences_manifest") {
4490 name = "preferences" 4492 name = "preferences"
4491 source = "prefs/preferences_manifest.json" 4493 source = "prefs/preferences_manifest.json"
4492 } 4494 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698