Skip to content

Commit

Permalink
Update vendor/libchromiumcontent ref
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykuzmin committed May 14, 2018
1 parent 0bb29e0 commit aec3c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/libchromiumcontent
Submodule libchromiumcontent updated 51 files
+133 −10 .circleci/config.yml
+11 −0 DEPS
+20 −2 appveyor.yml
+49 −49 chromiumcontent/BUILD.gn
+1 −1 chromiumcontent/args/ffmpeg.gn
+1 −0 chromiumcontent/args/native_mksnapshot.gn
+1 −1 chromiumcontent/args/shared_library.gn
+1 −1 chromiumcontent/args/static_library.gn
+1 −1 chromiumcontent/args/tests.gn
+6 −0 patches/common/chromium/.patches.yaml
+19 −0 patches/common/chromium/backport_4dabe8070550.patch
+32 −2 patches/common/chromium/build_gn.patch
+38 −0 patches/common/chromium/can_create_window.patch
+9 −1 patches/common/chromium/statically_build_power_save_blocker.patch
+5 −0 patches/common/v8/.patches.yaml
+1 −1 patches/common/v8/build_gn.patch
+15 −0 patches/common/v8/disable-warning-win.patch
+9 −0 patches/common/webrtc/.patches.yaml
+16 −0 patches/common/webrtc/disable-warning-win.patch
+45 −0 patches/common/webrtc/fix_jitter_buffer_with_opus_dtx.patch
+1 −1 script/apply-patches
+14 −17 script/build
+32 −14 script/cibuild
+13 −4 script/cibuild.ps1
+9 −13 script/create-dist
+20 −0 script/disabled-tests.yaml
+5 −42 script/download
+35 −0 script/get-patch
+13 −0 script/lib/config.py
+21 −0 script/lib/filesystem.py
+20 −0 script/lib/git.py
+3 −0 script/lib/gn.py
+26 −0 script/lib/ninja.py
+4 −2 script/lib/patches.py
+41 −0 script/lib/sccache.py
+1 −0 script/reportbuild/.gitignore
+103 −0 script/reportbuild/package-lock.json
+6 −0 script/reportbuild/package.json
+39 −0 script/reportbuild/upload-build-results.js
+86 −0 script/run-gn
+45 −11 script/run_tests
+35 −0 script/sccache
+95 −47 script/update
+20 −23 script/upload
+20 −0 tools/sccache/README.md
+202 −0 tools/sccache/aad2120/LICENSE
+115 −0 tools/sccache/aad2120/README.md
+ tools/sccache/aad2120/linux/sccache
+ tools/sccache/aad2120/mac/sccache
+ tools/sccache/aad2120/windows/sccache.exe
+163 −0 vsts.yml

0 comments on commit aec3c3f

Please sign in to comment.