OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'root_window_host_win.cc', | 60 'root_window_host_win.cc', |
61 'root_window_host_win.h', | 61 'root_window_host_win.h', |
62 'root_window_mac.h', | 62 'root_window_mac.h', |
63 'root_window_mac.mm', | 63 'root_window_mac.mm', |
64 'root_window_view_mac.h', | 64 'root_window_view_mac.h', |
65 'root_window_view_mac.mm', | 65 'root_window_view_mac.mm', |
66 'root_window.cc', | 66 'root_window.cc', |
67 'root_window.h', | 67 'root_window.h', |
68 'event.cc', | 68 'event.cc', |
69 'event.h', | 69 'event.h', |
70 'event_filter.cc', | |
71 'event_filter.h', | 70 'event_filter.h', |
72 'event_mac.mm', | 71 'event_mac.mm', |
73 'event_mac.h', | 72 'event_mac.h', |
74 'focus_manager.h', | 73 'focus_manager.h', |
75 'layout_manager.cc', | 74 'layout_manager.cc', |
76 'layout_manager.h', | 75 'layout_manager.h', |
77 'screen_aura.cc', | 76 'screen_aura.cc', |
78 'screen_aura.h', | 77 'screen_aura.h', |
79 'window.cc', | 78 'window.cc', |
80 'window.h', | 79 'window.h', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 # osmesa GL implementation is used on linux. | 169 # osmesa GL implementation is used on linux. |
171 ['OS=="linux"', { | 170 ['OS=="linux"', { |
172 'dependencies': [ | 171 'dependencies': [ |
173 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 172 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
174 ], | 173 ], |
175 }], | 174 }], |
176 ], | 175 ], |
177 }, | 176 }, |
178 ], | 177 ], |
179 } | 178 } |
OLD | NEW |