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

Unified Diff: components/nacl/common/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: components/nacl/common/BUILD.gn
diff --git a/components/nacl/common/BUILD.gn b/components/nacl/common/BUILD.gn
index 2114eafcecf47b01ccadb3c2e18c637dbba8a3ab..5440c723a484dfc4ed4c2c8a8cc68814691d6e19 100644
--- a/components/nacl/common/BUILD.gn
+++ b/components/nacl/common/BUILD.gn
@@ -47,6 +47,11 @@ if (enable_nacl) {
"//content/public/common/process_type.h",
"//content/public/common/sandbox_type.h",
]
+
+ # Deps required by the above headers.
+ deps = [
+ "//media:media_features",
+ ]
}
static_library("common") {

Powered by Google App Engine
This is Rietveld 408576698