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

Unified Diff: build/config/BUILD.gn

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 09d01d3252c98e180eccc1efb145dc42c3644d16..f0dedcfb1dda30a44ddd146cc76c00b569d06ef9 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -140,9 +140,6 @@ config("feature_flags") {
if (use_external_popup_menu) {
defines += [ "USE_EXTERNAL_POPUP_MENU=1" ]
}
- if (enable_webrtc) {
- defines += [ "ENABLE_WEBRTC=1" ]
- }
if (!enable_nacl) {
defines += [ "DISABLE_NACL" ]
}
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698