diff options
author | nkostylev <nkostylev@chromium.org> | 2014-11-10 05:13:13 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-10 13:13:27 +0000 |
commit | 9bc77cc968237f28405aa16a1d8f50a9e39760a9 (patch) | |
tree | 1301b18be1cafdf3f5a725e3f8bd245b361ee5c6 /build/all.gyp | |
parent | 7f49175f1a3925b8f02432c5566de9c975caa393 (diff) | |
download | chromium_src-9bc77cc968237f28405aa16a1d8f50a9e39760a9.zip chromium_src-9bc77cc968237f28405aa16a1d8f50a9e39760a9.tar.gz chromium_src-9bc77cc968237f28405aa16a1d8f50a9e39760a9.tar.bz2 |
Revert of Add remoting_host target to chromium_builder_webrtc dependencies. (patchset #1 id:1 of https://codereview.chromium.org/706753003/)
Reason for revert:
Breaks Linux ChromiumOS Ozone Builder
http://goo.gl/oHjcNA
________ running '/usr/bin/python src/build/gyp_chromium' in '/b/build/slave/Linux_ChromiumOS_Ozone_Builder/build'
Updating projects from gyp files...
Traceback (most recent call last):
File "src/build/gyp_chromium", line 318, in <module>
gyp_rc = gyp.main(args)
File "/b/build/slave/Linux_ChromiumOS_Ozone_Builder/build/src/tools/gyp/pylib/gyp/__init__.py", line 525, in main
return gyp_main(args)
File "/b/build/slave/Linux_ChromiumOS_Ozone_Builder/build/src/tools/gyp/pylib/gyp/__init__.py", line 501, in gyp_main
params, options.check, options.circular_check)
File "/b/build/slave/Linux_ChromiumOS_Ozone_Builder/build/src/tools/gyp/pylib/gyp/__init__.py", line 129, in Load
params['parallel'], params['root_targets'])
File "/b/build/slave/Linux_ChromiumOS_Ozone_Builder/build/src/tools/gyp/pylib/gyp/input.py", line 2745, in Load
RemoveLinkDependenciesFromNoneTargets(targets)
File "/b/build/slave/Linux_ChromiumOS_Ozone_Builder/build/src/tools/gyp/pylib/gyp/input.py", line 1489, in RemoveLinkDependenciesFromNoneTargets
if targets[t].get('variables', {}).get('link_dependency', 0):
KeyError: '/b/build/slave/Linux_ChromiumOS_Ozone_Builder/build/src/remoting/remoting.gyp:remoting_host#target'
Error: Command /usr/bin/python src/build/gyp_chromium returned non-zero exit status 1 in /b/build/slave/Linux_ChromiumOS_Ozone_Builder/build
Hook '/usr/bin/python src/build/gyp_chromium' took 14.48 secs
Original issue's description:
> Add remoting_host target to chromium_builder_webrtc dependencies.
>
> This will make it possible for us to catch compile failures in the
> remoting_host component when rolling the WebRTC and libjingle revisions
> in Chromium DEPS using the bots in
> http://build.chromium.org/p/chromium.webrtc.fyi/waterfall
>
> Committed: https://crrev.com/32e1bf6e3fcc38662eb1dd1b0a1a2739a95992ec
> Cr-Commit-Position: refs/heads/master@{#303436}
TBR=perkj@chromium.org,kjellander@chromium.org
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/713023002
Cr-Commit-Position: refs/heads/master@{#303453}
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index ca97f29..22b4a40 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -680,7 +680,6 @@ '../content/content_shell_and_tests.gyp:content_browsertests', '../content/content_shell_and_tests.gyp:content_unittests', '../media/media.gyp:media_unittests', - '../remoting/remoting.gyp:remoting_host', '../third_party/webrtc/tools/tools.gyp:frame_analyzer', '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', ], |