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

Unified Diff: chrome/chrome_browser.gypi

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Moved screen rotation code under touch; use lock object to disable painting 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f8d8eeb14da1240f4e23370fa71c37c9478832c6..f99ab442f9349aa8468ce891403ce98dd1fd9549 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3045,6 +3045,10 @@
'browser/ui/toolbar/toolbar_model.h',
'browser/ui/toolbar/wrench_menu_model.cc',
'browser/ui/toolbar/wrench_menu_model.h',
+ 'browser/ui/touch/animation/screen_rotation.cc',
+ 'browser/ui/touch/animation/screen_rotation.h',
+ 'browser/ui/touch/animation/screen_rotation_setter.cc',
+ 'browser/ui/touch/animation/screen_rotation_setter.h',
'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
'browser/ui/touch/frame/keyboard_container_view.cc',
'browser/ui/touch/frame/keyboard_container_view.h',

Powered by Google App Engine
This is Rietveld 408576698