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

Unified Diff: webrtc/supplement.gypi

Issue 1468313006: Roll chromium_revision 68cf0b8..aa8e58a (361406:361601) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Set use_sysroot=0 until crbug.com/561584 is fixed Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/supplement.gypi
diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi
index 7634a4150f4bde0b9e1eeb65e899f11b5bbcd558..edccd4d81dbcc7aac9c19a87b94e03a0755fd1e6 100644
--- a/webrtc/supplement.gypi
+++ b/webrtc/supplement.gypi
@@ -5,9 +5,14 @@
# Override the default (10.6) in Chromium's build/common.gypi.
# Needed for ARC and libc++.
'mac_deployment_target%': '10.7',
+ # Disable use of sysroot for Linux. It's enabled by default in Chromium,
+ # but it currently lacks the libudev-dev package.
+ # TODO(kjellander): Remove when crbug.com/561584 is fixed.
+ 'use_sysroot': 0,
},
'webrtc_root%': '<(webrtc_root)',
'mac_deployment_target%': '<(mac_deployment_target)',
+ 'use_sysroot%': '<(use_sysroot)',
'build_with_chromium': 0,
'conditions': [
['OS=="ios"', {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698