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

Side by Side Diff: webrtc/webrtc.gni

Issue 2979013002: Removing unused declared arg (Closed)
Patch Set: Created 3 years, 5 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 | 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_json = true 81 rtc_build_json = true
82 rtc_build_libjpeg = true
83 rtc_build_libsrtp = true 82 rtc_build_libsrtp = true
84 rtc_build_libvpx = true 83 rtc_build_libvpx = true
85 rtc_libvpx_build_vp9 = true 84 rtc_libvpx_build_vp9 = true
86 rtc_build_libyuv = true 85 rtc_build_libyuv = true
87 rtc_build_openmax_dl = true 86 rtc_build_openmax_dl = true
88 rtc_build_opus = true 87 rtc_build_opus = true
89 rtc_build_ssl = true 88 rtc_build_ssl = true
90 rtc_build_usrsctp = true 89 rtc_build_usrsctp = true
91 90
92 # Enable to use the Mozilla internal settings. 91 # Enable to use the Mozilla internal settings.
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 configs += invoker.configs 377 configs += invoker.configs
379 configs -= rtc_remove_configs 378 configs -= rtc_remove_configs
380 configs -= invoker.suppressed_configs 379 configs -= invoker.suppressed_configs
381 public_configs = [ rtc_common_inherited_config ] 380 public_configs = [ rtc_common_inherited_config ]
382 if (defined(invoker.public_configs)) { 381 if (defined(invoker.public_configs)) {
383 public_configs += invoker.public_configs 382 public_configs += invoker.public_configs
384 } 383 }
385 } 384 }
386 } 385 }
387 } 386 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698