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

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

Issue 2795163002: Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (Closed)
Patch Set: Fix typo Created 3 years, 8 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
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 140
141 if (!build_with_chromium && is_clang) { 141 if (!build_with_chromium && is_clang) {
142 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 142 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
143 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 143 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
144 } 144 }
145 145
146 deps = [ 146 deps = [
147 ":rtc_pc", 147 ":rtc_pc",
148 "../api:call_api", 148 "../api:call_api",
149 "../api:rtc_stats_api", 149 "../api:rtc_stats_api",
150 "../api/video_codecs:video_codecs_api",
150 "../call", 151 "../call",
151 "../media", 152 "../media",
152 "../stats", 153 "../stats",
153 ] 154 ]
154 155
155 public_deps = [ 156 public_deps = [
156 "../api:libjingle_peerconnection_api", 157 "../api:libjingle_peerconnection_api",
157 ] 158 ]
158 159
159 if (rtc_use_quic) { 160 if (rtc_use_quic) {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "//testing/gmock", 363 "//testing/gmock",
363 ] 364 ]
364 365
365 if (is_android) { 366 if (is_android) {
366 deps += [ "//testing/android/native_test:native_test_support" ] 367 deps += [ "//testing/android/native_test:native_test_support" ]
367 368
368 shard_timeout = 900 369 shard_timeout = 900
369 } 370 }
370 } 371 }
371 } 372 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/video_codec_initializer_unittest.cc ('k') | webrtc/sdk/android/src/jni/androidmediaencoder_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698