| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index 1cdf6204f0ce54629c789ec4e39b6e07dcbd8753..030cac9f356dad9b3d3466d0ac29dee073cb2cff 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -170,3 +170,11 @@ source_set("feature_h264_with_openh264_ffmpeg") {
|
| "feature_h264_with_openh264_ffmpeg.h",
|
| ]
|
| }
|
| +
|
| +mojom("mojo_bindings") {
|
| + sources = [
|
| + "web_preferences.mojom",
|
| + ]
|
| +
|
| + import_dirs = [ "//mojo/services" ]
|
| +}
|
|
|