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

Unified Diff: ppapi/native_client/src/untrusted/pnacl_support_extension/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 | « ppapi/native_client/BUILD.gn ('k') | remoting/tools/javascript_key_tester/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
diff --git a/ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn b/ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
index a2160889d9eaa727f65a91370b9e0fe543251765..fac4fc5582a175547178d31b4338adc0347497cf 100644
--- a/ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
+++ b/ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
@@ -25,7 +25,8 @@ if (enable_nacl && enable_nacl_untrusted && enable_pnacl) {
# (x86-64 sandbox base address hiding). One thing we don't want is the
# IRT's secondary TLS, but that is handled by tls_edit and not compiler
# flags (so IRT compiler flags should be fine).
- shim_toolchain_base = "//native_client/build/toolchain/nacl:irt_"
+ shim_toolchain_base = "//build/toolchain/nacl:irt_"
+
shim_target_tc_label = "$shim_target_label($shim_toolchain_base$target_cpu)"
deps = [
shim_target_tc_label,
« no previous file with comments | « ppapi/native_client/BUILD.gn ('k') | remoting/tools/javascript_key_tester/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698