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

Side by Side Diff: views/views.gyp

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Do nothing for unexpected screen orientations. Created 9 years, 5 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 'conditions': [ 10 'conditions': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '../ui/ui.gyp:ui_resources', 57 '../ui/ui.gyp:ui_resources',
58 ], 58 ],
59 'sources': [ 59 'sources': [
60 # All .cc, .h under views, except unittests 60 # All .cc, .h under views, except unittests
61 'accelerator.cc', 61 'accelerator.cc',
62 'accelerator.h', 62 'accelerator.h',
63 'accessibility/native_view_accessibility_win.cc', 63 'accessibility/native_view_accessibility_win.cc',
64 'accessibility/native_view_accessibility_win.h', 64 'accessibility/native_view_accessibility_win.h',
65 'animation/bounds_animator.cc', 65 'animation/bounds_animator.cc',
66 'animation/bounds_animator.h', 66 'animation/bounds_animator.h',
67 'animation/screen_rotation.cc',
68 'animation/screen_rotation.h',
67 'background.cc', 69 'background.cc',
68 'background.h', 70 'background.h',
69 'border.cc', 71 'border.cc',
70 'border.h', 72 'border.h',
71 'context_menu_controller.h', 73 'context_menu_controller.h',
72 'controls/button/button.cc', 74 'controls/button/button.cc',
73 'controls/button/button.h', 75 'controls/button/button.h',
74 'controls/button/button_dropdown.cc', 76 'controls/button/button_dropdown.cc',
75 'controls/button/button_dropdown.h', 77 'controls/button/button_dropdown.h',
76 'controls/button/checkbox.cc', 78 'controls/button/checkbox.cc',
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'include_dirs': [ 735 'include_dirs': [
734 '<(DEPTH)/third_party/wtl/include', 736 '<(DEPTH)/third_party/wtl/include',
735 ], 737 ],
736 }], 738 }],
737 ], 739 ],
738 }, 740 },
739 741
740 742
741 ], 743 ],
742 } 744 }
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