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

Unified Diff: ui/display/BUILD.gn

Issue 872243004: Fix 'gn check' errors in //ui/* targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 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
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index a32e49926f5ced1a30b89d6442e49ff8722384ed..9b5f2ba2d026a92944b377cdfb947bf6a0b3d2c5 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -120,6 +120,7 @@ source_set("test_support") {
]
deps = [
"//base",
+ "//ui/display/types",
"//ui/gfx",
"//ui/gfx/geometry",
]
@@ -149,6 +150,7 @@ test("display_unittests") {
deps += [
":display",
":test_support",
+ "//base/test:test_support",
"//ui/display/types",
]
}
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698