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

Unified Diff: webrtc/BUILD.gn

Issue 2877703002: Move webrtc/video_frame to common_video/include. (Closed)
Patch Set: New top-level gn target video_frame_deprecated. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index db0c067209f355a453e37d2484f410f83d82afea..6f89f80f18e2342427625e5c9638ee64f1c40e60 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -231,6 +231,17 @@ rtc_source_set("video_stream_api") {
]
}
+# Contents of video_frame.h is moved from top-level down to common_video/.
+# Nothing in webrtc includes the backwards-compatibility header, so this target
+# is only for completeness.
+# TODO(nisse): Delete together with the header file once downstream applications
+# no longer use it.
+rtc_source_set("video_frame_deprecated") {
+ sources = [
+ "video_frame.h",
+ ]
+}
kwiberg-webrtc 2017/05/15 07:27:04 Hmm. This source_set should have a dep on the targ
mbonadei 2017/05/15 07:31:56 Yes, you are right. Gn is not catching this becau
nisse-webrtc 2017/05/15 08:32:55 Added dependency.
+
if (!build_with_chromium) {
# Target to build all the WebRTC production code.
rtc_static_library("webrtc") {
« no previous file with comments | « no previous file | webrtc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698