aboutsummaryrefslogtreecommitdiff
path: root/modules/BUILD.gn
diff options
context:
space:
mode:
authorGustaf Ullberg <gustaf@webrtc.org>2018-02-16 13:43:49 +0100
committerCommit Bot <commit-bot@chromium.org>2018-02-19 10:38:29 +0000
commit2ae140ae7e34bd1e102ca832a14b7b0adbb72d15 (patch)
treeb9114eba53bdbcb232c8c4968fe0529cc9170e3a /modules/BUILD.gn
parent707ca31ea4b5548db5d33da935352aa06b788184 (diff)
downloadwebrtc-2ae140ae7e34bd1e102ca832a14b7b0adbb72d15.tar.gz
BUILD.gn file for api/audio.
Targets containing files in api/audio are moved from api/BUILD.gn to api/audio/BUILD.gn. Bug: webrtc:8844 Change-Id: Ib7ea4b7eb3c2ea38ef8261a1fc5c2b4674985981 Reviewed-on: https://webrtc-review.googlesource.com/54360 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22074}
Diffstat (limited to 'modules/BUILD.gn')
-rw-r--r--modules/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/BUILD.gn b/modules/BUILD.gn
index a45fd3487f..d912366183 100644
--- a/modules/BUILD.gn
+++ b/modules/BUILD.gn
@@ -51,11 +51,11 @@ rtc_source_set("module_api") {
":module_api_public",
"..:webrtc_common",
"../:typedefs",
- "../api:audio_frame_api",
"../api:libjingle_peerconnection_api",
"../api:optional",
"../api:video_frame_api",
"../api:video_frame_api_i420",
+ "../api/audio:audio_frame_api",
"../rtc_base:deprecation",
"../rtc_base:rtc_base_approved",
"video_coding:codec_globals_headers",