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

Unified Diff: build/toolchain/nacl/BUILD.gn

Issue 1333673002: Build PPAPI NaCl Glibc tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: build/toolchain/nacl/BUILD.gn
diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn
index 8cf6c1bdc9097dcd87d3195b6f21c11d94289be4..fcc3398135e3975c2886fdb7fe839df938e2374a 100644
--- a/build/toolchain/nacl/BUILD.gn
+++ b/build/toolchain/nacl/BUILD.gn
@@ -5,8 +5,7 @@
import("//build/config/sysroot.gni")
import("//build/toolchain/nacl_toolchain.gni")
-nacl_toolchain_dir = rebase_path("//native_client/toolchain", root_build_dir)
-os_toolchain_dir = "${nacl_toolchain_dir}/${current_os}_x86"
+import("//build/config/nacl/nacl.gni")
# Add the toolchain revision as a preprocessor define so that sources are
# rebuilt when a toolchain is updated.

Powered by Google App Engine
This is Rietveld 408576698