| Index: nacl_bindings/BUILD.gn
|
| diff --git a/nacl_bindings/BUILD.gn b/nacl_bindings/BUILD.gn
|
| index 2e40695ac1e4602c38ef25a64fad41dcf7648579..b8a1f99dbb78f00ee1c9f3106e07b5e5cd0fe7b8 100644
|
| --- a/nacl_bindings/BUILD.gn
|
| +++ b/nacl_bindings/BUILD.gn
|
| @@ -16,7 +16,7 @@ if (!is_nacl) {
|
|
|
| # This target makes sure we have all the pre-processor defines needed to
|
| # use NaCl's headers.
|
| - "//native_client/build/config/nacl:nacl_base",
|
| + "//build/config/nacl:nacl_base",
|
| "//native_client/src/trusted/desc:nrd_xfer",
|
| "//native_client/src/trusted/service_runtime:sel_main_chrome",
|
| ]
|
| @@ -34,7 +34,7 @@ if (is_nacl) {
|
| ]
|
| deps = [
|
| "../mojo/public/c/system",
|
| - "//native_client/build/config/nacl:nacl_base",
|
| + "//build/config/nacl:nacl_base",
|
| "//native_client/src/untrusted/irt:irt_core_lib",
|
| "//native_client/src/untrusted/nacl:imc_syscalls",
|
| ]
|
|
|