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

Unified Diff: ui/keyboard/webui/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/keyboard/webui/BUILD.gn
diff --git a/ui/keyboard/webui/BUILD.gn b/ui/keyboard/webui/BUILD.gn
index c8937b9c953da95b38da28c9206e91248edaf10b..6672ca488e91506d12f241ca0272cbaa394e6460 100644
--- a/ui/keyboard/webui/BUILD.gn
+++ b/ui/keyboard/webui/BUILD.gn
@@ -16,6 +16,7 @@ source_set("webui") {
visibility = "//ui/keyboard"
sources = [
+ "../keyboard_export.h",
"vk_mojo_handler.cc",
"vk_mojo_handler.h",
"vk_webui_controller.cc",
@@ -26,6 +27,7 @@ source_set("webui") {
":mojo_bindings",
"//base",
"//content/public/browser",
+ "//content/public/common",
"//ui/aura",
"//ui/base",
"//ui/keyboard:resources",
« ui/events/BUILD.gn ('K') | « ui/keyboard/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698