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

Unified Diff: content/renderer/BUILD.gn

Issue 2702103002: [ScreenOrientation] De-associate device.mojom.ScreenOrientation from legacy IPC channel.
Patch Set: Synchronize response of lock success with legacy IPC ViewMsg_Resize. 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 7f381fe18f3bad8fda0b530b9fd3bb204925057b..80eeb14964e9f4c30cea1dd9ba31508cd843156c 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -333,8 +333,6 @@ target(link_target_type, "renderer") {
"savable_resources.h",
"scheduler/resource_dispatch_throttler.cc",
"scheduler/resource_dispatch_throttler.h",
- "screen_orientation/screen_orientation_dispatcher.cc",
- "screen_orientation/screen_orientation_dispatcher.h",
"service_worker/embedded_worker_devtools_agent.cc",
"service_worker/embedded_worker_devtools_agent.h",
"service_worker/embedded_worker_dispatcher.cc",
@@ -432,7 +430,6 @@ target(link_target_type, "renderer") {
"//device/base/synchronization",
"//device/battery:mojo_bindings",
"//device/gamepad/public/interfaces",
- "//device/screen_orientation/public/interfaces",
"//device/sensors/public/cpp",
"//device/sensors/public/interfaces",
"//device/usb/public/interfaces",
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698