OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |