Make 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 Review-Url: https://codereview.chromium.org/2192643002 Cr-Commit-Position: refs/heads/master@{#408282}
Showing
Please register or sign in to comment