| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index d29dd4f6f8c8a7762602244ccc1b288097beb919..df45385c883a59cf9094b8267edb3a68dfe58ba3 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -87,6 +87,8 @@ source_set("browser_sources") {
|
| "content_browser_client.h",
|
| "context_factory.h",
|
| "cookie_store_factory.h",
|
| + "desktop_capture.cc",
|
| + "desktop_capture.h",
|
| "desktop_media_id.cc",
|
| "desktop_media_id.h",
|
| "devtools_agent_host.h",
|
| @@ -326,6 +328,7 @@ source_set("browser_sources") {
|
| "//ui/events",
|
| "//ui/gl",
|
| "//ui/surface",
|
| + "//third_party/webrtc/modules/desktop_capture",
|
| ]
|
|
|
| allow_circular_includes_from = [
|
|
|