Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1344)

Unified Diff: content/public/browser/BUILD.gn

Issue 2682643002: [ScreenOrientation] Hide ScreenOrientationProvider inside WebContentsImpl. (Closed)
Patch Set: Rebase only Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/screen_orientation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698