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

Unified Diff: ui/display/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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/events/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 3475338aab10b10bf4ac7dffccb11045ee898ea9..8550c231c74dd5447b4ff41cccf5fb901cf364a2 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -64,6 +64,9 @@ component("test_util") {
defines = [ "DISPLAY_IMPLEMENTATION" ]
+ public_deps = [
+ ":display",
+ ]
deps = [
"//base",
"//ui/gfx",
@@ -85,6 +88,8 @@ test("display_unittests") {
]
deps = [
+ ":test_util",
+ "//base",
"//base/test:run_all_unittests",
"//testing/gtest",
"//ui/display/util",
@@ -94,7 +99,6 @@ test("display_unittests") {
if (is_chromeos) {
deps += [
":display",
- ":test_util",
"//ui/display/types",
]
}
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698