| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index dfaa1bb2485c77852adfb1fa6258acf1d4f8e57a..973f2056605594ccd062da41eb6dda2eb521108f 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -217,8 +217,6 @@ source_set("browser_sources") {
|
| "resource_throttle.h",
|
| "save_page_type.h",
|
| "screen_orientation_delegate.h",
|
| - "screen_orientation_provider.cc",
|
| - "screen_orientation_provider.h",
|
| "security_style_explanation.h",
|
| "security_style_explanations.cc",
|
| "security_style_explanations.h",
|
| @@ -290,7 +288,6 @@ source_set("browser_sources") {
|
| ]
|
|
|
| public_deps = [
|
| - "//device/screen_orientation/public/interfaces",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| "//services/service_manager/public/cpp",
|
|
|