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

Unified Diff: ui/compositor/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 | « content/test/BUILD.gn ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index 229a788ad826fddfdc1ef8697bf71dac98e1a125..c8b233bd6dd497fd2f34620556dea75c453ce34b 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698