commit | 8303a91150b12ffda29e1d2d5e46dc1371730bfe | [log] [tgz] |
---|---|---|
author | dvallet <[email protected]> | Sat May 13 01:18:11 2017 |
committer | Commit bot <[email protected]> | Sat May 13 01:18:11 2017 |
tree | 5cdf1a8aff719036c24bf185ca9df8f43ece6324 | |
parent | dfc611172a969049848899a34ce553990373b67c [diff] |
Launch bug: https://bugs.chromium.org/p/chromium/issues/detail?id=705916 Add --headless flag to Windows: Fix browser_tests not compiling properly on windows Fix headless/BUILD.gn by: - Changing headless_lib to a headless component, following steps in https://chromium.googlesource.com/chromium/src/+/master/docs/component_build.md and fixing the build for linux, since it now compiles as a shared_library when component build is true. - Adding neccesary HEADLESS_EXPORT (submitted in https://codereview.chromium.org/2775693003/) - Disabling breakpad in windows (will fix in a separate CL) BUG=686608 Review-Url: https://codereview.chromium.org/2762593002 Cr-Original-Original-Commit-Position: refs/heads/master@{#466176} Committed: https://chromium.googlesource.com/chromium/src/+/e3c745d4b37a659afaa0358c7de7b9bc881decb5 Review-Url: https://codereview.chromium.org/2762593002 Cr-Original-Commit-Position: refs/heads/master@{#466259} Committed: https://chromium.googlesource.com/chromium/src/+/d238dae172d63175b562f99fc988e47e5213a244 Review-Url: https://codereview.chromium.org/2762593002 Cr-Commit-Position: refs/heads/master@{#471525}