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

Unified Diff: ui/message_center/BUILD.gn

Issue 513313002: Fix most of the "gn check" errors in ui/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android GN build Created 6 years, 4 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
Index: ui/message_center/BUILD.gn
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index bca57932c663281252bf34a843485a8e49cf69a1..96315b55d7654ae01f54a6cffba43936c8545d2b 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -13,7 +13,9 @@ component("message_center") {
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//skia",
+ "//ui/accessibility",
"//ui/base",
+ "//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/resources",
@@ -178,8 +180,10 @@ test("message_center_unittests") {
"//skia",
"//testing/gtest",
"//ui/base",
+ "//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gl",
"//ui/resources",
"//ui/resources:ui_test_pak",
"//url",

Powered by Google App Engine
This is Rietveld 408576698