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

Issue 2460343002: Moving stun_prober target from webrtc/p2p to webrtc/examples (Closed)

Created:
4 years, 1 month ago by charujain
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Moving stun_prober target from webrtc/p2p to webrtc/examples BUG=webrtc:6440 NOTRY=True Committed: https://crrev.com/aca3a249c35bcab323b8385fae7f260b29a9c71a Cr-Commit-Position: refs/heads/master@{#14869}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Moved examples/main.cc to examples/stunprober/main.cc #

Total comments: 1

Patch Set 3 : Removed todo comment as it is no longer applicable #

Patch Set 4 : Moved stun_prober target in gyp files #

Total comments: 1

Patch Set 5 : Fixed source and deps path #

Total comments: 2

Patch Set 6 : Removed './' from deps path #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -175 lines) Patch
M webrtc/examples/BUILD.gn View 1 2 2 chunks +25 lines, -0 lines 0 comments Download
A + webrtc/examples/stunprober/main.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M webrtc/p2p/BUILD.gn View 2 chunks +0 lines, -25 lines 0 comments Download
M webrtc/p2p/p2p.gyp View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
D webrtc/p2p/stunprober/main.cc View 1 chunk +0 lines, -140 lines 0 comments Download
M webrtc/webrtc_examples.gyp View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (12 generated)
charujain
4 years, 1 month ago (2016-10-31 10:41:32 UTC) #3
kjellander_webrtc
https://codereview.webrtc.org/2460343002/diff/1/webrtc/examples/BUILD.gn File webrtc/examples/BUILD.gn (right): https://codereview.webrtc.org/2460343002/diff/1/webrtc/examples/BUILD.gn#newcode552 webrtc/examples/BUILD.gn:552: "main.cc", Create a stun_prober directory to contain this file. ...
4 years, 1 month ago (2016-10-31 11:47:57 UTC) #4
charujain
4 years, 1 month ago (2016-10-31 13:43:27 UTC) #5
kjellander_webrtc
lgtm with nit addressed but you need a webrtc/p2p owner to approve as well. https://codereview.webrtc.org/2460343002/diff/20001/webrtc/examples/BUILD.gn ...
4 years, 1 month ago (2016-10-31 13:51:24 UTC) #6
charujain
On 2016/10/31 13:51:24, kjellander_webrtc wrote: > lgtm with nit addressed but you need a webrtc/p2p ...
4 years, 1 month ago (2016-10-31 13:57:34 UTC) #8
charujain
4 years, 1 month ago (2016-10-31 13:57:40 UTC) #9
henrika_webrtc
I am really not a suitable owner here. Could you check git blame for the ...
4 years, 1 month ago (2016-10-31 14:01:04 UTC) #10
henrika_webrtc
It looks like webrtc/examples/stunprober/main.cc should be excluded from this CL.
4 years, 1 month ago (2016-10-31 14:01:50 UTC) #11
charujain
+perkj@ for owners approval
4 years, 1 month ago (2016-10-31 14:25:09 UTC) #13
perkj_webrtc
lgtm
4 years, 1 month ago (2016-10-31 17:47:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2460343002/40001
4 years, 1 month ago (2016-11-01 08:49:33 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_gyp_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gyp_dbg/builds/2013)
4 years, 1 month ago (2016-11-01 09:10:46 UTC) #19
kjellander_webrtc
On 2016/11/01 09:10:46, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 1 month ago (2016-11-01 09:12:09 UTC) #20
charujain
On 2016/11/01 09:12:09, kjellander_webrtc wrote: > On 2016/11/01 09:10:46, commit-bot: I haz the power wrote: ...
4 years, 1 month ago (2016-11-01 09:22:22 UTC) #21
kjellander_webrtc
https://codereview.webrtc.org/2460343002/diff/60001/webrtc/webrtc_examples.gyp File webrtc/webrtc_examples.gyp (right): https://codereview.webrtc.org/2460343002/diff/60001/webrtc/webrtc_examples.gyp#newcode476 webrtc/webrtc_examples.gyp:476: 'stunprober/main.cc', Change to examples/stunprober/main.cc or trybots will fail.
4 years, 1 month ago (2016-11-01 09:41:18 UTC) #22
charujain
On 2016/11/01 09:41:18, kjellander_webrtc wrote: > https://codereview.webrtc.org/2460343002/diff/60001/webrtc/webrtc_examples.gyp > File webrtc/webrtc_examples.gyp (right): > > https://codereview.webrtc.org/2460343002/diff/60001/webrtc/webrtc_examples.gyp#newcode476 > ...
4 years, 1 month ago (2016-11-01 09:45:36 UTC) #23
kjellander_webrtc
Seems you somehow made the deps incorrect in PS#5. https://codereview.webrtc.org/2460343002/diff/80001/webrtc/webrtc_examples.gyp File webrtc/webrtc_examples.gyp (right): https://codereview.webrtc.org/2460343002/diff/80001/webrtc/webrtc_examples.gyp#newcode472 webrtc/webrtc_examples.gyp:472: ...
4 years, 1 month ago (2016-11-01 10:03:47 UTC) #24
kjellander_webrtc
My mistake, this is valid. lgtm with last comment addressed. Please submit with NOTRY=True https://codereview.webrtc.org/2460343002/diff/80001/webrtc/webrtc_examples.gyp ...
4 years, 1 month ago (2016-11-01 10:05:28 UTC) #25
charujain
On 2016/11/01 10:05:28, kjellander_webrtc wrote: > My mistake, this is valid. > > lgtm with ...
4 years, 1 month ago (2016-11-01 10:07:38 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2460343002/100001
4 years, 1 month ago (2016-11-01 10:08:00 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-01 10:09:18 UTC) #32
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 10:09:27 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/aca3a249c35bcab323b8385fae7f260b29a9c71a
Cr-Commit-Position: refs/heads/master@{#14869}

Powered by Google App Engine
This is Rietveld 408576698