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

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

Issue 2832283002: Remove the expat and jsoncpp to reduce the binary size. (Closed)
Patch Set: Remove the expat and jsoncpp. 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
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/p2p/BUILD.gn » ('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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 deps += [ "//build/config/linux/gtk" ] 520 deps += [ "//build/config/linux/gtk" ]
521 } 521 }
522 configs += [ ":peerconnection_client_warnings_config" ] 522 configs += [ ":peerconnection_client_warnings_config" ]
523 523
524 deps += [ 524 deps += [
525 "//third_party/libyuv", 525 "//third_party/libyuv",
526 "//webrtc/api:libjingle_peerconnection_test_api", 526 "//webrtc/api:libjingle_peerconnection_test_api",
527 "//webrtc/api:video_frame_api", 527 "//webrtc/api:video_frame_api",
528 "//webrtc/base:rtc_base", 528 "//webrtc/base:rtc_base",
529 "//webrtc/base:rtc_base_approved", 529 "//webrtc/base:rtc_base_approved",
530 "//webrtc/base:rtc_json",
530 "//webrtc/media:rtc_media", 531 "//webrtc/media:rtc_media",
531 "//webrtc/modules/video_capture:video_capture_module", 532 "//webrtc/modules/video_capture:video_capture_module",
532 "//webrtc/pc:libjingle_peerconnection", 533 "//webrtc/pc:libjingle_peerconnection",
533 "//webrtc/system_wrappers:field_trial_default", 534 "//webrtc/system_wrappers:field_trial_default",
534 "//webrtc/system_wrappers:metrics_default", 535 "//webrtc/system_wrappers:metrics_default",
535 ] 536 ]
536 if (rtc_build_json) {
537 deps += [ "//third_party/jsoncpp" ]
538 }
539 } 537 }
540 538
541 rtc_executable("peerconnection_server") { 539 rtc_executable("peerconnection_server") {
542 testonly = true 540 testonly = true
543 sources = [ 541 sources = [
544 "peerconnection/server/data_socket.cc", 542 "peerconnection/server/data_socket.cc",
545 "peerconnection/server/data_socket.h", 543 "peerconnection/server/data_socket.h",
546 "peerconnection/server/main.cc", 544 "peerconnection/server/main.cc",
547 "peerconnection/server/peer_channel.cc", 545 "peerconnection/server/peer_channel.cc",
548 "peerconnection/server/peer_channel.h", 546 "peerconnection/server/peer_channel.h",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 629
632 deps = [ 630 deps = [
633 "../base:rtc_base", 631 "../base:rtc_base",
634 "../base:rtc_base_approved", 632 "../base:rtc_base_approved",
635 "../p2p:libstunprober", 633 "../p2p:libstunprober",
636 "../p2p:rtc_p2p", 634 "../p2p:rtc_p2p",
637 "../system_wrappers:field_trial_default", 635 "../system_wrappers:field_trial_default",
638 ] 636 ]
639 } 637 }
640 } 638 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/p2p/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698