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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
« views/view.h ('K') | « views/view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'layout/layout_manager.h', 277 'layout/layout_manager.h',
278 'metrics.cc', 278 'metrics.cc',
279 'metrics.h', 279 'metrics.h',
280 'metrics_gtk.cc', 280 'metrics_gtk.cc',
281 'metrics_win.cc', 281 'metrics_win.cc',
282 'mouse_watcher.cc', 282 'mouse_watcher.cc',
283 'mouse_watcher.h', 283 'mouse_watcher.h',
284 'native_theme_delegate.h', 284 'native_theme_delegate.h',
285 'native_theme_painter.cc', 285 'native_theme_painter.cc',
286 'native_theme_painter.h', 286 'native_theme_painter.h',
287 'paint_lock.cc',
288 'paint_lock.h',
289 'paint_listener.cc',
290 'paint_listener.h',
287 'painter.cc', 291 'painter.cc',
288 'painter.h', 292 'painter.h',
289 'repeat_controller.cc', 293 'repeat_controller.cc',
290 'repeat_controller.h', 294 'repeat_controller.h',
291 'touchui/gesture_manager.cc', 295 'touchui/gesture_manager.cc',
292 'touchui/gesture_manager.h', 296 'touchui/gesture_manager.h',
293 'touchui/touch_factory.cc', 297 'touchui/touch_factory.cc',
294 'touchui/touch_factory.h', 298 'touchui/touch_factory.h',
295 'touchui/touch_selection_controller.cc', 299 'touchui/touch_selection_controller.cc',
296 'touchui/touch_selection_controller.h', 300 'touchui/touch_selection_controller.h',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'include_dirs': [ 732 'include_dirs': [
729 '<(DEPTH)/third_party/wtl/include', 733 '<(DEPTH)/third_party/wtl/include',
730 ], 734 ],
731 }], 735 }],
732 ], 736 ],
733 }, 737 },
734 738
735 739
736 ], 740 ],
737 } 741 }
OLDNEW
« 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