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

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

Issue 2287233002: Delete cricket::VideoFrame::ConvertToRgbBuffer. (Closed)
Patch Set: Rebase. Created 4 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/examples/peerconnection/client/linux/main_wnd.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 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 libs = [ 439 libs = [
440 "X11", 440 "X11",
441 "Xcomposite", 441 "Xcomposite",
442 "Xext", 442 "Xext",
443 "Xrender", 443 "Xrender",
444 ] 444 ]
445 public_configs = [ ":gtk2_config" ] 445 public_configs = [ ":gtk2_config" ]
446 } 446 }
447 deps = [ 447 deps = [
448 "//build/config/sanitizers:deps", 448 "//build/config/sanitizers:deps",
449 "//third_party/libyuv",
449 "//webrtc/api:libjingle_peerconnection", 450 "//webrtc/api:libjingle_peerconnection",
450 "//webrtc/system_wrappers:field_trial_default", 451 "//webrtc/system_wrappers:field_trial_default",
451 "//webrtc/system_wrappers:metrics_default", 452 "//webrtc/system_wrappers:metrics_default",
452 ] 453 ]
453 configs += [ ":peerconnection_client_warnings_config" ] 454 configs += [ ":peerconnection_client_warnings_config" ]
454 if (rtc_build_json) { 455 if (rtc_build_json) {
455 deps += [ "//third_party/jsoncpp" ] 456 deps += [ "//third_party/jsoncpp" ]
456 } 457 }
457 } 458 }
458 executable("peerconnection_server") { 459 executable("peerconnection_server") {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "//webrtc/system_wrappers:field_trial_default", 523 "//webrtc/system_wrappers:field_trial_default",
523 "//webrtc/system_wrappers:metrics_default", 524 "//webrtc/system_wrappers:metrics_default",
524 ] 525 ]
525 if (is_clang) { 526 if (is_clang) {
526 # Suppress warnings from the Chromium Clang plugin. 527 # Suppress warnings from the Chromium Clang plugin.
527 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 528 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
528 configs -= [ "//build/config/clang:find_bad_constructs" ] 529 configs -= [ "//build/config/clang:find_bad_constructs" ]
529 } 530 }
530 } 531 }
531 } 532 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/examples/peerconnection/client/linux/main_wnd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698