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

Unified Diff: components/nacl/common/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 | « chrome/tools/service_discovery_sniffer/BUILD.gn ('k') | components/nacl/loader/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « chrome/tools/service_discovery_sniffer/BUILD.gn ('k') | components/nacl/loader/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698