| 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") {
|
|
|