OLD | NEW |
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 Loading... |
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', |
48 'toplevel_window_container.cc', | 50 'toplevel_window_container.cc', |
49 'toplevel_window_container.h', | 51 'toplevel_window_container.h', |
50 'toplevel_window_event_filter.cc', | 52 'toplevel_window_event_filter.cc', |
51 'toplevel_window_event_filter.h', | 53 'toplevel_window_event_filter.h', |
52 'window.cc', | 54 'window.cc', |
53 'window.h', | 55 'window.h', |
54 'window_delegate.h', | 56 'window_delegate.h', |
55 'window_observer.h', | 57 'window_observer.h', |
56 'window_types.h', | 58 'window_types.h', |
57 ], | 59 ], |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 }], | 145 }], |
144 ['OS!="mac"', { | 146 ['OS!="mac"', { |
145 'dependencies': [ | 147 'dependencies': [ |
146 '../../chrome/chrome.gyp:packed_resources', | 148 '../../chrome/chrome.gyp:packed_resources', |
147 ], | 149 ], |
148 }], | 150 }], |
149 ], | 151 ], |
150 }, | 152 }, |
151 ], | 153 ], |
152 } | 154 } |
OLD | NEW |