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

Unified Diff: ui/app_list/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/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index 76c5cb348dca798e00d949cc17caa56862d41941..192f63fdb6070e37e4b79767ab2cd239b9c808ba 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -48,6 +48,7 @@ component("app_list") {
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//skia",
+ "//ui/accessibility",
"//ui/base",
"//ui/compositor",
"//ui/events:events_base",
@@ -195,6 +196,8 @@ test("app_list_unittests") {
"//testing/gtest",
"//ui/base",
"//ui/compositor",
+ "//ui/events",
+ "//ui/gl",
"//ui/resources",
"//ui/resources:ui_test_pak",
]
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | ui/aura/BUILD.gn » ('j') | ui/base/ime/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698