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

Issue 2421483002: Cleanup of voice_engine includes. (Closed)

Created:
4 years, 2 months ago by aleloi
Modified:
4 years, 2 months ago
Reviewers:
the sun
CC:
webrtc-reviews_webrtc.org, henrika_webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, the sun
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Cleanup of voice_engine includes. I added a few missing dependencies to the GN target of voice_engine while doing other unrelated work. Currently GN's header include checker has the following to say: $ gn check out/gn_debug webrtc/voice_engine ERROR at //webrtc/voice_engine/include/voe_network.h:38:11: Include not allowed. #include "webrtc/transport.h" ^----------------- It is not in any dependency of //webrtc/voice_engine:voice_engine The include file is in the target(s): //webrtc:webrtc which should somehow be reachable. transport.h should probably move in to webrtc/api, since it is already a pure virtual interface and is used in quite a few places. BUG=webrtc:5589 NOTRY=True Committed: https://crrev.com/9ae585de8db1041cb1903ba317c83f8f4da9d8e0 Cr-Commit-Position: refs/heads/master@{#14633}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M webrtc/voice_engine/BUILD.gn View 1 chunk +3 lines, -0 lines 1 comment Download
M webrtc/voice_engine/voice_engine.gyp View 1 chunk +3 lines, -0 lines 1 comment Download

Messages

Total messages: 11 (6 generated)
aleloi
Sorry for keeping you busy, but it's a very small change!
4 years, 2 months ago (2016-10-13 13:41:10 UTC) #4
the sun
lgtm https://codereview.webrtc.org/2421483002/diff/1/webrtc/voice_engine/BUILD.gn File webrtc/voice_engine/BUILD.gn (right): https://codereview.webrtc.org/2421483002/diff/1/webrtc/voice_engine/BUILD.gn#newcode96 webrtc/voice_engine/BUILD.gn:96: "../modules/audio_coding:builtin_audio_decoder_factory", I would think this includes the above ...
4 years, 2 months ago (2016-10-13 13:46:57 UTC) #5
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/2421483002/1
4 years, 2 months ago (2016-10-13 13:49:41 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-13 13:57:19 UTC) #9
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 13:57:28 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/9ae585de8db1041cb1903ba317c83f8f4da9d8e0
Cr-Commit-Position: refs/heads/master@{#14633}

Powered by Google App Engine
This is Rietveld 408576698