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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 sources += [ | 947 sources += [ |
948 "nacl/nacl_browsertest.cc", | 948 "nacl/nacl_browsertest.cc", |
949 "nacl/nacl_browsertest_uma.cc", | 949 "nacl/nacl_browsertest_uma.cc", |
950 "nacl/nacl_browsertest_util.cc", | 950 "nacl/nacl_browsertest_util.cc", |
951 "nacl/nacl_browsertest_util.h", | 951 "nacl/nacl_browsertest_util.h", |
952 "nacl/pnacl_header_test.cc", | 952 "nacl/pnacl_header_test.cc", |
953 "nacl/pnacl_header_test.h", | 953 "nacl/pnacl_header_test.h", |
954 ] | 954 ] |
955 | 955 |
956 data_deps += [ | 956 data_deps += [ |
957 # "test/data/nacl:shared_test_files", # TODO(GYP) bug 512902 | 957 "//chrome/test/data/nacl", |
958 "//ppapi/native_client:irt", | 958 "//ppapi/native_client:irt", |
959 "//ppapi:ppapi_nacl_tests_all", | 959 "//ppapi:ppapi_nacl_tests_all", |
960 | 960 |
961 # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901 | 961 # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901 |
962 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_bac
kground_keepalive", # TODO(GYP) bug 512900 | 962 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_bac
kground_keepalive", # TODO(GYP) bug 512900 |
963 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_med
ia_galleries", # TODO(GYP) bug 512900 | 963 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_med
ia_galleries", # TODO(GYP) bug 512900 |
964 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_pac
kaged_app", # TODO(GYP) bug 512900 | 964 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_pac
kaged_app", # TODO(GYP) bug 512900 |
965 ] | 965 ] |
966 if (is_chromeos) { | 966 if (is_chromeos) { |
967 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_bro
wsertest.cc" ] | 967 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_bro
wsertest.cc" ] |
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2201 if (is_android) { | 2201 if (is_android) { |
2202 android_library("unit_tests_java") { | 2202 android_library("unit_tests_java") { |
2203 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" | 2203 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" |
2204 deps = [ | 2204 deps = [ |
2205 "//base:base_java", | 2205 "//base:base_java", |
2206 "//chrome/android:chrome_java", | 2206 "//chrome/android:chrome_java", |
2207 "//content/public/android:content_java", | 2207 "//content/public/android:content_java", |
2208 ] | 2208 ] |
2209 } | 2209 } |
2210 } | 2210 } |
OLD | NEW |