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

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

Issue 2727103002: Remove GoogleNowNotification stats collector (Closed)
Patch Set: Created 3 years, 9 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/notifications/google_now_notification_stats_collector.h » ('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 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 3275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3286 "notifications/application_notifier_source.cc", 3286 "notifications/application_notifier_source.cc",
3287 "notifications/application_notifier_source.h", 3287 "notifications/application_notifier_source.h",
3288 "notifications/arc_application_notifier_source_chromeos.cc", 3288 "notifications/arc_application_notifier_source_chromeos.cc",
3289 "notifications/arc_application_notifier_source_chromeos.h", 3289 "notifications/arc_application_notifier_source_chromeos.h",
3290 "notifications/extension_welcome_notification.cc", 3290 "notifications/extension_welcome_notification.cc",
3291 "notifications/extension_welcome_notification.h", 3291 "notifications/extension_welcome_notification.h",
3292 "notifications/extension_welcome_notification_factory.cc", 3292 "notifications/extension_welcome_notification_factory.cc",
3293 "notifications/extension_welcome_notification_factory.h", 3293 "notifications/extension_welcome_notification_factory.h",
3294 "notifications/fullscreen_notification_blocker.cc", 3294 "notifications/fullscreen_notification_blocker.cc",
3295 "notifications/fullscreen_notification_blocker.h", 3295 "notifications/fullscreen_notification_blocker.h",
3296 "notifications/google_now_notification_stats_collector.cc",
3297 "notifications/google_now_notification_stats_collector.h",
3298 "notifications/message_center_notification_manager.cc", 3296 "notifications/message_center_notification_manager.cc",
3299 "notifications/message_center_notification_manager.h", 3297 "notifications/message_center_notification_manager.h",
3300 "notifications/message_center_settings_controller.cc", 3298 "notifications/message_center_settings_controller.cc",
3301 "notifications/message_center_settings_controller.h", 3299 "notifications/message_center_settings_controller.h",
3302 "notifications/message_center_stats_collector.cc", 3300 "notifications/message_center_stats_collector.cc",
3303 "notifications/message_center_stats_collector.h", 3301 "notifications/message_center_stats_collector.h",
3304 "notifications/notification_system_observer.cc", 3302 "notifications/notification_system_observer.cc",
3305 "notifications/notification_system_observer.h", 3303 "notifications/notification_system_observer.h",
3306 "notifications/notification_ui_manager_desktop.cc", 3304 "notifications/notification_ui_manager_desktop.cc",
3307 "notifications/notifier_source.h", 3305 "notifications/notifier_source.h",
(...skipping 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after
4533 "media/pepper_cdm_test_constants.cc", 4531 "media/pepper_cdm_test_constants.cc",
4534 "media/pepper_cdm_test_constants.h", 4532 "media/pepper_cdm_test_constants.h",
4535 ] 4533 ]
4536 } 4534 }
4537 } 4535 }
4538 4536
4539 service_manifest("preferences_manifest") { 4537 service_manifest("preferences_manifest") {
4540 name = "preferences" 4538 name = "preferences"
4541 source = "prefs/preferences_manifest.json" 4539 source = "prefs/preferences_manifest.json"
4542 } 4540 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/notifications/google_now_notification_stats_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698