DescriptionMake sure PDB files are in runtime_deps for GN builds.
Before r407890, we had no good way to make sure that
we were including the .pdb files for executables and
shared libraries in the runtime_deps for a target.
Now that GN has a `runtime_outputs` option, we can
use that and list the PDBs. This should fix issues
for debugging and also packaging the NaCl files as
part of an official build.
R=brettw@chromium.org, sebmarchand@chromium.org
BUG=624478, 629709
Committed: https://crrev.com/f79ed9d194a29309f5e6e9a680295459114cbfe4
Cr-Commit-Position: refs/heads/master@{#408282}
Patch Set 1 #Patch Set 2 : we generate pdbs even when symbol_level==1 #
Messages
Total messages: 8 (3 generated)
|