| 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 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 979 sources += [ | 979 sources += [ |
| 980 "nacl/nacl_browsertest.cc", | 980 "nacl/nacl_browsertest.cc", |
| 981 "nacl/nacl_browsertest_uma.cc", | 981 "nacl/nacl_browsertest_uma.cc", |
| 982 "nacl/nacl_browsertest_util.cc", | 982 "nacl/nacl_browsertest_util.cc", |
| 983 "nacl/nacl_browsertest_util.h", | 983 "nacl/nacl_browsertest_util.h", |
| 984 "nacl/pnacl_header_test.cc", | 984 "nacl/pnacl_header_test.cc", |
| 985 "nacl/pnacl_header_test.h", | 985 "nacl/pnacl_header_test.h", |
| 986 ] | 986 ] |
| 987 | 987 |
| 988 data_deps += [ | 988 data_deps += [ |
| 989 # "test/data/nacl:shared_test_files", # TODO(GYP) bug 512902 | 989 "//chrome/test/data/nacl", |
| 990 "//ppapi/native_client:irt", | 990 "//ppapi/native_client:irt", |
| 991 "//ppapi:ppapi_nacl_tests_all", | 991 "//ppapi:ppapi_nacl_tests_all", |
| 992 | 992 |
| 993 # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901 | 993 # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901 |
| 994 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_bac
kground_keepalive", # TODO(GYP) bug 512900 | 994 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_bac
kground_keepalive", # TODO(GYP) bug 512900 |
| 995 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_med
ia_galleries", # TODO(GYP) bug 512900 | 995 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_med
ia_galleries", # TODO(GYP) bug 512900 |
| 996 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_pac
kaged_app", # TODO(GYP) bug 512900 | 996 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_pac
kaged_app", # TODO(GYP) bug 512900 |
| 997 ] | 997 ] |
| 998 if (is_chromeos) { | 998 if (is_chromeos) { |
| 999 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_bro
wsertest.cc" ] | 999 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_bro
wsertest.cc" ] |
| (...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2235 if (is_android) { | 2235 if (is_android) { |
| 2236 android_library("unit_tests_java") { | 2236 android_library("unit_tests_java") { |
| 2237 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" | 2237 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" |
| 2238 deps = [ | 2238 deps = [ |
| 2239 "//base:base_java", | 2239 "//base:base_java", |
| 2240 "//chrome/android:chrome_java", | 2240 "//chrome/android:chrome_java", |
| 2241 "//content/public/android:content_java", | 2241 "//content/public/android:content_java", |
| 2242 ] | 2242 ] |
| 2243 } | 2243 } |
| 2244 } | 2244 } |
| OLD | NEW |