webrtc_m130/third_party/closure_compiler/compiled_resources2.gyp
Autoroller caca55676e Roll chromium_revision 20579735a6..e1ef7d4b6b (568689:568794)
Change log: 20579735a6..e1ef7d4b6b
Full diff: 20579735a6..e1ef7d4b6b

Roll chromium third_party edc5c03dcd..ab9fbe29c9
Change log: edc5c03dcd..ab9fbe29c9

Changed dependencies:
* src/base: d9f706c881..03e1bc561f
* src/ios: 1115acd5aa..48697bf3a1
* src/testing: 555ababf34..6440c4ea3a
* src/tools: 16de1fe001..66f1089d0c
DEPS diff: 20579735a6..e1ef7d4b6b/DEPS

No update to Clang.

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

Change-Id: I51865c56c2126cdb24f66e70441101c1954ab01d
Reviewed-on: https://webrtc-review.googlesource.com/84342
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23680}
2018-06-20 12:05:17 +00:00

21 lines
634 B
Python

# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Add your directory-specific .gyp file to this list for it to be continuously
# typechecked on the builder:
# http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux
#
# Also, see our guide to Closure compilation in chrome:
# https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
{
'targets': [
{
'target_name': 'compiled_resources2',
'type': 'none',
'dependencies': [
],
},
]
}