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

Issue 2025343002: GN: Add system_wrappers_unittests, tools and tools_unittests (Closed)

Created:
4 years, 6 months ago by kjellander_webrtc
Modified:
4 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, zhengzhonghou_agora.io, tterriberry_mozilla.com, fengyue_agora.io, peah-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

GN: Add system_wrappers_unittests, tools and tools_unittests BUG=webrtc:5949 TESTED=Built and ran the tests on Mac. NOTRY=True Committed: https://crrev.com/bac0412e7f32ab8c7bfc14ddf263ccec20d92a37 Cr-Commit-Position: refs/heads/master@{#13007}

Patch Set 1 #

Patch Set 2 : Added CoreGraphics library for audio_device (even if that sounds fishy) #

Patch Set 3 : Added CoreServices to webrtc/base #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -23 lines) Patch
M webrtc/base/BUILD.gn View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/BUILD.gn View 1 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/system_wrappers/BUILD.gn View 1 2 3 2 chunks +56 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/system_wrappers_tests.gyp View 2 chunks +2 lines, -4 lines 0 comments Download
M webrtc/tools/BUILD.gn View 5 chunks +202 lines, -15 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
kjellander_webrtc
phoglund: main review. henrika: webrtc/modules/audio_device/BUILD.gn - do you think that keypress code is something that ...
4 years, 6 months ago (2016-06-01 17:21:04 UTC) #5
phoglund
lgtm
4 years, 6 months ago (2016-06-02 07:51:45 UTC) #6
henrika_webrtc
All platforms implement keypress detection and feed that state to the APM. I don't know ...
4 years, 6 months ago (2016-06-02 07:56:22 UTC) #8
hlundin-webrtc
I don't know much about the keypress detection. I think aluebs@ knows more.
4 years, 6 months ago (2016-06-02 09:12:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2025343002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2025343002/60001
4 years, 6 months ago (2016-06-02 09:17:15 UTC) #13
kjellander_webrtc
On 2016/06/02 09:12:28, hlundin-webrtc wrote: > I don't know much about the keypress detection. I ...
4 years, 6 months ago (2016-06-02 09:17:53 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-02 09:18:53 UTC) #16
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/bac0412e7f32ab8c7bfc14ddf263ccec20d92a37 Cr-Commit-Position: refs/heads/master@{#13007}
4 years, 6 months ago (2016-06-02 09:19:03 UTC) #18
henrika_webrtc
kjellander@: not really sure what you mean by "fixing the keypress detection". Your CL has ...
4 years, 6 months ago (2016-06-02 10:28:34 UTC) #19
kjellander_webrtc
On 2016/06/02 10:28:34, henrika_webrtc wrote: > kjellander@: not really sure what you mean by "fixing ...
4 years, 6 months ago (2016-06-02 10:32:31 UTC) #20
henrika_webrtc
AFAIK, CGEventSourceKeyState is required on Mac to detect global keypress events. I am convinced that ...
4 years, 6 months ago (2016-06-02 11:02:29 UTC) #21
henrika_webrtc
4 years, 6 months ago (2016-06-02 11:08:29 UTC) #22
Message was sent while issue was closed.
Apple have bundled methods to detect low-level user input events in OS X
in the CoreGraphics framework and that is nothing we can can change. If keypress
detection is needed, the dependency is required.

Powered by Google App Engine
This is Rietveld 408576698