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

Unified Diff: mojo/nacl/BUILD.gn

Issue 913373002: Update Chomium's build files to work w/ latest GN binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_cpu_arch_changes
Patch Set: cleanup / review Created 5 years, 10 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 | « media/base/BUILD.gn ('k') | net/BUILD.gn » ('j') | ppapi/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/BUILD.gn
diff --git a/mojo/nacl/BUILD.gn b/mojo/nacl/BUILD.gn
index 3ce017d44c0cca6eb33e44cdfa62bff98430ec9f..3cea6c5f68440c57067eef086483013d7967e2c8 100644
--- a/mojo/nacl/BUILD.gn
+++ b/mojo/nacl/BUILD.gn
@@ -90,7 +90,7 @@ if (is_nacl) {
group("mojo_nacl") {
deps = [
- "//native_client/src/untrusted/irt:irt_core(//native_client/build/toolchain/nacl:irt_${cpu_arch})",
+ "//native_client/src/untrusted/irt:irt_core(//native_client/build/toolchain/nacl:irt_${current_cpu})",
]
}
@@ -98,6 +98,6 @@ group("mojo_nacl_tests") {
testonly = true
deps = [
":monacl_shell",
- ":monacl_test(//native_client/build/toolchain/nacl:clang_newlib_${cpu_arch})",
+ ":monacl_test(//native_client/build/toolchain/nacl:clang_newlib_${current_cpu})",
]
}
« no previous file with comments | « media/base/BUILD.gn ('k') | net/BUILD.gn » ('j') | ppapi/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698