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

Side by Side Diff: webrtc/api/BUILD.gn

Issue 2986893002: Piggybacking simulcast id and ALR experiment id into video content type extension. (Closed)
Patch Set: use namespace instead of struct Created 3 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/api/video/video_content_type.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 rtc_source_set("transport_api") { 161 rtc_source_set("transport_api") {
162 sources = [ 162 sources = [
163 "call/transport.h", 163 "call/transport.h",
164 ] 164 ]
165 } 165 }
166 166
167 rtc_source_set("video_frame_api") { 167 rtc_source_set("video_frame_api") {
168 sources = [ 168 sources = [
169 "video/i420_buffer.cc", 169 "video/i420_buffer.cc",
170 "video/i420_buffer.h", 170 "video/i420_buffer.h",
171 "video/video_content_type.cc",
172 "video/video_content_type.h",
171 "video/video_frame.cc", 173 "video/video_frame.cc",
172 "video/video_frame.h", 174 "video/video_frame.h",
173 "video/video_frame_buffer.cc", 175 "video/video_frame_buffer.cc",
174 "video/video_frame_buffer.h", 176 "video/video_frame_buffer.h",
175 "video/video_rotation.h", 177 "video/video_rotation.h",
176 "video/video_timing.cc", 178 "video/video_timing.cc",
177 "video/video_timing.h", 179 "video/video_timing.h",
178 ] 180 ]
179 181
180 deps = [ 182 deps = [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 265 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
264 } 266 }
265 267
266 deps = [ 268 deps = [
267 ":libjingle_peerconnection_api", 269 ":libjingle_peerconnection_api",
268 ":ortc_api", 270 ":ortc_api",
269 "../test:test_support", 271 "../test:test_support",
270 ] 272 ]
271 } 273 }
272 } 274 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/video/video_content_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698