|
|
Chromium Code Reviews
Description[Chromoting] Disable remoting_host_installation in component build
Dll dependencies are hard to maintain, so we disable remoting_host_installation
in component build.
BUG=633368
Committed: https://crrev.com/f7cf182958b7d85352fec709fc823956032bab3c
Cr-Commit-Position: refs/heads/master@{#412110}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Resolve review comments #Messages
Total messages: 20 (13 generated)
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Description was changed from ========== [Chromoting] Disable remoting_host_installation in component build Dll dependencies are hard to maintain, so we disable remoting_host_installation in component build. BUG=633368 ========== to ========== [Chromoting] Disable remoting_host_installation in component build Dll dependencies are hard to maintain, so we disable remoting_host_installation in component build. BUG=633368 ==========
zijiehe@chromium.org changed reviewers: + joedow@chromium.org
https://codereview.chromium.org/2245253002/diff/1/remoting/host/BUILD.gn File remoting/host/BUILD.gn (right): https://codereview.chromium.org/2245253002/diff/1/remoting/host/BUILD.gn#newc... remoting/host/BUILD.gn:1645: if (is_component_build && target_cpu == "x86") { Shouldn't this be: if (!is_component_build && target_cpu == "x86") {
The CQ bit was checked by zijiehe@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2245253002/diff/1/remoting/host/BUILD.gn File remoting/host/BUILD.gn (right): https://codereview.chromium.org/2245253002/diff/1/remoting/host/BUILD.gn#newc... remoting/host/BUILD.gn:1645: if (is_component_build && target_cpu == "x86") { On 2016/08/15 23:08:53, joedow wrote: > Shouldn't this be: > if (!is_component_build && target_cpu == "x86") { Faint.
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by zijiehe@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [Chromoting] Disable remoting_host_installation in component build Dll dependencies are hard to maintain, so we disable remoting_host_installation in component build. BUG=633368 ========== to ========== [Chromoting] Disable remoting_host_installation in component build Dll dependencies are hard to maintain, so we disable remoting_host_installation in component build. BUG=633368 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== [Chromoting] Disable remoting_host_installation in component build Dll dependencies are hard to maintain, so we disable remoting_host_installation in component build. BUG=633368 ========== to ========== [Chromoting] Disable remoting_host_installation in component build Dll dependencies are hard to maintain, so we disable remoting_host_installation in component build. BUG=633368 Committed: https://crrev.com/f7cf182958b7d85352fec709fc823956032bab3c Cr-Commit-Position: refs/heads/master@{#412110} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/f7cf182958b7d85352fec709fc823956032bab3c Cr-Commit-Position: refs/heads/master@{#412110} |
