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

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

Issue 3007763002: Move array_view.h to webrtc/api/ (Closed)
Patch Set: rebase 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 | « webrtc/modules/rtp_rtcp/source/rtp_sender.h ('k') | webrtc/pc/channel_unittest.cc » ('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) 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 277 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
278 } 278 }
279 279
280 if (is_win) { 280 if (is_win) {
281 libs = [ "strmiids.lib" ] 281 libs = [ "strmiids.lib" ]
282 } 282 }
283 283
284 deps = [ 284 deps = [
285 ":libjingle_peerconnection", 285 ":libjingle_peerconnection",
286 ":rtc_pc", 286 ":rtc_pc",
287 "../api:array_view",
287 "../logging:rtc_event_log_api", 288 "../logging:rtc_event_log_api",
288 "../media:rtc_media_base", 289 "../media:rtc_media_base",
289 "../media:rtc_media_tests_utils", 290 "../media:rtc_media_tests_utils",
290 "../p2p:p2p_test_utils", 291 "../p2p:p2p_test_utils",
291 "../p2p:rtc_p2p", 292 "../p2p:rtc_p2p",
292 "../rtc_base:rtc_base", 293 "../rtc_base:rtc_base",
293 "../rtc_base:rtc_base_approved", 294 "../rtc_base:rtc_base_approved",
294 "../rtc_base:rtc_base_tests_main", 295 "../rtc_base:rtc_base_tests_main",
295 "../rtc_base:rtc_base_tests_utils", 296 "../rtc_base:rtc_base_tests_utils",
296 "../system_wrappers:metrics_default", 297 "../system_wrappers:metrics_default",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "//testing/gmock", 458 "//testing/gmock",
458 ] 459 ]
459 460
460 if (is_android) { 461 if (is_android) {
461 deps += [ "//testing/android/native_test:native_test_support" ] 462 deps += [ "//testing/android/native_test:native_test_support" ]
462 463
463 shard_timeout = 900 464 shard_timeout = 900
464 } 465 }
465 } 466 }
466 } 467 }
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_sender.h ('k') | webrtc/pc/channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698