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

Unified Diff: build/config/features.gni

Issue 419913003: Make content_shell link in the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android spelling Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/secondary/third_party/icu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index a78d30f7648ccb70672990b52baf4066795f5aec..dfa964ce5842f065d281c907b50041fab70e31b8 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -29,6 +29,11 @@ declare_args() {
# resources.pak. It is still possible to load JS files from disk by passing
# --debug-devtools cmdline switch.
debug_devtools = false
+
+ # Enables WebRTC.
+ #enable_webrtc = !is_ios TODO(GYP) use this condition when WebRTC works in
+ # the GN build.
+ enable_webrtc = false
}
# Additional dependent variables -----------------------------------------------
@@ -68,8 +73,6 @@ if (is_android) {
use_seccomp_bpf = (is_linux || is_android) &&
(cpu_arch == "x86" || cpu_arch == "x64" || cpu_arch == "arm")
-enable_webrtc = !is_ios
-
# Enable notifications everywhere except Android/iOS.
# Android is http://crbug.com/115320
enable_notifications = !is_android && !is_ios
« no previous file with comments | « no previous file | build/secondary/third_party/icu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698