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 25 matching lines...) Expand all Loading... |
36 'event.cc', | 36 'event.cc', |
37 'event.h', | 37 'event.h', |
38 'event_filter.cc', | 38 'event_filter.cc', |
39 'event_filter.h', | 39 'event_filter.h', |
40 'focus_manager.h', | 40 'focus_manager.h', |
41 'hit_test.h', | 41 'hit_test.h', |
42 'layout_manager.cc', | 42 'layout_manager.cc', |
43 'layout_manager.h', | 43 'layout_manager.h', |
44 'screen_aura.cc', | 44 'screen_aura.cc', |
45 'screen_aura.h', | 45 'screen_aura.h', |
| 46 'screen_rotation.cc', |
| 47 'screen_rotation.h', |
46 'toplevel_window_container.cc', | 48 'toplevel_window_container.cc', |
47 'toplevel_window_container.h', | 49 'toplevel_window_container.h', |
48 'toplevel_window_event_filter.cc', | 50 'toplevel_window_event_filter.cc', |
49 'toplevel_window_event_filter.h', | 51 'toplevel_window_event_filter.h', |
50 'window.cc', | 52 'window.cc', |
51 'window.h', | 53 'window.h', |
52 'window_delegate.h', | 54 'window_delegate.h', |
53 'window_observer.h', | 55 'window_observer.h', |
54 'window_types.h', | 56 'window_types.h', |
55 ], | 57 ], |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 }], | 144 }], |
143 ['OS!="mac"', { | 145 ['OS!="mac"', { |
144 'dependencies': [ | 146 'dependencies': [ |
145 '../../chrome/chrome.gyp:packed_resources', | 147 '../../chrome/chrome.gyp:packed_resources', |
146 ], | 148 ], |
147 }], | 149 }], |
148 ], | 150 ], |
149 }, | 151 }, |
150 ], | 152 ], |
151 } | 153 } |
OLD | NEW |