| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index fd030c93c78e3b9054ed2e048de4c0c52ead9428..48dce1d9ba4cf914ac79e502c3a91f71b865dcd9 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -247,6 +247,8 @@ source_set("browser_sources") {
|
| "web_contents.h",
|
| "web_contents_delegate.cc",
|
| "web_contents_delegate.h",
|
| + "web_contents_frame_interface_binding.h",
|
| + "web_contents_interface_registry.h",
|
| "web_contents_media_capture_id.cc",
|
| "web_contents_media_capture_id.h",
|
| "web_contents_observer.cc",
|
| @@ -274,6 +276,7 @@ source_set("browser_sources") {
|
| ]
|
|
|
| public_deps = [
|
| + "//content/public/common:interfaces",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| "//services/shell/public/cpp",
|
|
|