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

Unified Diff: content/BUILD.gn

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: 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
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 6b348634d83d1159a3ea856e81acd901b08b2586..e0124daba07affa423505745a8b1faa4c0e34082 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -98,6 +98,7 @@ if (is_component_build) {
deps = [
"//base",
+ "//media:media_features",
"//sandbox/linux:sandbox",
]
}

Powered by Google App Engine
This is Rietveld 408576698