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

Unified Diff: ui/keyboard/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/gl/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index 3133f998a5054d1b7ee67aae6fca34c7edf96d0d..8fa3240b644a7d12d8eb19339b668f7b369d0134 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -83,8 +83,7 @@ grit("resources_grit") {
copy("resources") {
sources = [ "$target_gen_dir/keyboard_resources.pak" ]
outputs = [ "$root_out_dir/keyboard_resources.pak" ]
- deps = [ ":resources_grit" ]
- forward_dependent_configs_from = deps
+ public_deps = [ ":resources_grit" ]
}
test("keyboard_unittests") {
@@ -101,11 +100,10 @@ test("keyboard_unittests") {
"//content",
"//skia",
"//testing/gtest",
- "//ui/aura",
"//ui/aura:test_support",
- "//ui/base",
- "//ui/compositor",
+ "//ui/base:test_support",
"//ui/compositor:test_support",
+ "//ui/events:test_support",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698