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

Unified Diff: content/browser/BUILD.gn

Issue 2773433003: Fix CompositorResizeLock to do something. (Closed)
Patch Set: resizelock: . 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a41124a63730924a120d4b95e382a5c4af1ce18a..44ebaf725ecc8955a54799505967683285da75ae 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1034,8 +1034,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",
@@ -1924,8 +1922,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",
@@ -1987,10 +1983,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') | ui/compositor/compositor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698