Change log:20579735a6..e1ef7d4b6bFull diff:20579735a6..e1ef7d4b6bRoll chromium third_party edc5c03dcd..ab9fbe29c9 Change log:edc5c03dcd..ab9fbe29c9Changed dependencies: * src/base:d9f706c881..03e1bc561f* src/ios:1115acd5aa..48697bf3a1* src/testing:555ababf34..6440c4ea3a* src/tools:16de1fe001..66f1089d0cDEPS 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}
21 lines
634 B
Python
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': [
|
|
],
|
|
},
|
|
]
|
|
}
|