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

Issue 2049173003: Updating remoting_start_host to use remoting_core.dll (Closed)

Created:
4 years, 6 months ago by joedow
Modified:
4 years, 6 months ago
Reviewers:
*Sergey Ulanov, Hzj_jie
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

Updating remoting_start_host to use remoting_core.dll The remoting_start_host binary is much larger than other exes in the Windows MSI (~5MB vs. 100KB). This is because it links in a bunch of code we already include in remoting_core.dll. This change moves the shared code into remoting_core.dll and sets up the remoting_start_host binary to use a shared library for other platforms if we decide to do so later on. It also updates the information that is stamped on the windows exe so it reflects the name and purpose of the tool. BUG=617182 Committed: https://crrev.com/0452cbe2412f985f46c12234c4bcfb6a2922b0e8 Cr-Commit-Position: refs/heads/master@{#398787}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -260 lines) Patch
M remoting/host/BUILD.gn View 1 3 chunks +27 lines, -6 lines 0 comments Download
M remoting/host/predefines_win.gni View 1 1 chunk +2 lines, -0 lines 0 comments Download
D remoting/host/setup/start_host.cc View 1 chunk +0 lines, -235 lines 0 comments Download
A + remoting/host/setup/start_host_entry_point.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A remoting/host/setup/start_host_main.h View 1 chunk +17 lines, -0 lines 0 comments Download
A + remoting/host/setup/start_host_main.cc View 1 4 chunks +10 lines, -4 lines 0 comments Download
M remoting/host/win/version.rc.jinja2 View 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/remoting_host.gypi View 2 chunks +18 lines, -13 lines 0 comments Download
M remoting/remoting_host_win.gypi View 2 chunks +27 lines, -0 lines 0 comments Download
M remoting/resources/remoting_strings.grd View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
joedow
PTAL! Thanks, Joe
4 years, 6 months ago (2016-06-08 19:38:31 UTC) #3
Hzj_jie
https://codereview.chromium.org/2049173003/diff/1/remoting/host/BUILD.gn File remoting/host/BUILD.gn (right): https://codereview.chromium.org/2049173003/diff/1/remoting/host/BUILD.gn#newcode740 remoting/host/BUILD.gn:740: defines = [ "BINARY=BINARY_REMOTING_START_HOST" ] You may want to ...
4 years, 6 months ago (2016-06-08 20:48:48 UTC) #4
Sergey Ulanov
lgtm https://codereview.chromium.org/2049173003/diff/1/remoting/host/setup/start_host_main.cc File remoting/host/setup/start_host_main.cc (right): https://codereview.chromium.org/2049173003/diff/1/remoting/host/setup/start_host_main.cc#newcode36 remoting/host/setup/start_host_main.cc:36: using remoting::HostStarter; Wouldn't need this if this code ...
4 years, 6 months ago (2016-06-08 21:47:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2049173003/20001
4 years, 6 months ago (2016-06-08 23:37:29 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/84573)
4 years, 6 months ago (2016-06-09 03:01:02 UTC) #10
joedow
Thanks! https://codereview.chromium.org/2049173003/diff/1/remoting/host/BUILD.gn File remoting/host/BUILD.gn (right): https://codereview.chromium.org/2049173003/diff/1/remoting/host/BUILD.gn#newcode740 remoting/host/BUILD.gn:740: defines = [ "BINARY=BINARY_REMOTING_START_HOST" ] On 2016/06/08 20:48:48, ...
4 years, 6 months ago (2016-06-09 04:17:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2049173003/20001
4 years, 6 months ago (2016-06-09 04:18:16 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-09 04:55:51 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 04:57:11 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0452cbe2412f985f46c12234c4bcfb6a2922b0e8
Cr-Commit-Position: refs/heads/master@{#398787}

Powered by Google App Engine
This is Rietveld 408576698