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

Unified Diff: mojo/nacl/sfi/nacl_bindings/BUILD.gn

Issue 1398213003: Refactored Non-SFI and SFI NaCl into separate directories. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
Index: mojo/nacl/sfi/nacl_bindings/BUILD.gn
diff --git a/nacl_bindings/BUILD.gn b/mojo/nacl/sfi/nacl_bindings/BUILD.gn
similarity index 84%
rename from nacl_bindings/BUILD.gn
rename to mojo/nacl/sfi/nacl_bindings/BUILD.gn
index b8a1f99dbb78f00ee1c9f3106e07b5e5cd0fe7b8..92c5a5038b847d7294c40d97f83eed201c4f47af 100644
--- a/nacl_bindings/BUILD.gn
+++ b/mojo/nacl/sfi/nacl_bindings/BUILD.gn
@@ -12,7 +12,8 @@ if (!is_nacl) {
"monacl_sel_main.cc",
]
deps = [
- "../mojo/public/c/system",
+ "//mojo/public/c/system",
+ "//mojo/public/platform/native:system_impl_private_api",
# This target makes sure we have all the pre-processor defines needed to
# use NaCl's headers.
@@ -28,12 +29,12 @@ if (is_nacl) {
executable("irt_mojo") {
cflags_c = [ "-std=c99" ]
sources = [
- "../mojo/public/platform/nacl/mojo_irt.h",
+ "../../../../mojo/public/platform/nacl/mojo_irt.h",
"irt_entry_mojo.c",
"mojo_irt.c",
]
deps = [
- "../mojo/public/c/system",
+ "//mojo/public/c/system",
"//build/config/nacl:nacl_base",
"//native_client/src/untrusted/irt:irt_core_lib",
"//native_client/src/untrusted/nacl:imc_syscalls",

Powered by Google App Engine
This is Rietveld 408576698