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

Unified Diff: content/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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 73d331660f83dd7c59e2c45c9591394140fc1a5b..0a0561cbb9179f1c9fdfd2d486c5513256388b91 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -76,6 +76,7 @@ source_set("browser") {
"//device/geolocation/public/interfaces",
"//device/nfc:mojo_bindings",
"//device/power_save_blocker",
+ "//device/screen_orientation/public/interfaces",
"//device/sensors",
"//device/vibration",
"//device/vr",
@@ -1209,6 +1210,8 @@ source_set("browser") {
"resource_context_impl.h",
"screen_orientation/screen_orientation_delegate_win.cc",
"screen_orientation/screen_orientation_delegate_win.h",
+ "screen_orientation/screen_orientation_provider.cc",
+ "screen_orientation/screen_orientation_provider.h",
"service_manager/merge_dictionary.cc",
"service_manager/merge_dictionary.h",
"service_manager/service_manager_context.cc",
@@ -1798,7 +1801,6 @@ source_set("browser") {
deps -= [ "//device/battery" ]
deps += [
"//content/public/android:jni",
- "//device/screen_orientation/public/interfaces",
"//media",
"//media/capture/content/android",
"//media/capture/video/android",
« no previous file with comments | « ash/content/screen_orientation_delegate_chromeos.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698