| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index e5bb50d1a89311a615415f5855853d0f3d2d824c..4eb12814c823923bbe8f2d6744725fba3010d909 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -92,6 +92,7 @@
|
| "devtools_agent_host_observer.h",
|
| "devtools_external_agent_proxy.h",
|
| "devtools_external_agent_proxy_delegate.h",
|
| + "devtools_frontend_host.h",
|
| "devtools_manager_delegate.cc",
|
| "devtools_manager_delegate.h",
|
| "devtools_socket_factory.h",
|
| @@ -328,8 +329,4 @@
|
| sources -= [ "context_factory.h" ]
|
| deps += [ "//ui/aura" ]
|
| }
|
| -
|
| - if (!is_android) {
|
| - sources += [ "devtools_frontend_host.h" ]
|
| - }
|
| }
|
|
|