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

Unified Diff: cc/cc_tests.gyp

Issue 947033002: CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix code review issues. Rebase. Created 5 years, 6 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: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 169de6bbf0fd7f7e95c26c49f4520be8f07777b1..7592bb3971fa0fcf49ab9a3ed5704d97767c99fd 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -6,6 +6,9 @@
'variables': {
'chromium_code': 1,
'cc_unit_tests_source_files': [
+ 'animation/animation_host_unittest.cc',
+ 'animation/animation_player_unittest.cc',
+ 'animation/animation_timeline_unittest.cc',
'animation/animation_unittest.cc',
'animation/keyframed_animation_curve_unittest.cc',
'animation/layer_animation_controller_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698