Change log:c92ed25217..bcf2616e8eFull diff:c92ed25217..bcf2616e8eRoll chromium third_party 51c08cf9af..9d65a3cdda Change log:51c08cf9af..9d65a3cddaChanged dependencies: * src/base:a7a2409f9b..b802985ef4* src/build:03f39fd800..fc8308f6b6* src/buildtools:a9e946f166..94288c26d2* src/ios:e070a93062..289c450460* src/testing:f5b31b58c6..a5fce03148* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d8600ccc2d..ce9b3742a1 * src/third_party/depot_tools:8de3800ce5..8fe4d8cbef* src/third_party/googletest/src:045e7f9ee4..08d5b1f33a* src/tools:e024720629..6e6e398687* src/tools/swarming_client:88229872dd..833f5ebf89DEPS diff:c92ed25217..bcf2616e8e/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I22bf301fcec0103a1987a92f95ebf86e324dade7 Reviewed-on: https://webrtc-review.googlesource.com/77625 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23296}
33 lines
1.6 KiB
Python
33 lines
1.6 KiB
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': [
|
|
'<(DEPTH)/chrome/browser/resources/chromeos/braille_ime/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/chrome/browser/resources/chromeos/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/chrome/browser/resources/chromeos/login/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/chrome/browser/resources/chromeos/multidevice_setup/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/chrome/browser/resources/chromeos/network_ui/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/chrome/browser/resources/chromeos/select_to_speak/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/chrome/browser/resources/chromeos/sys_internals/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/ui/webui/resources/cr_components/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:*',
|
|
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:*',
|
|
],
|
|
},
|
|
]
|
|
}
|