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

Unified Diff: ui/aura/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/accessibility/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 03c20455f994647062af054db2e2b0dd4147a5d1..8dcab7dbdb5d8a0110d1638f1a1410159ec75eef 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -172,11 +172,12 @@ source_set("test_support") {
"test/window_test_api.h",
]
- deps = [
+ public_deps = [
":aura",
+ ]
+ deps = [
"//skia",
"//testing/gtest",
- "//ui/base",
"//ui/base:test_support",
"//ui/compositor:test_support",
"//ui/events",
@@ -248,7 +249,6 @@ executable("bench") {
]
deps = [
- ":aura",
":test_support",
"//base",
"//base:i18n",
@@ -283,18 +283,14 @@ test("unittests") {
]
deps = [
- ":aura",
":test_support",
"//base/allocator",
"//base/test:test_support",
"//skia",
"//testing/gtest",
- "//ui/base",
"//ui/base:test_support",
- "//ui/compositor",
"//ui/compositor:test_support",
- "//ui/events",
- "//ui/events:events_base",
+ "//ui/events:test_support",
"//ui/events:gesture_detection",
"//ui/gfx",
"//ui/gfx/geometry",
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698