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

Side by Side Diff: webrtc/build/webrtc.gni

Issue 2520533002: Remove unused dbus.cc/.h and related things. (Closed)
Patch Set: Created 4 years, 1 month 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/libdbusglibsymboltable.cc ('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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 rtc_build_libjpeg = true 50 rtc_build_libjpeg = true
51 rtc_build_libsrtp = true 51 rtc_build_libsrtp = true
52 rtc_build_libvpx = true 52 rtc_build_libvpx = true
53 rtc_libvpx_build_vp9 = true 53 rtc_libvpx_build_vp9 = true
54 rtc_build_libyuv = true 54 rtc_build_libyuv = true
55 rtc_build_openmax_dl = true 55 rtc_build_openmax_dl = true
56 rtc_build_opus = true 56 rtc_build_opus = true
57 rtc_build_ssl = true 57 rtc_build_ssl = true
58 rtc_build_usrsctp = true 58 rtc_build_usrsctp = true
59 59
60 # Disable by default.
61 rtc_have_dbus_glib = false
62
63 # Enable to use the Mozilla internal settings. 60 # Enable to use the Mozilla internal settings.
64 build_with_mozilla = false 61 build_with_mozilla = false
65 62
66 rtc_enable_android_opensl = false 63 rtc_enable_android_opensl = false
67 64
68 # Link-Time Optimizations. 65 # Link-Time Optimizations.
69 # Executes code generation at link-time instead of compile-time. 66 # Executes code generation at link-time instead of compile-time.
70 # https://gcc.gnu.org/wiki/LinkTimeOptimization 67 # https://gcc.gnu.org/wiki/LinkTimeOptimization
71 rtc_use_lto = false 68 rtc_use_lto = false
72 69
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 ]) 303 ])
307 configs += invoker.configs 304 configs += invoker.configs
308 configs -= rtc_remove_configs 305 configs -= rtc_remove_configs
309 configs -= invoker.suppressed_configs 306 configs -= invoker.suppressed_configs
310 public_configs = [ rtc_common_inherited_config ] 307 public_configs = [ rtc_common_inherited_config ]
311 if (defined(invoker.public_configs)) { 308 if (defined(invoker.public_configs)) {
312 public_configs += invoker.public_configs 309 public_configs += invoker.public_configs
313 } 310 }
314 } 311 }
315 } 312 }
OLDNEW
« no previous file with comments | « webrtc/base/libdbusglibsymboltable.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698