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

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

Issue 1325153004: GN: Change extension of debug pexe builds from .pexe-debug to .pexe.debug (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/nacl/BUILD.gn
diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn
index 1a30bb9a8f88e4d4912dbcdca3da70d19679a65c..a3df0a6155b6f13620b249739970b88b6bd0513b 100644
--- a/build/toolchain/nacl/BUILD.gn
+++ b/build/toolchain/nacl/BUILD.gn
@@ -74,7 +74,7 @@ nacl_toolchain("newlib_pnacl") {
cxx = toolprefix + "clang++"
ar = toolprefix + "ar"
ld = cxx
- executable_extension = ".pexe-debug"
+ executable_extension = ".pexe.debug"
finalize = toolprefix + "finalize"
nonfinal_file =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698