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

Unified Diff: components/nacl/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 | « build/toolchain/nacl_toolchain.gni ('k') | ppapi/native_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/BUILD.gn
diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
index 74f871b368177fe1e2cd41398e3a9082ac351d8e..02f0f060a6b518798bfb793f43d0bac0901da684 100644
--- a/components/nacl/BUILD.gn
+++ b/components/nacl/BUILD.gn
@@ -44,7 +44,7 @@ if (enable_nacl) {
if (enable_nacl_untrusted) {
data_deps = [
# TODO(GYP): handle other architectures correctly.
- "//ppapi/native_client:nacl_irt(//native_client/build/toolchain/nacl:irt_x64)",
+ "//ppapi/native_client:nacl_irt(//build/toolchain/nacl:irt_x64)",
]
}
if (enable_pnacl) {
« no previous file with comments | « build/toolchain/nacl_toolchain.gni ('k') | ppapi/native_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698