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

Unified Diff: third_party/mojo/src/nacl_bindings/BUILD.gn

Issue 1312813003: add nacl_toolchain to //build and flip to using it in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@build_changes
Patch Set: merge to #346439 Created 5 years, 4 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 | « remoting/tools/javascript_key_tester/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/nacl_bindings/BUILD.gn
diff --git a/third_party/mojo/src/nacl_bindings/BUILD.gn b/third_party/mojo/src/nacl_bindings/BUILD.gn
index 84920eea13d6a68acd2016a857beba6867aa21cd..b8a1f99dbb78f00ee1c9f3106e07b5e5cd0fe7b8 100644
--- a/third_party/mojo/src/nacl_bindings/BUILD.gn
+++ b/third_party/mojo/src/nacl_bindings/BUILD.gn
@@ -7,8 +7,8 @@ if (!is_nacl) {
# A library for launching a NaCl sandbox connected to a Mojo embedder.
source_set("monacl_sel") {
sources = [
- "mojo_syscall_internal.h",
"mojo_syscall.cc",
+ "mojo_syscall_internal.h",
"monacl_sel_main.cc",
]
deps = [
@@ -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 | « remoting/tools/javascript_key_tester/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698