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

Unified Diff: ui/message_center/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/BUILD.gn
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index b05d402cdc8c33a48b9bb2fd405911a4bedb0f99..19f7ccdf4bb0d6248a91e308b169639bd3661e56 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -6,8 +6,6 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
component("message_center") {
- defines = [ "MESSAGE_CENTER_IMPLEMENTATION" ]
-
deps = [
"//base",
"//base:i18n",
@@ -18,10 +16,14 @@ component("message_center") {
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/native_theme",
"//ui/resources",
"//ui/strings",
+ "//url",
]
+ defines = [ "MESSAGE_CENTER_IMPLEMENTATION" ]
+
if (enable_notifications) {
sources = [
"cocoa/notification_controller.h",
@@ -159,8 +161,11 @@ static_library("test_support") {
"fake_notifier_settings_provider.cc",
]
- deps = [
+ public_deps = [
":message_center",
+ ]
+
+ deps = [
"//base",
"//base/test:test_support",
"//skia",
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698