diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-11-20 15:06:40 +0100 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2017-11-22 11:48:58 +0000 |
commit | daa093eea7c773db06799a13bd7e4e2e2a9f8f14 (patch) | |
tree | 96cc5e7b9194c1b29eab927730bfa419e7111c25 /chromium/build_overrides | |
parent | be59a35641616a4cf23c4a13fa0632624b021c1b (diff) | |
download | qtwebengine-chromium-daa093eea7c773db06799a13bd7e4e2e2a9f8f14.tar.gz |
BASELINE: Update Chromium to 63.0.3239.58
Change-Id: Ia93b322a00ba4dd4004f3bcf1254063ba90e1605
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/build_overrides')
-rw-r--r-- | chromium/build_overrides/webrtc.gni | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chromium/build_overrides/webrtc.gni b/chromium/build_overrides/webrtc.gni deleted file mode 100644 index 6afb04ecd9d..00000000000 --- a/chromium/build_overrides/webrtc.gni +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2015 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# This is needed for backwards-compatibility w/ the WebRTC repo for -# the build_with_chromium flag. -import("//build_overrides/build.gni") - -# 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 - -# Don't include WebRTC tests. -rtc_include_tests = false |