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

Issue 1426113002: port remoting_me2me_host_archive to GN (Closed)

Created:
5 years, 1 month ago by Dirk Pranke
Modified:
5 years, 1 month ago
Reviewers:
Sergey Ulanov, brettw
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

port remoting_me2me_host_archive to GN This CL ports the remoting_me2me_host_archive target to GN and several of its dependent targets. This is only a partial port of the target, as the 'remoting_infoplist_strings' target hasn't been ported yet, but I'm not actually sure if that's needed on Linux. This CL also fixes the path to the remoting-webapp zip file. Both of these targets were needed in order to flip the official Linux x64 build over to GN. BUG=512899, 530733 Committed: https://crrev.com/63e164a242653dbed7932fe9213da828aa280f78 Cr-Commit-Position: refs/heads/master@{#357697}

Patch Set 1 #

Patch Set 2 : update w/ more targets #

Patch Set 3 : fix version and update comments #

Total comments: 9

Patch Set 4 : update w/ review feedback #

Patch Set 5 : import chrome_build.gni in remoting_options.gni #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -10 lines) Patch
M build/util/version.gni View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M remoting/BUILD.gn View 1 chunk +1 line, -1 line 2 comments Download
M remoting/host/BUILD.gn View 1 2 3 chunks +182 lines, -1 line 0 comments Download
A remoting/host/installer/linux/build_deb.py View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M remoting/remoting_host.gypi View 1 4 chunks +4 lines, -0 lines 0 comments Download
M remoting/remoting_options.gni View 1 2 3 4 2 chunks +7 lines, -1 line 0 comments Download
M remoting/webapp/BUILD.gn View 1 2 3 1 chunk +2 lines, -6 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
Dirk Pranke
https://codereview.chromium.org/1426113002/diff/40001/remoting/host/BUILD.gn File remoting/host/BUILD.gn (right): https://codereview.chromium.org/1426113002/diff/40001/remoting/host/BUILD.gn#newcode622 remoting/host/BUILD.gn:622: action("remoting_me2me_host_deb_installer") { there's something wonky going on in this ...
5 years, 1 month ago (2015-11-03 03:11:09 UTC) #3
Sergey Ulanov
The only problem I see is that build-deb.sh needs to be fixed not to assume ...
5 years, 1 month ago (2015-11-03 18:21:37 UTC) #5
Sergey Ulanov
On 2015/11/03 18:21:37, Sergey Ulanov wrote: > The only problem I see is that build-deb.sh ...
5 years, 1 month ago (2015-11-03 20:00:23 UTC) #6
Dirk Pranke
https://codereview.chromium.org/1426113002/diff/40001/build/util/version.gni File build/util/version.gni (right): https://codereview.chromium.org/1426113002/diff/40001/build/util/version.gni#newcode29 build/util/version.gni:29: # The On 2015/11/03 18:21:37, Sergey Ulanov wrote: > ...
5 years, 1 month ago (2015-11-03 21:10:20 UTC) #7
Sergey Ulanov
lgtm when my comments are addressed
5 years, 1 month ago (2015-11-03 22:25:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426113002/60001
5 years, 1 month ago (2015-11-03 23:42:34 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/25134)
5 years, 1 month ago (2015-11-03 23:51:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426113002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426113002/80001
5 years, 1 month ago (2015-11-04 00:06:52 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-04 01:12:59 UTC) #17
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/63e164a242653dbed7932fe9213da828aa280f78 Cr-Commit-Position: refs/heads/master@{#357697}
5 years, 1 month ago (2015-11-04 01:14:37 UTC) #18
Sergey Ulanov
https://codereview.chromium.org/1426113002/diff/80001/remoting/BUILD.gn File remoting/BUILD.gn (right): https://codereview.chromium.org/1426113002/diff/80001/remoting/BUILD.gn#newcode67 remoting/BUILD.gn:67: "//remoting/host:remoting_me2me_host_archive", when looking again at this, this doesn't look ...
5 years, 1 month ago (2015-11-04 06:59:32 UTC) #19
Dirk Pranke
5 years, 1 month ago (2015-11-05 01:24:06 UTC) #20
Message was sent while issue was closed.
https://codereview.chromium.org/1426113002/diff/80001/remoting/BUILD.gn
File remoting/BUILD.gn (right):

https://codereview.chromium.org/1426113002/diff/80001/remoting/BUILD.gn#newco...
remoting/BUILD.gn:67: "//remoting/host:remoting_me2me_host_archive",
On 2015/11/04 06:59:32, Sergey Ulanov wrote:
> when looking again at this, this doesn't look quite right: this target is
> defined only for the case is_chrome_branded=true

Ah, you're right. Will fix.

Powered by Google App Engine
This is Rietveld 408576698