DescriptionShorten gyp target names for PNaCl IRT Shim
These names get expanded twice into the pathnames of some built files
which in some cases cause them to exceed Windows' MAX_PATH limit and
kill the build. This reduces those path lengths by ~20 chars.
e.g. ../../../../../out/Release_x64/obj/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim_aot.gen/pnacl_newlib_x86_32-nonsfi/pnacl_irt_shim_aot/irt_shim_ppapi.o.d
becomes
../../../../../out/Release_x64/obj/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_aot.gen/pnacl_newlib_x86_32-nonsfi/shim_aot/irt_shim_ppapi.o.d
R=binji@chromium.org, dyen@chromium.org, mseaborn@chromium.org, teravest@chromium.org
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3846
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268292
Patch Set 1 #
Total comments: 2
Patch Set 2 : add comment #
Messages
Total messages: 8 (0 generated)
|