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

Side by Side Diff: views/views.gyp

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Address reviewer comments 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
« no previous file with comments | « 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'metrics.cc', 297 'metrics.cc',
298 'metrics.h', 298 'metrics.h',
299 'metrics_gtk.cc', 299 'metrics_gtk.cc',
300 'metrics_wayland.cc', 300 'metrics_wayland.cc',
301 'metrics_win.cc', 301 'metrics_win.cc',
302 'mouse_watcher.cc', 302 'mouse_watcher.cc',
303 'mouse_watcher.h', 303 'mouse_watcher.h',
304 'native_theme_delegate.h', 304 'native_theme_delegate.h',
305 'native_theme_painter.cc', 305 'native_theme_painter.cc',
306 'native_theme_painter.h', 306 'native_theme_painter.h',
307 'paint_lock.cc',
308 'paint_lock.h',
307 'painter.cc', 309 'painter.cc',
308 'painter.h', 310 'painter.h',
309 'repeat_controller.cc', 311 'repeat_controller.cc',
310 'repeat_controller.h', 312 'repeat_controller.h',
311 'touchui/gesture_manager.cc', 313 'touchui/gesture_manager.cc',
312 'touchui/gesture_manager.h', 314 'touchui/gesture_manager.h',
313 'touchui/touch_factory.cc', 315 'touchui/touch_factory.cc',
314 'touchui/touch_factory.h', 316 'touchui/touch_factory.h',
315 'touchui/touch_selection_controller.cc', 317 'touchui/touch_selection_controller.cc',
316 'touchui/touch_selection_controller.h', 318 'touchui/touch_selection_controller.h',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'include_dirs': [ 841 'include_dirs': [
840 '<(DEPTH)/third_party/wtl/include', 842 '<(DEPTH)/third_party/wtl/include',
841 ], 843 ],
842 }], 844 }],
843 ], 845 ],
844 }, 846 },
845 ], 847 ],
846 }], 848 }],
847 ], 849 ],
848 } 850 }
OLDNEW
« no previous file with comments | « views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698