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

Unified Diff: views/views.gyp

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Listen for painting to complete rather than posting tasks. Created 9 years, 4 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
« views/view.h ('K') | « views/view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index e8fe9f9d75c615dd908b650d6a3e71531271a0ff..d98981b291d2a09025ef1949a7d17e4e8bb1ae13 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -284,6 +284,10 @@
'native_theme_delegate.h',
'native_theme_painter.cc',
'native_theme_painter.h',
+ 'paint_lock.cc',
+ 'paint_lock.h',
+ 'paint_listener.cc',
+ 'paint_listener.h',
'painter.cc',
'painter.h',
'repeat_controller.cc',
« views/view.h ('K') | « views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698