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

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

Issue 2703213004: Migrate extension notifications to the new NotificationDisplayService (Closed)
Patch Set: Migrate extension notifications to the new NotificationDisplayService 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/extensions/BUILD.gn » ('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 4363 matching lines...) Expand 10 before | Expand all | Expand 10 after
4374 "history/history_test_utils.cc", 4374 "history/history_test_utils.cc",
4375 "history/history_test_utils.h", 4375 "history/history_test_utils.h",
4376 "media/webrtc/fake_desktop_media_list.cc", 4376 "media/webrtc/fake_desktop_media_list.cc",
4377 "media/webrtc/fake_desktop_media_list.h", 4377 "media/webrtc/fake_desktop_media_list.h",
4378 "net/dns_probe_test_util.cc", 4378 "net/dns_probe_test_util.cc",
4379 "net/dns_probe_test_util.h", 4379 "net/dns_probe_test_util.h",
4380 "net/url_request_mock_util.cc", 4380 "net/url_request_mock_util.cc",
4381 "net/url_request_mock_util.h", 4381 "net/url_request_mock_util.h",
4382 "notifications/notification_test_util.cc", 4382 "notifications/notification_test_util.cc",
4383 "notifications/notification_test_util.h", 4383 "notifications/notification_test_util.h",
4384 "notifications/stub_notification_display_service.cc",
4385 "notifications/stub_notification_display_service.h",
4384 "notifications/stub_notification_platform_bridge.cc", 4386 "notifications/stub_notification_platform_bridge.cc",
4385 "notifications/stub_notification_platform_bridge.h", 4387 "notifications/stub_notification_platform_bridge.h",
4386 "policy/test/local_policy_test_server.cc", 4388 "policy/test/local_policy_test_server.cc",
4387 "policy/test/local_policy_test_server.h", 4389 "policy/test/local_policy_test_server.h",
4388 "search_engines/template_url_service_factory_test_util.cc", 4390 "search_engines/template_url_service_factory_test_util.cc",
4389 "search_engines/template_url_service_factory_test_util.h", 4391 "search_engines/template_url_service_factory_test_util.h",
4390 "search_engines/template_url_service_test_util.cc", 4392 "search_engines/template_url_service_test_util.cc",
4391 "search_engines/template_url_service_test_util.h", 4393 "search_engines/template_url_service_test_util.h",
4392 "signin/fake_account_fetcher_service_builder.cc", 4394 "signin/fake_account_fetcher_service_builder.cc",
4393 "signin/fake_account_fetcher_service_builder.h", 4395 "signin/fake_account_fetcher_service_builder.h",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
4663 "media/pepper_cdm_test_constants.cc", 4665 "media/pepper_cdm_test_constants.cc",
4664 "media/pepper_cdm_test_constants.h", 4666 "media/pepper_cdm_test_constants.h",
4665 ] 4667 ]
4666 } 4668 }
4667 } 4669 }
4668 4670
4669 service_manifest("preferences_forwarder_manifest") { 4671 service_manifest("preferences_forwarder_manifest") {
4670 name = "preferences_forwarder" 4672 name = "preferences_forwarder"
4671 source = "prefs/forwarder_manifest.json" 4673 source = "prefs/forwarder_manifest.json"
4672 } 4674 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698