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

Side by Side Diff: ui/aura/aura.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 | « chrome/chrome_browser.gypi ('k') | ui/aura/desktop.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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 27 matching lines...) Expand all
38 'event.cc', 38 'event.cc',
39 'event.h', 39 'event.h',
40 'event_filter.cc', 40 'event_filter.cc',
41 'event_filter.h', 41 'event_filter.h',
42 'focus_manager.h', 42 'focus_manager.h',
43 'hit_test.h', 43 'hit_test.h',
44 'layout_manager.cc', 44 'layout_manager.cc',
45 'layout_manager.h', 45 'layout_manager.h',
46 'screen_aura.cc', 46 'screen_aura.cc',
47 'screen_aura.h', 47 'screen_aura.h',
48 'screen_rotation.cc',
49 'screen_rotation.h',
50 'toplevel_window_container.cc', 48 'toplevel_window_container.cc',
51 'toplevel_window_container.h', 49 'toplevel_window_container.h',
52 'toplevel_window_event_filter.cc', 50 'toplevel_window_event_filter.cc',
53 'toplevel_window_event_filter.h', 51 'toplevel_window_event_filter.h',
54 'window.cc', 52 'window.cc',
55 'window.h', 53 'window.h',
56 'window_delegate.h', 54 'window_delegate.h',
57 'window_observer.h', 55 'window_observer.h',
58 'window_types.h', 56 'window_types.h',
59 ], 57 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'conditions': [ 139 'conditions': [
142 ['OS=="linux"', { 140 ['OS=="linux"', {
143 'dependencies': [ 141 'dependencies': [
144 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 142 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
145 ], 143 ],
146 }], 144 }],
147 ], 145 ],
148 }, 146 },
149 ], 147 ],
150 } 148 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698