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

Unified Diff: ui/views/controls/webview/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/views/controls/webview/BUILD.gn
diff --git a/ui/views/controls/webview/BUILD.gn b/ui/views/controls/webview/BUILD.gn
index 260e4c12498fe363cb8da181e81ccf0b00644d5d..2907fc73b710b34f7da546d1ed5f67c18e80c175 100644
--- a/ui/views/controls/webview/BUILD.gn
+++ b/ui/views/controls/webview/BUILD.gn
@@ -23,8 +23,10 @@ component("webview") {
"//base/third_party/dynamic_annotations",
"//content/public/browser",
"//skia",
+ "//ui/accessibility",
"//ui/base",
"//ui/events",
+ "//ui/events:events_base",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/web_dialogs",
@@ -47,6 +49,7 @@ source_set("test_support") {
":webview",
"//base",
"//content",
+ "//content/test:test_support",
"//ipc:test_support",
"//skia",
"//testing/gtest",
@@ -57,6 +60,5 @@ source_set("test_support") {
"//ui/gfx/geometry",
"//ui/views",
"//ui/views:test_support",
- #'../../../../content/content_shell_and_tests.gyp:test_support_content', TODO(GYP)
]
}
« ui/events/BUILD.gn ('K') | « ui/views/BUILD.gn ('k') | ui/web_dialogs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698