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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 ] | 202 ] |
203 } | 203 } |
204 | 204 |
205 test("views_unittests") { | 205 test("views_unittests") { |
206 sources = gypi_values.views_unittests_sources | 206 sources = gypi_values.views_unittests_sources |
207 | 207 |
208 deps = [ | 208 deps = [ |
209 ":test_support", | 209 ":test_support", |
210 "//base", | 210 "//base", |
211 "//base:i18n", | 211 "//base:i18n", |
212 "//base/allocator", | |
213 "//base/test:test_support", | 212 "//base/test:test_support", |
214 "//cc", | 213 "//cc", |
215 "//skia", | 214 "//skia", |
216 "//testing/gtest", | 215 "//testing/gtest", |
217 "//third_party/icu", | 216 "//third_party/icu", |
218 "//ui/accessibility", | 217 "//ui/accessibility", |
219 "//ui/base", | 218 "//ui/base", |
220 "//ui/base:test_support", | 219 "//ui/base:test_support", |
221 "//ui/base/ime", | 220 "//ui/base/ime", |
222 "//ui/compositor:test_support", | 221 "//ui/compositor:test_support", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 "//ui/base:test_support", | 308 "//ui/base:test_support", |
310 "//ui/compositor", | 309 "//ui/compositor", |
311 "//ui/events:test_support", | 310 "//ui/events:test_support", |
312 "//ui/gl:test_support", | 311 "//ui/gl:test_support", |
313 "//ui/resources", | 312 "//ui/resources", |
314 "//ui/resources:ui_test_pak", | 313 "//ui/resources:ui_test_pak", |
315 "//ui/strings", | 314 "//ui/strings", |
316 ] | 315 ] |
317 } | 316 } |
318 } | 317 } |
OLD | NEW |