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