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

Issue 1312463005: Compile remoting client plugin with GN (Closed)

Created:
5 years, 3 months ago by Sergey Ulanov
Modified:
5 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, 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

Compile remoting client plugin with GN BUG=512899 Committed: https://crrev.com/99d83f9b9121d659cdbf259ec9f71f8d1f090100 Cr-Commit-Position: refs/heads/master@{#348752}

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+564 lines, -475 lines) Patch
M build/config/crypto.gni View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M crypto/BUILD.gn View 1 chunk +163 lines, -172 lines 0 comments Download
M jingle/BUILD.gn View 1 chunk +8 lines, -0 lines 0 comments Download
M net/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +270 lines, -260 lines 0 comments Download
M net/net.gypi View 1 2 3 4 5 6 7 10 chunks +23 lines, -23 lines 0 comments Download
M remoting/base/BUILD.gn View 2 chunks +5 lines, -6 lines 0 comments Download
M remoting/client/BUILD.gn View 3 chunks +16 lines, -1 line 0 comments Download
M remoting/client/plugin/BUILD.gn View 2 chunks +11 lines, -8 lines 0 comments Download
M remoting/codec/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -2 lines 0 comments Download
M remoting/protocol/BUILD.gn View 1 chunk +7 lines, -0 lines 0 comments Download
M remoting/remoting_srcs.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/signaling/BUILD.gn View 1 chunk +8 lines, -0 lines 0 comments Download
M remoting/webapp/build_template.gni View 1 2 3 4 5 3 chunks +18 lines, -0 lines 0 comments Download
M third_party/boringssl/BUILD.gn View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/libjingle/BUILD.gn View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (18 generated)
Sergey Ulanov
David, please review changes in crypto, net and third_party/boringssl. Gary, please review the rest. https://codereview.chromium.org/1312463005/diff/1/crypto/BUILD.gn ...
5 years, 3 months ago (2015-08-27 23:28:00 UTC) #2
davidben
+rch for QUIC question below. https://codereview.chromium.org/1312463005/diff/1/crypto/BUILD.gn File crypto/BUILD.gn (right): https://codereview.chromium.org/1312463005/diff/1/crypto/BUILD.gn#newcode8 crypto/BUILD.gn:8: component("crypto") { On 2015/08/27 ...
5 years, 3 months ago (2015-08-28 17:08:27 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/1312463005/diff/1/net/BUILD.gn File net/BUILD.gn (right): https://codereview.chromium.org/1312463005/diff/1/net/BUILD.gn#newcode115 net/BUILD.gn:115: } else if (!is_nacl) { On 2015/08/28 17:08:27, David ...
5 years, 3 months ago (2015-08-31 21:59:33 UTC) #6
davidben
https://codereview.chromium.org/1312463005/diff/1/net/net.gypi File net/net.gypi (left): https://codereview.chromium.org/1312463005/diff/1/net/net.gypi#oldcode160 net/net.gypi:160: 'socket/ssl_client_socket_pool.h', On 2015/08/31 21:59:33, Sergey Ulanov wrote: > On ...
5 years, 3 months ago (2015-08-31 23:11:06 UTC) #7
garykac
lgtm https://codereview.chromium.org/1312463005/diff/40001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/1312463005/diff/40001/remoting/client/BUILD.gn#newcode8 remoting/client/BUILD.gn:8: # Disabled the source filters because there are ...
5 years, 3 months ago (2015-08-31 23:27:10 UTC) #8
Sergey Ulanov
https://codereview.chromium.org/1312463005/diff/40001/build/config/crypto.gni File build/config/crypto.gni (right): https://codereview.chromium.org/1312463005/diff/40001/build/config/crypto.gni#newcode25 build/config/crypto.gni:25: # on NSS. On 2015/08/31 23:11:06, David Benjamin wrote: ...
5 years, 3 months ago (2015-09-01 00:06:46 UTC) #9
Sergey Ulanov
+dpranke@ Dirk, please approve the change in build/config/crypto.gni
5 years, 3 months ago (2015-09-01 00:08:00 UTC) #11
davidben
lgtm with comment https://codereview.chromium.org/1312463005/diff/40001/net/BUILD.gn File net/BUILD.gn (right): https://codereview.chromium.org/1312463005/diff/40001/net/BUILD.gn#newcode111 net/BUILD.gn:111: "//url", On 2015/09/01 00:06:46, Sergey Ulanov ...
5 years, 3 months ago (2015-09-01 18:06:48 UTC) #12
Dirk Pranke
lgtm
5 years, 3 months ago (2015-09-01 19:04:27 UTC) #13
garykac
https://codereview.chromium.org/1312463005/diff/40001/remoting/client/BUILD.gn File remoting/client/BUILD.gn (right): https://codereview.chromium.org/1312463005/diff/40001/remoting/client/BUILD.gn#newcode8 remoting/client/BUILD.gn:8: # Disabled the source filters because there are _mac ...
5 years, 3 months ago (2015-09-01 20:53:27 UTC) #14
Ryan Hamilton
lgtm https://codereview.chromium.org/1312463005/diff/1/net/net.gypi File net/net.gypi (left): https://codereview.chromium.org/1312463005/diff/1/net/net.gypi#oldcode361 net/net.gypi:361: 'quic/quic_reliable_client_stream.h', On 2015/08/31 21:59:33, Sergey Ulanov wrote: > ...
5 years, 3 months ago (2015-09-02 19:22:58 UTC) #15
Sergey Ulanov
https://codereview.chromium.org/1312463005/diff/40001/remoting/webapp/BUILD.gn File remoting/webapp/BUILD.gn (right): https://codereview.chromium.org/1312463005/diff/40001/remoting/webapp/BUILD.gn#newcode35 remoting/webapp/BUILD.gn:35: group("webapp") { On 2015/09/01 20:53:27, garykac wrote: > On ...
5 years, 3 months ago (2015-09-03 00:07:15 UTC) #16
garykac
lgtm
5 years, 3 months ago (2015-09-03 01:07:12 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312463005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312463005/100001
5 years, 3 months ago (2015-09-03 23:29:40 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/78023) linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-03 23:34:21 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312463005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312463005/120001
5 years, 3 months ago (2015-09-04 00:38:48 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/112381)
5 years, 3 months ago (2015-09-04 01:23:03 UTC) #27
Ryan Hamilton
Is this CL still active?
5 years, 3 months ago (2015-09-10 23:20:00 UTC) #28
Sergey Ulanov
On 2015/09/10 23:20:00, Ryan Hamilton wrote: > Is this CL still active? Yes, but it's ...
5 years, 3 months ago (2015-09-10 23:23:27 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312463005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312463005/140001
5 years, 3 months ago (2015-09-14 17:28:38 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/68845) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 3 months ago (2015-09-14 17:31:56 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312463005/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312463005/160001
5 years, 3 months ago (2015-09-14 19:04:18 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/115757)
5 years, 3 months ago (2015-09-14 20:08:59 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312463005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312463005/180001
5 years, 3 months ago (2015-09-14 21:32:15 UTC) #42
commit-bot: I haz the power
Committed patchset #9 (id:180001)
5 years, 3 months ago (2015-09-14 23:03:40 UTC) #43
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/99d83f9b9121d659cdbf259ec9f71f8d1f090100 Cr-Commit-Position: refs/heads/master@{#348752}
5 years, 3 months ago (2015-09-14 23:04:28 UTC) #44
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:38:31 UTC) #45
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/99d83f9b9121d659cdbf259ec9f71f8d1f090100
Cr-Commit-Position: refs/heads/master@{#348752}

Powered by Google App Engine
This is Rietveld 408576698