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

Unified Diff: ui/views/BUILD.gn

Issue 1492823003: fix most gn check issues in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-check-blink-source
Patch Set: Created 5 years 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/platform_window/stub/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 93a660345c849f117cb917d3f83e7fca10015292..178005843314d8161d66aa0cde3d90ce58044ecb 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -195,6 +195,7 @@ test("views_unittests") {
"//base:i18n",
"//base/allocator",
"//base/test:test_support",
+ "//cc",
"//skia",
"//testing/gtest",
"//third_party/icu",
@@ -203,12 +204,14 @@ test("views_unittests") {
"//ui/base:test_support",
"//ui/base/ime",
"//ui/compositor:test_support",
+ "//ui/events:dom_keycode_converter",
"//ui/events:events_base",
"//ui/events:test_support",
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
+ "//ui/gl:test_support",
"//ui/resources",
"//ui/strings",
"//url",
« no previous file with comments | « ui/platform_window/stub/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698