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

Unified Diff: ui/compositor/BUILD.gn

Issue 2773433003: Fix CompositorResizeLock to do something. (Closed)
Patch Set: resizelock: timeoutparam 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: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index c0d3220e133fc6200ca2b739522b7fadac7fa622..b567d89f2fabc45c6f510ae647f83d77e222e0c8 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -21,6 +21,8 @@ component("compositor") {
"compositor.h",
"compositor_animation_observer.h",
"compositor_export.h",
+ "compositor_lock.cc",
+ "compositor_lock.h",
"compositor_observer.h",
"compositor_switches.cc",
"compositor_switches.h",
@@ -110,6 +112,8 @@ static_library("test_support") {
"test/context_factories_for_test.h",
"test/draw_waiter_for_test.cc",
"test/draw_waiter_for_test.h",
+ "test/fake_compositor_lock.cc",
+ "test/fake_compositor_lock.h",
"test/fake_context_factory.cc",
"test/fake_context_factory.h",
"test/in_process_context_factory.cc",
« no previous file with comments | « content/test/BUILD.gn ('k') | ui/compositor/compositor.h » ('j') | ui/compositor/compositor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698