Files
platform-external-webrtc/third_party/closure_compiler
Autoroller 123ab64bc5 Roll chromium_revision 52f78b1683..bfb0b77f2c (561464:562200)
Change log: 52f78b1683..bfb0b77f2c
Full diff: 52f78b1683..bfb0b77f2c

Roll chromium third_party 008fb7071c..0d2b36d3cf
Change log: 008fb7071c..0d2b36d3cf

Changed dependencies:
* src/base: 40343e3fbc..52cd03ae2f
* src/build: bd04ef7233..39cffdabab
* src/buildtools: 94288c26d2..893eb86b02
* src/ios: de97874e25..862c941a16
* src/testing: b4c21a01c2..8133f73370
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/69271b5d4f..5601bdac1a
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1986f5a957..0043a4a254
* src/third_party/depot_tools: 4e9b50ab86..f16fdf3165
* src/third_party/libvpx/source/libvpx: e27a331778..36825590ba
* src/tools: c923d1173c..99de29398b
* src/tools/swarming_client: 833f5ebf89..3543e21830
DEPS diff: 52f78b1683..bfb0b77f2c/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,marpan@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal
NO_AUTOIMPORT_DEPS_CHECK=true

Change-Id: I4baa7a38623823759606c90813a4bf535245f390
Reviewed-on: https://webrtc-review.googlesource.com/79191
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23405}
2018-05-28 09:01:39 +00:00
..

Name: Closure compiler
Short Name: closure-compiler
URL: http://github.com/google/closure-compiler
Version: v20150729-236-gad656a1
Date: 2015/08/26 08:46
Revision: 5cae9b78a16a2655627733b66d1c686d5f547925
License: Apache 2.0
License File: LICENSE
Security Critical: no

Description:
The Closure Compiler provides warnings for illegal JavaScript and warnings for
potentially dangerous operations, helping you to produce JavaScript that is less
buggy and easier to maintain.

Local modifications:
- Use the script third_party/closure_compiler/roll_closure_compiler to update
  the versions of third_party/closure_compiler/compiler/compiler.jar and/or
  third_party/closure_compiler/externs/chrome_extensions.js.
- Some externs here are for chrome-specific use; these primarily include the
  *_private.js files.