build: build ffmpeg and native_mksnapshot for GN release builds (#14240)

* build ffmpeg and native_mksnapshot for GN release builds

* Test ffmpeg via verify-ffmpeg.py

* remove sccache from Windows builds
This commit is contained in:
John Kleinschmidt 2018-08-22 11:41:25 -04:00 committed by GitHub
parent a2a7c6b062
commit 5a72441b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 87 additions and 22 deletions

3
build/args/ffmpeg.gn Normal file
View file

@ -0,0 +1,3 @@
import("release.gn")
proprietary_codecs = false
ffmpeg_branding = "Chromium"