| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 0686ebb65d71d1de71fe05fb811a08b175c05833..8cc729e5269813a04066f685ad93d9c2e0c3926f 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -921,9 +921,14 @@ if (!is_android) {
|
|
|
| data_deps = [
|
| "//ui/keyboard:resources",
|
| - "//components/nacl/loader:nacl_helper",
|
| - "//ppapi/native_client:irt",
|
| ]
|
| +
|
| + if (enable_nacl) {
|
| + data_deps += [
|
| + "//components/nacl/loader:nacl_helper",
|
| + "//ppapi/native_client:irt",
|
| + ]
|
| + }
|
| } else {
|
| data_deps = []
|
| }
|
|
|