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

Unified Diff: content/browser/BUILD.gn

Issue 2773433003: Fix CompositorResizeLock to do something. (Closed)
Patch Set: resizelock: observer-rebase Created 3 years, 9 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 | « no previous file | content/browser/renderer_host/browser_compositor_view_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7a5462440802404f927057b5d2925376124779a9..05d0fc816bf209c73ec420453f59e8a0bdd735f2 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1039,8 +1039,6 @@ source_set("browser") {
"renderer_host/clipboard_message_filter.cc",
"renderer_host/clipboard_message_filter.h",
"renderer_host/clipboard_message_filter_mac.mm",
- "renderer_host/compositor_resize_lock_aura.cc",
- "renderer_host/compositor_resize_lock_aura.h",
"renderer_host/database_message_filter.cc",
"renderer_host/database_message_filter.h",
"renderer_host/delegated_frame_evictor.cc",
@@ -1927,8 +1925,6 @@ source_set("browser") {
]
} else { # Not aura.
sources -= [
- "renderer_host/compositor_resize_lock_aura.cc",
- "renderer_host/compositor_resize_lock_aura.h",
"renderer_host/input/synthetic_gesture_target_aura.cc",
"renderer_host/input/synthetic_gesture_target_aura.h",
"renderer_host/input/touch_selection_controller_client_aura.cc",
@@ -1990,10 +1986,10 @@ source_set("browser") {
"context_factory.cc",
"renderer_host/browser_compositor_view_mac.h",
"renderer_host/browser_compositor_view_mac.mm",
+ "renderer_host/compositor_resize_lock.cc",
+ "renderer_host/compositor_resize_lock.h",
"renderer_host/delegated_frame_host.cc",
"renderer_host/delegated_frame_host.h",
- "renderer_host/resize_lock.cc",
- "renderer_host/resize_lock.h",
]
if (enable_vulkan) {
sources += [
« no previous file with comments | « no previous file | content/browser/renderer_host/browser_compositor_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698