Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: nacl_bindings/BUILD.gn

Issue 1351593002: Rolling deps, making mojo work with new NaCl gn setup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Resolving merge conflict in DEPS Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/nacl/BUILD.gn ('k') | services/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « mojo/nacl/BUILD.gn ('k') | services/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698