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

Side by Side Diff: ui/gfx/compositor/compositor.gyp

Issue 8402002: Reenable triggering of screen rotations by sensors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gardening Created 9 years, 1 month 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 | « ui/aura/screen_rotation.cc ('k') | ui/gfx/compositor/layer_animator.cc » ('j') | 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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'layer.cc', 50 'layer.cc',
51 'layer.h', 51 'layer.h',
52 'layer_animation_delegate.h', 52 'layer_animation_delegate.h',
53 'layer_animation_element.cc', 53 'layer_animation_element.cc',
54 'layer_animation_element.h', 54 'layer_animation_element.h',
55 'layer_animation_observer.h', 55 'layer_animation_observer.h',
56 'layer_animation_sequence.cc', 56 'layer_animation_sequence.cc',
57 'layer_animation_sequence.h', 57 'layer_animation_sequence.h',
58 'layer_animator.cc', 58 'layer_animator.cc',
59 'layer_animator.h', 59 'layer_animator.h',
60 'screen_rotation.cc',
61 'screen_rotation.h',
60 ], 62 ],
61 'conditions': [ 63 'conditions': [
62 ['os_posix == 1 and OS != "mac"', { 64 ['os_posix == 1 and OS != "mac"', {
63 'sources!': [ 65 'sources!': [
64 'compositor_stub.cc', 66 'compositor_stub.cc',
65 ], 67 ],
66 }], 68 }],
67 ['OS == "win" and views_compositor == 1', { 69 ['OS == "win" and views_compositor == 1', {
68 'sources!': [ 70 'sources!': [
69 'compositor_stub.cc', 71 'compositor_stub.cc',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'test_compositor.cc', 193 'test_compositor.cc',
192 'test_compositor.h', 194 'test_compositor.h',
193 'test_texture.cc', 195 'test_texture.cc',
194 'test_texture.h', 196 'test_texture.h',
195 ], 197 ],
196 }], 198 }],
197 ], 199 ],
198 }, 200 },
199 ], 201 ],
200 } 202 }
OLDNEW
« no previous file with comments | « ui/aura/screen_rotation.cc ('k') | ui/gfx/compositor/layer_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698