| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index f621e0ec533a5baebaafdb3d134c9cb8e76e83ab..ceb3ac124db2927dc4843735d45b2285d72bce1a 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -819,6 +819,10 @@ if (!is_android) {
|
| ]
|
| deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ]
|
|
|
| + data += [
|
| + # "$root_out_dir/nacl_helper",
|
| + ]
|
| +
|
| if (enable_nacl_untrusted) {
|
| sources += [
|
| "nacl/nacl_browsertest.cc",
|
| @@ -832,7 +836,7 @@ if (!is_android) {
|
| data_deps += [
|
| # "test/data/nacl:shared_test_files", # TODO(GYP) bug 512902
|
| "//ppapi/native_client:irt",
|
| - "//ppapi:ppapi_nacl_tests",
|
| + "//ppapi:ppapi_nacl_tests_all",
|
|
|
| # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901
|
| # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_background_keepalive", # TODO(GYP) bug 512900
|
|
|