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

Unified Diff: ui/accessibility/BUILD.gn

Issue 1501823003: Add //ui/* to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « ipc/BUILD.gn ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 95cd976993170b6a1ccf541cb7db6281bd2127c1..2fbf425e466e0654194ed8941286ada5f4c7771f 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -74,6 +74,7 @@ component("accessibility") {
public_deps = [
":ax_gen",
"//base",
+ "//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
]
@@ -149,6 +150,7 @@ test("accessibility_unittests") {
"//base",
"//base/test:run_all_unittests",
"//testing/gtest",
+ "//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
]
« no previous file with comments | « ipc/BUILD.gn ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698