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

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

Issue 2780943003: Move video_encoder.h and video_decoder.h to /api and create GN targets for them (Closed)
Patch Set: Add missing TODO 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 136
137 if (!build_with_chromium && is_clang) { 137 if (!build_with_chromium && is_clang) {
138 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 138 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
139 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 139 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
140 } 140 }
141 141
142 deps = [ 142 deps = [
143 ":rtc_pc", 143 ":rtc_pc",
144 "../api:call_api", 144 "../api:call_api",
145 "../api:rtc_stats_api", 145 "../api:rtc_stats_api",
146 "../api/video_codecs:video_codecs_api",
146 "../call", 147 "../call",
147 "../media", 148 "../media",
148 "../stats", 149 "../stats",
149 ] 150 ]
150 151
151 public_deps = [ 152 public_deps = [
152 "../api:libjingle_peerconnection_api", 153 "../api:libjingle_peerconnection_api",
153 ] 154 ]
154 155
155 if (rtc_use_quic) { 156 if (rtc_use_quic) {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "//testing/gmock", 358 "//testing/gmock",
358 ] 359 ]
359 360
360 if (is_android) { 361 if (is_android) {
361 deps += [ "//testing/android/native_test:native_test_support" ] 362 deps += [ "//testing/android/native_test:native_test_support" ]
362 363
363 shard_timeout = 900 364 shard_timeout = 900
364 } 365 }
365 } 366 }
366 } 367 }
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