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

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

Issue 2703213004: Migrate extension notifications to the new NotificationDisplayService (Closed)
Patch Set: Finish functionality Created 3 years, 10 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 4239 matching lines...) Expand 10 before | Expand all | Expand 10 after
4250 "history/history_test_utils.cc", 4250 "history/history_test_utils.cc",
4251 "history/history_test_utils.h", 4251 "history/history_test_utils.h",
4252 "media/webrtc/fake_desktop_media_list.cc", 4252 "media/webrtc/fake_desktop_media_list.cc",
4253 "media/webrtc/fake_desktop_media_list.h", 4253 "media/webrtc/fake_desktop_media_list.h",
4254 "net/dns_probe_test_util.cc", 4254 "net/dns_probe_test_util.cc",
4255 "net/dns_probe_test_util.h", 4255 "net/dns_probe_test_util.h",
4256 "net/url_request_mock_util.cc", 4256 "net/url_request_mock_util.cc",
4257 "net/url_request_mock_util.h", 4257 "net/url_request_mock_util.h",
4258 "notifications/notification_test_util.cc", 4258 "notifications/notification_test_util.cc",
4259 "notifications/notification_test_util.h", 4259 "notifications/notification_test_util.h",
4260 "notifications/stub_notification_display_service.cc",
4261 "notifications/stub_notification_display_service.h",
4260 "notifications/stub_notification_platform_bridge.cc", 4262 "notifications/stub_notification_platform_bridge.cc",
4261 "notifications/stub_notification_platform_bridge.h", 4263 "notifications/stub_notification_platform_bridge.h",
4262 "policy/test/local_policy_test_server.cc", 4264 "policy/test/local_policy_test_server.cc",
4263 "policy/test/local_policy_test_server.h", 4265 "policy/test/local_policy_test_server.h",
4264 "search_engines/template_url_service_factory_test_util.cc", 4266 "search_engines/template_url_service_factory_test_util.cc",
4265 "search_engines/template_url_service_factory_test_util.h", 4267 "search_engines/template_url_service_factory_test_util.h",
4266 "search_engines/template_url_service_test_util.cc", 4268 "search_engines/template_url_service_test_util.cc",
4267 "search_engines/template_url_service_test_util.h", 4269 "search_engines/template_url_service_test_util.h",
4268 "signin/fake_account_fetcher_service_builder.cc", 4270 "signin/fake_account_fetcher_service_builder.cc",
4269 "signin/fake_account_fetcher_service_builder.h", 4271 "signin/fake_account_fetcher_service_builder.h",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
4529 "media/pepper_cdm_test_constants.cc", 4531 "media/pepper_cdm_test_constants.cc",
4530 "media/pepper_cdm_test_constants.h", 4532 "media/pepper_cdm_test_constants.h",
4531 ] 4533 ]
4532 } 4534 }
4533 } 4535 }
4534 4536
4535 service_manifest("preferences_manifest") { 4537 service_manifest("preferences_manifest") {
4536 name = "preferences" 4538 name = "preferences"
4537 source = "prefs/preferences_manifest.json" 4539 source = "prefs/preferences_manifest.json"
4538 } 4540 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698