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', | |
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 Loading... |
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 } |
OLD | NEW |