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

Side by Side Diff: ui/keyboard/BUILD.gn

Issue 513313002: Fix most of the "gn check" errors in ui/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android GN build 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 component("keyboard") { 7 component("keyboard") {
8 sources = [ 8 sources = [
9 "keyboard.cc", 9 "keyboard.cc",
10 "keyboard.h", 10 "keyboard.h",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "//content", 84 "//content",
85 "//skia", 85 "//skia",
86 "//testing/gtest", 86 "//testing/gtest",
87 "//ui/aura", 87 "//ui/aura",
88 "//ui/aura:test_support", 88 "//ui/aura:test_support",
89 "//ui/base", 89 "//ui/base",
90 "//ui/compositor", 90 "//ui/compositor",
91 "//ui/compositor:test_support", 91 "//ui/compositor:test_support",
92 "//ui/gfx", 92 "//ui/gfx",
93 "//ui/gfx/geometry", 93 "//ui/gfx/geometry",
94 "//ui/gl",
94 "//ui/resources:ui_test_pak", 95 "//ui/resources:ui_test_pak",
95 "//ui/wm", 96 "//ui/wm",
96 "//url", 97 "//url",
97 ] 98 ]
98 } 99 }
OLDNEW
« ui/events/BUILD.gn ('K') | « ui/gl/BUILD.gn ('k') | ui/keyboard/webui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698