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

Side by Side Diff: webrtc/webrtc.gni

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/p2p/BUILD.gn ('k') | no next file » | 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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("//build/config/arm.gni") 9 import("//build/config/arm.gni")
10 import("//build/config/features.gni") 10 import("//build/config/features.gni")
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 # should be generated. 71 # should be generated.
72 apm_debug_dump = false 72 apm_debug_dump = false
73 73
74 # Set this to true to enable BWE test logging. 74 # Set this to true to enable BWE test logging.
75 rtc_enable_bwe_test_logging = false 75 rtc_enable_bwe_test_logging = false
76 76
77 # Set this to disable building with support for SCTP data channels. 77 # Set this to disable building with support for SCTP data channels.
78 rtc_enable_sctp = true 78 rtc_enable_sctp = true
79 79
80 # Disable these to not build components which can be externally provided. 80 # Disable these to not build components which can be externally provided.
81 rtc_build_expat = true
82 rtc_build_json = true 81 rtc_build_json = true
83 rtc_build_libjpeg = true 82 rtc_build_libjpeg = true
84 rtc_build_libsrtp = true 83 rtc_build_libsrtp = true
85 rtc_build_libvpx = true 84 rtc_build_libvpx = true
86 rtc_libvpx_build_vp9 = true 85 rtc_libvpx_build_vp9 = true
87 rtc_build_libyuv = true 86 rtc_build_libyuv = true
88 rtc_build_openmax_dl = true 87 rtc_build_openmax_dl = true
89 rtc_build_opus = true 88 rtc_build_opus = true
90 rtc_build_ssl = true 89 rtc_build_ssl = true
91 rtc_build_usrsctp = true 90 rtc_build_usrsctp = true
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 configs += invoker.configs 364 configs += invoker.configs
366 configs -= rtc_remove_configs 365 configs -= rtc_remove_configs
367 configs -= invoker.suppressed_configs 366 configs -= invoker.suppressed_configs
368 public_configs = [ rtc_common_inherited_config ] 367 public_configs = [ rtc_common_inherited_config ]
369 if (defined(invoker.public_configs)) { 368 if (defined(invoker.public_configs)) {
370 public_configs += invoker.public_configs 369 public_configs += invoker.public_configs
371 } 370 }
372 } 371 }
373 } 372 }
374 } 373 }
OLDNEW
« no previous file with comments | « webrtc/p2p/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698