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

Unified Diff: ui/compositor/BUILD.gn

Issue 1000503002: Add BeginFrameObserverProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 dcc4782bec95615832760593d9f28297026031aa..5b97c6f3e41d54efa7b81d13929df82c40550382 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -144,6 +144,7 @@ source_set("test_support") {
if (!is_android) {
test("compositor_unittests") {
sources = [
+ "compositor_unittest.cc",
"layer_animation_element_unittest.cc",
"layer_animation_sequence_unittest.cc",
"layer_animator_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698