OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("//chrome/test/base/js2gtest.gni") | 7 import("//chrome/test/base/js2gtest.gni") |
8 import("chromevox.gni") | 8 import("chromevox.gni") |
9 | 9 |
10 assert(is_chromeos) | 10 assert(is_chromeos) |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 [ "chromevox_tests.gypi" ]) | 309 [ "chromevox_tests.gypi" ]) |
310 | 310 |
311 test("chromevox_tests") { | 311 test("chromevox_tests") { |
312 sources = chromevox_tests_gypi_values.chromevox_tests_sources | 312 sources = chromevox_tests_gypi_values.chromevox_tests_sources |
313 | 313 |
314 deps = [ | 314 deps = [ |
315 ":chromevox_extjs_tests", | 315 ":chromevox_extjs_tests", |
316 ":chromevox_unitjs_tests", | 316 ":chromevox_unitjs_tests", |
317 "//base", | 317 "//base", |
318 "//base:i18n", | 318 "//base:i18n", |
319 "//base/allocator", | |
320 "//base/test:test_support", | 319 "//base/test:test_support", |
321 "//chrome:browser_tests_pak", | 320 "//chrome:browser_tests_pak", |
322 "//chrome:packed_extra_resources", | 321 "//chrome:packed_extra_resources", |
323 "//chrome:packed_resources", | 322 "//chrome:packed_resources", |
324 "//chrome:resources", | 323 "//chrome:resources", |
325 "//chrome:strings", | 324 "//chrome:strings", |
326 "//chrome/browser", | 325 "//chrome/browser", |
327 "//chrome/renderer", | 326 "//chrome/renderer", |
328 "//chrome/test:test_support", | 327 "//chrome/test:test_support", |
329 "//chrome/test:test_support_ui", | 328 "//chrome/test:test_support_ui", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 388 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
390 } | 389 } |
391 | 390 |
392 js2gtest("chromevox_extjs_tests") { | 391 js2gtest("chromevox_extjs_tests") { |
393 test_type = "extension" | 392 test_type = "extension" |
394 sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources | 393 sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources |
395 gen_include_files = | 394 gen_include_files = |
396 chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources | 395 chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources |
397 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 396 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
398 } | 397 } |
OLD | NEW |