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

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: merge to #317214 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
Index: mojo/nacl/BUILD.gn
diff --git a/mojo/nacl/BUILD.gn b/mojo/nacl/BUILD.gn
index 0b626bcba98357d049fb28c11e0a84647483559e..222d45f6b94cf8f58e0df2881bf6f48015d482e8 100644
--- a/mojo/nacl/BUILD.gn
+++ b/mojo/nacl/BUILD.gn
@@ -109,7 +109,7 @@ if (is_nacl) {
group("mojo_nacl") {
deps = [
- ":irt_mojo(//native_client/build/toolchain/nacl:irt_${cpu_arch})",
+ ":irt_mojo(//native_client/build/toolchain/nacl:irt_${current_cpu})",
]
}
@@ -117,6 +117,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') | third_party/widevine/cdm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698