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

Unified Diff: ppapi/BUILD.gn

Issue 1307653008: Fix more aspects of the NaCl build configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add more clarifying comments about NaCl and the -std flag 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
« build/config/compiler/BUILD.gn ('K') | « build/toolchain/nacl/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 07eafbfb9870367fbc74c84dc8605af7c5afd2a2..d76cdbf3090349c00880fb5d7663a15d57732caf 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -200,7 +200,7 @@ if (host_os != "win") {
group("ppapi_nacl_tests") {
deps = []
if (target_cpu == "x86" || target_cpu == "x64") {
- deps += [ ":nacl_tests_copy(//native_client/build/toolchain/nacl:clang_newlib_${target_cpu})" ]
+ deps += [ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_cpu})" ]
}
}
}
« build/config/compiler/BUILD.gn ('K') | « build/toolchain/nacl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698