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

Unified Diff: webrtc/build/webrtc.gni

Issue 1403453003: Roll chromium_revision c089d37..159828f (353662:353696) + fix GN (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Removed clang_use_chrome_plugins variable Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_overrides/webrtc.gni ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index 261e9d7d37d032d3a19889fc8cf10e7f30965695..1d33e892d7382795f85508fbdcd91ed92cf5b199 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -8,11 +8,9 @@
import("//build/config/arm.gni")
import("//build/config/mips.gni")
+import("//build_overrides/webrtc.gni")
declare_args() {
- # Assume Chromium build for now, since that's the priority case for getting GN
- # up and running with WebRTC.
- build_with_chromium = true
build_with_libjingle = true
# Disable this to avoid building the Opus audio codec.
@@ -61,25 +59,6 @@ declare_args() {
# https://gcc.gnu.org/wiki/LinkTimeOptimization
rtc_use_lto = false
- if (build_with_chromium) {
- # Exclude pulse audio on Chromium since its prerequisites don't require
- # pulse audio.
- rtc_include_pulse_audio = false
-
- # Exclude internal ADM since Chromium uses its own IO handling.
- rtc_include_internal_audio_device = false
- } else {
- # Settings for the standalone (not-in-Chromium) build.
-
- # TODO(andrew): For now, disable the Chrome plugins, which causes a
- # flood of chromium-style warnings. Investigate enabling them:
- # http://code.google.com/p/webrtc/issues/detail?id=163
- clang_use_chrome_plugins = false
-
- rtc_include_pulse_audio = true
- rtc_include_internal_audio_device = true
- }
-
if (build_with_libjingle) {
rtc_include_tests = false
rtc_restrict_logging = true
« no previous file with comments | « build_overrides/webrtc.gni ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698