Chromium Code Reviews

Issue 2034923003: GN: Add rtc_unittests (Closed)

Created:
4 years, 6 months ago by kjellander_webrtc
Modified:
4 years, 6 months ago
Reviewers:
phoglund, perkj_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

GN: Add rtc_unittests Everything except the dependency on sdk/sdk_tests.gyp:rtc_sdk_peerconnection_objc_tests is included. That one actually doesn't make those tests run as part of rtc_unittests (by design). Fixing that + add them will done in aseparate CL. BUG=webrtc:5949 TESTED=Built and ran rtc_unittests on Mac. Verified the number of tests matched a run on the bot (1213 tests executed). R=perkj@webrtc.org Committed: https://crrev.com/3ee5614650f7f85c16734c6d6133f19c4e815c91 Cr-Commit-Position: refs/heads/master@{#13036}

Patch Set 1 : #

Total comments: 3
Unified diffs Side-by-side diffs Stats (+230 lines, -4 lines)
M webrtc/BUILD.gn View 2 chunks +195 lines, -0 lines 1 comment
M webrtc/base/BUILD.gn View 1 chunk +35 lines, -0 lines 0 comments
M webrtc/webrtc_tests.gypi View 1 chunk +0 lines, -4 lines 2 comments

Messages

Total messages: 12 (8 generated)
perkj_webrtc
lgtm
4 years, 6 months ago (2016-06-03 13:45:00 UTC) #5
kjellander_webrtc
Committed patchset #1 (id:20001) manually as 3ee5614650f7f85c16734c6d6133f19c4e815c91 (presubmit successful).
4 years, 6 months ago (2016-06-03 13:57:12 UTC) #9
phoglund
https://codereview.webrtc.org/2034923003/diff/20001/webrtc/BUILD.gn File webrtc/BUILD.gn (right): https://codereview.webrtc.org/2034923003/diff/20001/webrtc/BUILD.gn#newcode387 webrtc/BUILD.gn:387: # come from a config and can"t be on ...
4 years, 6 months ago (2016-06-03 14:28:56 UTC) #11
kjellander_webrtc
4 years, 6 months ago (2016-06-06 17:04:22 UTC) #12
Message was sent while issue was closed.
https://codereview.webrtc.org/2034923003/diff/20001/webrtc/webrtc_tests.gypi
File webrtc/webrtc_tests.gypi (left):

https://codereview.webrtc.org/2034923003/diff/20001/webrtc/webrtc_tests.gypi#...
webrtc/webrtc_tests.gypi:140: 'sources!': [
On 2016/06/03 14:28:56, phoglund wrote:
> Why is this in this cl?

I just cleaned up an entry that doesn't do anything, since I was reading this
GYP file when comparing the two.

Powered by Google App Engine