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

Side by Side Diff: webrtc/modules/video_coding/BUILD.gn

Issue 1681493002: Fix GYP and GN references that are invalid in Chromium builds. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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 | « webrtc/api/BUILD.gn ('k') | webrtc/modules/video_coding/codecs/h264/h264.gypi » ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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("../../build/webrtc.gni") 9 import("../../build/webrtc.gni")
10 10
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 if (rtc_initialize_ffmpeg) { 143 if (rtc_initialize_ffmpeg) {
144 defines += [ "WEBRTC_INITIALIZE_FFMPEG" ] 144 defines += [ "WEBRTC_INITIALIZE_FFMPEG" ]
145 } 145 }
146 sources += [ 146 sources += [
147 "codecs/h264/h264_decoder_impl.cc", 147 "codecs/h264/h264_decoder_impl.cc",
148 "codecs/h264/h264_decoder_impl.h", 148 "codecs/h264/h264_decoder_impl.h",
149 "codecs/h264/h264_encoder_impl.cc", 149 "codecs/h264/h264_encoder_impl.cc",
150 "codecs/h264/h264_encoder_impl.h", 150 "codecs/h264/h264_encoder_impl.h",
151 ] 151 ]
152 deps += [ 152 deps += [
153 "../../common_video",
153 "//third_party/ffmpeg:ffmpeg", 154 "//third_party/ffmpeg:ffmpeg",
154 "//third_party/openh264:encoder", 155 "//third_party/openh264:encoder",
155 "//webrtc/common_video",
156 ] 156 ]
157 } 157 }
158 } 158 }
159 159
160 # TODO(tkchin): Source set for webrtc_h264_video_toolbox. Currently not 160 # TODO(tkchin): Source set for webrtc_h264_video_toolbox. Currently not
161 # possible to add, see https://crbug.com/297668. 161 # possible to add, see https://crbug.com/297668.
162 162
163 source_set("webrtc_i420") { 163 source_set("webrtc_i420") {
164 sources = [ 164 sources = [
165 "codecs/i420/i420.cc", 165 "codecs/i420/i420.cc",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 247
248 deps = [ 248 deps = [
249 ":video_coding_utility", 249 ":video_coding_utility",
250 "../../common_video", 250 "../../common_video",
251 "../../system_wrappers", 251 "../../system_wrappers",
252 ] 252 ]
253 if (rtc_build_libvpx) { 253 if (rtc_build_libvpx) {
254 deps += [ rtc_libvpx_dir ] 254 deps += [ rtc_libvpx_dir ]
255 } 255 }
256 } 256 }
OLDNEW
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/modules/video_coding/codecs/h264/h264.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698