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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 gypi_values = exec_script("//build/gypi_to_gn.py", | 9 gypi_values = exec_script("//build/gypi_to_gn.py", |
10 [ rebase_path("views.gyp") ], | 10 [ rebase_path("views.gyp") ], |
(...skipping 16 matching lines...) Expand all Loading... |
27 "//ui/resources", | 27 "//ui/resources", |
28 "//ui/strings", | 28 "//ui/strings", |
29 "//ui/wm", | 29 "//ui/wm", |
30 "//url", | 30 "//url", |
31 ] | 31 ] |
32 | 32 |
33 public_deps = [ | 33 public_deps = [ |
34 "//base", | 34 "//base", |
35 "//ui/accessibility:ax_gen", | 35 "//ui/accessibility:ax_gen", |
36 "//ui/base", | 36 "//ui/base", |
37 "//ui/base/ime", | |
38 "//ui/compositor", | 37 "//ui/compositor", |
39 "//ui/events", | 38 "//ui/events", |
40 "//ui/events:events_base", | 39 "//ui/events:events_base", |
41 "//ui/events/platform", | 40 "//ui/events/platform", |
42 "//ui/gfx", | 41 "//ui/gfx", |
43 "//ui/gfx/geometry", | 42 "//ui/gfx/geometry", |
44 ] | 43 ] |
45 | 44 |
46 if (use_x11 && !is_chromeos) { | 45 if (use_x11 && !is_chromeos) { |
47 deps += [ "//ui/display/util" ] | 46 deps += [ "//ui/display/util" ] |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 public_deps = [ | 122 public_deps = [ |
124 ":views", | 123 ":views", |
125 ] | 124 ] |
126 deps = [ | 125 deps = [ |
127 "//base", | 126 "//base", |
128 "//ipc:test_support", | 127 "//ipc:test_support", |
129 "//skia", | 128 "//skia", |
130 "//testing/gtest", | 129 "//testing/gtest", |
131 "//ui/aura", | 130 "//ui/aura", |
132 "//ui/base", | 131 "//ui/base", |
133 "//ui/base/ime", | |
134 "//ui/compositor", | 132 "//ui/compositor", |
135 "//ui/compositor:test_support", | 133 "//ui/compositor:test_support", |
136 "//ui/events", | 134 "//ui/events", |
137 "//ui/events:events_base", | 135 "//ui/events:events_base", |
138 "//ui/events:test_support", | 136 "//ui/events:test_support", |
139 "//ui/events/platform", | 137 "//ui/events/platform", |
140 "//ui/gfx", | 138 "//ui/gfx", |
141 "//ui/gfx/geometry", | 139 "//ui/gfx/geometry", |
142 "//ui/wm", | 140 "//ui/wm", |
143 ] | 141 ] |
(...skipping 25 matching lines...) Expand all Loading... |
169 "//base", | 167 "//base", |
170 "//base:i18n", | 168 "//base:i18n", |
171 "//base/allocator", | 169 "//base/allocator", |
172 "//base/test:test_support", | 170 "//base/test:test_support", |
173 "//skia", | 171 "//skia", |
174 "//testing/gtest", | 172 "//testing/gtest", |
175 "//third_party/icu", | 173 "//third_party/icu", |
176 "//ui/accessibility", | 174 "//ui/accessibility", |
177 "//ui/aura", | 175 "//ui/aura", |
178 "//ui/base", | 176 "//ui/base", |
179 "//ui/base/ime", | |
180 "//ui/base:test_support", | 177 "//ui/base:test_support", |
181 "//ui/compositor:test_support", | 178 "//ui/compositor:test_support", |
182 "//ui/events:test_support", | 179 "//ui/events:test_support", |
183 "//ui/events:events_base", | 180 "//ui/events:events_base", |
184 "//ui/events/platform", | 181 "//ui/events/platform", |
185 "//ui/gfx", | 182 "//ui/gfx", |
186 "//ui/gfx/geometry", | 183 "//ui/gfx/geometry", |
187 "//ui/gl", | 184 "//ui/gl", |
188 "//ui/resources", | 185 "//ui/resources", |
189 "//ui/strings", | 186 "//ui/strings", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 "//testing/gtest", | 275 "//testing/gtest", |
279 "//ui/aura", | 276 "//ui/aura", |
280 "//ui/compositor", | 277 "//ui/compositor", |
281 "//ui/resources", | 278 "//ui/resources", |
282 "//ui/resources:ui_test_pak", | 279 "//ui/resources:ui_test_pak", |
283 "//ui/strings", | 280 "//ui/strings", |
284 "//ui/wm", | 281 "//ui/wm", |
285 ] | 282 ] |
286 } | 283 } |
287 } | 284 } |
OLD | NEW |