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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
326 } | 326 } |
327 | 327 |
328 test("interactive_ui_tests") { | 328 test("interactive_ui_tests") { |
329 sources = | 329 sources = |
330 rebase_path(chrome_tests_gypi_values.chrome_interactive_ui_test_sources, | 330 rebase_path(chrome_tests_gypi_values.chrome_interactive_ui_test_sources, |
331 ".", | 331 ".", |
332 "//chrome") | 332 "//chrome") |
333 | 333 |
334 configs += [ "//build/config:precompiled_headers" ] | 334 configs += [ "//build/config:precompiled_headers" ] |
335 | 335 |
336 data_deps = [] | 336 data_deps = [] |
Ryan Sleevi
2016/06/15 15:22:04
Do you know why //net:test_support doesn't need to
jbudorick
2016/06/15 15:37:29
Yeah, the targets to which I didn't add //net:test
| |
337 | 337 |
338 data = [ | 338 data = [ |
339 "data/", | 339 "data/", |
340 "//content/test/data/", | 340 "//content/test/data/", |
341 "//net/data/ssl/certificates/", | |
342 "//net/tools/testserver/", | 341 "//net/tools/testserver/", |
343 "//ppapi/tests/test_case.html", | 342 "//ppapi/tests/test_case.html", |
344 "//ppapi/tests/test_case.html.mock-http-headers", | 343 "//ppapi/tests/test_case.html.mock-http-headers", |
345 "//ppapi/tests/test_page.css", | 344 "//ppapi/tests/test_page.css", |
346 "//ppapi/tests/test_page.css.mock-http-headers", | 345 "//ppapi/tests/test_page.css.mock-http-headers", |
347 "//third_party/pyftpdlib/", | 346 "//third_party/pyftpdlib/", |
348 "//third_party/pywebsocket/", | 347 "//third_party/pywebsocket/", |
349 "//third_party/tlslite/", | 348 "//third_party/tlslite/", |
350 "//third_party/zlib/google/test/data/", | 349 "//third_party/zlib/google/test/data/", |
351 "//tools/metrics/histograms/histograms.xml", | 350 "//tools/metrics/histograms/histograms.xml", |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
856 | 855 |
857 data = [ | 856 data = [ |
858 "data/", | 857 "data/", |
859 "//chrome/browser/policy/test/asn1der.py", | 858 "//chrome/browser/policy/test/asn1der.py", |
860 "//chrome/browser/policy/test/policy_testserver.py", | 859 "//chrome/browser/policy/test/policy_testserver.py", |
861 "//chrome/common/extensions/docs/examples/apps/calculator/", | 860 "//chrome/common/extensions/docs/examples/apps/calculator/", |
862 "//chrome/third_party/mock4js/", | 861 "//chrome/third_party/mock4js/", |
863 "//content/test/data/", | 862 "//content/test/data/", |
864 "//google_apis/test/", | 863 "//google_apis/test/", |
865 "//media/test/data/", | 864 "//media/test/data/", |
866 "//net/data/", | |
867 "//net/tools/testserver/", | 865 "//net/tools/testserver/", |
868 "//ppapi/tests/test_case.html", | 866 "//ppapi/tests/test_case.html", |
869 "//ppapi/tests/test_case.html.mock-http-headers", | 867 "//ppapi/tests/test_case.html.mock-http-headers", |
870 "//ppapi/tests/test_page.css", | 868 "//ppapi/tests/test_page.css", |
871 "//ppapi/tests/test_page.css.mock-http-headers", | 869 "//ppapi/tests/test_page.css.mock-http-headers", |
872 "//testing/test_env.py", | 870 "//testing/test_env.py", |
873 "//third_party/accessibility-audit/axs_testing.js", | 871 "//third_party/accessibility-audit/axs_testing.js", |
874 "//third_party/chaijs/chai.js", | 872 "//third_party/chaijs/chai.js", |
875 "//third_party/mocha/mocha.js", | 873 "//third_party/mocha/mocha.js", |
876 "//third_party/pyftpdlib/", | 874 "//third_party/pyftpdlib/", |
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1701 | 1699 |
1702 configs += [ "//build/config:precompiled_headers" ] | 1700 configs += [ "//build/config:precompiled_headers" ] |
1703 | 1701 |
1704 data = [ | 1702 data = [ |
1705 "data/", | 1703 "data/", |
1706 "//base/test/data/", | 1704 "//base/test/data/", |
1707 "//chrome/third_party/mock4js/", | 1705 "//chrome/third_party/mock4js/", |
1708 "//components/test/data/", | 1706 "//components/test/data/", |
1709 "//extensions/test/data/", | 1707 "//extensions/test/data/", |
1710 "//google_apis/test/data/", | 1708 "//google_apis/test/data/", |
1711 "//net/data/", | |
1712 "//net/tools/testserver/", | 1709 "//net/tools/testserver/", |
1713 "//third_party/accessibility-audit/axs_testing.js", | 1710 "//third_party/accessibility-audit/axs_testing.js", |
1714 "//third_party/chaijs/chai.js", | 1711 "//third_party/chaijs/chai.js", |
1715 "//third_party/hunspell_dictionaries/", | 1712 "//third_party/hunspell_dictionaries/", |
1716 "//third_party/pyftpdlib/", | 1713 "//third_party/pyftpdlib/", |
1717 "//third_party/pywebsocket/", | 1714 "//third_party/pywebsocket/", |
1718 "//third_party/tlslite/", | 1715 "//third_party/tlslite/", |
1719 "//third_party/zlib/google/test/data/", | 1716 "//third_party/zlib/google/test/data/", |
1720 "//tools/metrics/histograms/histograms.xml", | 1717 "//tools/metrics/histograms/histograms.xml", |
1721 "$root_out_dir/pyproto/google/", | 1718 "$root_out_dir/pyproto/google/", |
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2428 if (is_android) { | 2425 if (is_android) { |
2429 android_library("unit_tests_java") { | 2426 android_library("unit_tests_java") { |
2430 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] | 2427 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] |
2431 deps = [ | 2428 deps = [ |
2432 "//base:base_java", | 2429 "//base:base_java", |
2433 "//chrome/android:chrome_java", | 2430 "//chrome/android:chrome_java", |
2434 "//content/public/android:content_java", | 2431 "//content/public/android:content_java", |
2435 ] | 2432 ] |
2436 } | 2433 } |
2437 } | 2434 } |
OLD | NEW |