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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 "//ppapi/tests/test_case.html", | 890 "//ppapi/tests/test_case.html", |
891 "//ppapi/tests/test_case.html.mock-http-headers", | 891 "//ppapi/tests/test_case.html.mock-http-headers", |
892 "//ppapi/tests/test_page.css", | 892 "//ppapi/tests/test_page.css", |
893 "//ppapi/tests/test_page.css.mock-http-headers", | 893 "//ppapi/tests/test_page.css.mock-http-headers", |
894 "//testing/test_env.py", | 894 "//testing/test_env.py", |
895 "//third_party/accessibility-audit/axs_testing.js", | 895 "//third_party/accessibility-audit/axs_testing.js", |
896 "//third_party/chaijs/chai.js", | 896 "//third_party/chaijs/chai.js", |
897 "//third_party/mocha/mocha.js", | 897 "//third_party/mocha/mocha.js", |
898 "//third_party/pyftpdlib/", | 898 "//third_party/pyftpdlib/", |
899 "//third_party/pywebsocket/", | 899 "//third_party/pywebsocket/", |
900 "//third_party/safe_browsing/", | |
901 "//third_party/simplejson/", | 900 "//third_party/simplejson/", |
902 "//third_party/tlslite/", | 901 "//third_party/tlslite/", |
903 "//ui/webui/resources/js/", | 902 "//ui/webui/resources/js/", |
904 "$root_out_dir/pyproto/", | 903 "$root_out_dir/pyproto/", |
905 "$root_out_dir/browser_tests.pak", | 904 "$root_out_dir/browser_tests.pak", |
906 "$root_out_dir/chrome_100_percent.pak", | 905 "$root_out_dir/chrome_100_percent.pak", |
907 "$root_out_dir/chrome_200_percent.pak", | 906 "$root_out_dir/chrome_200_percent.pak", |
908 "$root_out_dir/remoting/unittests/", | 907 "$root_out_dir/remoting/unittests/", |
909 "$root_out_dir/resources/extension/", | 908 "$root_out_dir/resources/extension/", |
910 "$root_out_dir/test_case.html", | 909 "$root_out_dir/test_case.html", |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1004 "//skia", | 1003 "//skia", |
1005 "//sync", | 1004 "//sync", |
1006 "//sync:test_support_sync_api", | 1005 "//sync:test_support_sync_api", |
1007 "//testing/gmock", | 1006 "//testing/gmock", |
1008 "//testing/gtest", | 1007 "//testing/gtest", |
1009 "//testing/perf", | 1008 "//testing/perf", |
1010 "//third_party/cacheinvalidation", | 1009 "//third_party/cacheinvalidation", |
1011 "//third_party/icu", | 1010 "//third_party/icu", |
1012 "//third_party/leveldatabase", | 1011 "//third_party/leveldatabase", |
1013 "//third_party/libjingle", | 1012 "//third_party/libjingle", |
1014 "//third_party/safe_browsing:test_support", | |
1015 "//third_party/webrtc/modules/desktop_capture", | 1013 "//third_party/webrtc/modules/desktop_capture", |
1016 "//third_party/widevine/cdm:version_h", | 1014 "//third_party/widevine/cdm:version_h", |
1017 "//ui/accessibility:test_support", | 1015 "//ui/accessibility:test_support", |
1018 "//ui/base:test_support", | 1016 "//ui/base:test_support", |
1019 "//ui/compositor:test_support", | 1017 "//ui/compositor:test_support", |
1020 "//ui/resources", | 1018 "//ui/resources", |
1021 "//ui/web_dialogs:test_support", | 1019 "//ui/web_dialogs:test_support", |
1022 "//v8", | 1020 "//v8", |
1023 ] | 1021 ] |
1024 | 1022 |
(...skipping 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2454 if (is_android) { | 2452 if (is_android) { |
2455 android_library("unit_tests_java") { | 2453 android_library("unit_tests_java") { |
2456 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2454 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
2457 deps = [ | 2455 deps = [ |
2458 "//base:base_java", | 2456 "//base:base_java", |
2459 "//chrome/android:chrome_java", | 2457 "//chrome/android:chrome_java", |
2460 "//content/public/android:content_java", | 2458 "//content/public/android:content_java", |
2461 ] | 2459 ] |
2462 } | 2460 } |
2463 } | 2461 } |
OLD | NEW |