Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Issue 896743004: [Chromoting] Remove wildcard ('*') from remoting_all target. (Closed)

Created:
5 years, 10 months ago by garykac
Modified:
5 years, 10 months ago
Reviewers:
kelvinp
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromoting] Remove wildcard ('*') from remoting_all target. Support for the wildcard is going away in GN, so this helps prepare for the transition away from GYP. This cl adds dummy targets so that that logic for when the proper targets should be build can be kept in the platform-specific files. Some of the conditions in the host gyp files needed to be restructured so that the dummy targets would be defined only when necessary. The updated conditions caused a lot of lines to be re-indented, but the target definitions are the same (except for the new dummy targets). BUG= Committed: https://crrev.com/9fb75ed89c0ae4ced679576f9cf030cc8c30e928 Cr-Commit-Position: refs/heads/master@{#315150}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Remove unused dep #

Total comments: 5

Patch Set 3 : Move os-check into remoting_host.gypi #

Patch Set 4 : Remove it2me_native_messaging_host for chromeos #

Patch Set 5 : Disable me2me host for chromeos #

Total comments: 4

Patch Set 6 : Add dummy it2me_native_messaging_host #

Patch Set 7 : Add remoting_enable.gypi #

Total comments: 2

Patch Set 8 : Remove obsolete comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+939 lines, -844 lines) Patch
M remoting/remoting_all.gyp View 1 2 3 4 5 6 1 chunk +64 lines, -2 lines 0 comments Download
A remoting/remoting_enable.gypi View 1 2 3 4 5 6 7 1 chunk +24 lines, -0 lines 0 comments Download
M remoting/remoting_host.gypi View 1 2 3 4 5 6 4 chunks +139 lines, -139 lines 0 comments Download
M remoting/remoting_host_linux.gypi View 1 2 4 chunks +28 lines, -19 lines 0 comments Download
M remoting/remoting_host_mac.gypi View 1 2 1 chunk +216 lines, -220 lines 0 comments Download
M remoting/remoting_host_win.gypi View 1 2 3 2 chunks +465 lines, -454 lines 0 comments Download
M remoting/remoting_test.gypi View 1 2 3 4 5 4 chunks +3 lines, -10 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
garykac
ptal. The real test is the bots, so we'll see how that goes. https://codereview.chromium.org/896743004/diff/1/remoting/remoting_host_linux.gypi File ...
5 years, 10 months ago (2015-02-03 23:44:56 UTC) #2
kelvinp
https://codereview.chromium.org/896743004/diff/20001/remoting/remoting_host_linux.gypi File remoting/remoting_host_linux.gypi (right): https://codereview.chromium.org/896743004/diff/20001/remoting/remoting_host_linux.gypi#newcode7 remoting/remoting_host_linux.gypi:7: ['OS=="linux"', { Maybe we can move the conditions to ...
5 years, 10 months ago (2015-02-04 01:01:58 UTC) #3
garykac
ptal I hoisted the OS-check out of remoting_host_* and put in a check for it2me_native_messaging_host ...
5 years, 10 months ago (2015-02-04 18:39:28 UTC) #4
kelvinp
PTAL https://codereview.chromium.org/896743004/diff/80001/remoting/remoting_all.gyp File remoting/remoting_all.gyp (right): https://codereview.chromium.org/896743004/diff/80001/remoting/remoting_all.gyp#newcode78 remoting/remoting_all.gyp:78: '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', Or should we follow through with our ...
5 years, 10 months ago (2015-02-04 20:51:23 UTC) #5
garykac
ptal https://codereview.chromium.org/896743004/diff/80001/remoting/remoting_all.gyp File remoting/remoting_all.gyp (right): https://codereview.chromium.org/896743004/diff/80001/remoting/remoting_all.gyp#newcode78 remoting/remoting_all.gyp:78: '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', On 2015/02/04 20:51:22, kelvinp wrote: > Or ...
5 years, 10 months ago (2015-02-06 02:18:41 UTC) #6
kelvinp
lgtm with a Nit on updating a comment. https://codereview.chromium.org/896743004/diff/120001/remoting/remoting_enable.gypi File remoting/remoting_enable.gypi (right): https://codereview.chromium.org/896743004/diff/120001/remoting/remoting_enable.gypi#newcode11 remoting/remoting_enable.gypi:11: # ...
5 years, 10 months ago (2015-02-06 19:15:11 UTC) #7
garykac
https://codereview.chromium.org/896743004/diff/120001/remoting/remoting_enable.gypi File remoting/remoting_enable.gypi (right): https://codereview.chromium.org/896743004/diff/120001/remoting/remoting_enable.gypi#newcode11 remoting/remoting_enable.gypi:11: # Remoting host is supported only on Windows, OSX ...
5 years, 10 months ago (2015-02-06 23:53:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/896743004/140001
5 years, 10 months ago (2015-02-06 23:53:32 UTC) #11
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 10 months ago (2015-02-07 00:47:19 UTC) #12
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/9fb75ed89c0ae4ced679576f9cf030cc8c30e928 Cr-Commit-Position: refs/heads/master@{#315150}
5 years, 10 months ago (2015-02-07 00:47:51 UTC) #13
bshe
5 years, 10 months ago (2015-02-09 03:23:37 UTC) #14
Message was sent while issue was closed.
A revert of this CL (patchset #8 id:140001) has been created in
https://codereview.chromium.org/905223002/ by bshe@chromium.org.

The reason for reverting is: It cause ChromiumOS.Chromium and PFQ bots to fail.
The reason might because chroot didn't have "dpkg-architecture" command. The
correct solution might be add "dpkg-architecture" command to chroot. But this CL
currently break PFQ and a bunch of bots. So revert it for immediate fix.
See crbug.com/456491.

Powered by Google App Engine
This is Rietveld 408576698