summaryrefslogtreecommitdiffstats
path: root/build/gyp_chromium_test.py
Commit message (Collapse)AuthorAgeFilesLines
* gyp_chromium: Better parsing of -G command line flag.sbc2015-02-031-0/+66
Handle -G output_dir=foo as well as -Goutput_dir=foo. I'm not sure how common this case is but we have NaCl SDK bot that do this. Getting this wrong results in windows toolchain being installed in 'out/' (which doesn't necessarily exist) rather than the output_dir tree and gyp uses. Add unittests for the affected parts of gyp_chromium. BUG=454594 Review URL: https://codereview.chromium.org/896663002 Cr-Commit-Position: refs/heads/master@{#314381}