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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'desktop/desktop_dispatcher_client.h', | 66 'desktop/desktop_dispatcher_client.h', |
67 'desktop/desktop_screen.h', | 67 'desktop/desktop_screen.h', |
68 'desktop/desktop_screen_win.cc', | 68 'desktop/desktop_screen_win.cc', |
69 'desktop/desktop_screen_win.h', | 69 'desktop/desktop_screen_win.h', |
70 'desktop/desktop_screen_x11.cc', | 70 'desktop/desktop_screen_x11.cc', |
71 'desktop/desktop_stacking_client.cc', | 71 'desktop/desktop_stacking_client.cc', |
72 'desktop/desktop_stacking_client.h', | 72 'desktop/desktop_stacking_client.h', |
73 'dispatcher_linux.cc', | 73 'dispatcher_linux.cc', |
74 'dispatcher_linux.h', | 74 'dispatcher_linux.h', |
75 'dispatcher_win.cc', | 75 'dispatcher_win.cc', |
| 76 'display_observer.cc', |
| 77 'display_observer.h', |
76 'env.cc', | 78 'env.cc', |
77 'env.h', | 79 'env.h', |
78 'env_observer.h', | 80 'env_observer.h', |
79 'event.cc', | 81 'event.cc', |
80 'event.h', | 82 'event.h', |
81 'event_filter.h', | 83 'event_filter.h', |
82 'event_mac.mm', | 84 'event_mac.mm', |
83 'event_mac.h', | 85 'event_mac.h', |
84 'focus_change_observer.h', | 86 'focus_change_observer.h', |
85 'focus_manager.cc', | 87 'focus_manager.cc', |
86 'focus_manager.h', | 88 'focus_manager.h', |
87 'layout_manager.cc', | 89 'layout_manager.cc', |
88 'layout_manager.h', | 90 'layout_manager.h', |
89 'monitor_change_observer_x11.cc', | 91 'monitor_change_observer_x11.cc', |
90 'monitor_change_observer_x11.h', | 92 'monitor_change_observer_x11.h', |
91 'monitor_manager.cc', | 93 'monitor_manager.cc', |
92 'monitor_manager.h', | 94 'monitor_manager.h', |
93 'monitor_observer.cc', | |
94 'monitor_observer.h', | |
95 'root_window_host.h', | 95 'root_window_host.h', |
96 'root_window_host_linux.cc', | 96 'root_window_host_linux.cc', |
97 'root_window_host_linux.h', | 97 'root_window_host_linux.h', |
98 'root_window_host_mac.h', | 98 'root_window_host_mac.h', |
99 'root_window_host_mac.mm', | 99 'root_window_host_mac.mm', |
100 'root_window_host_win.cc', | 100 'root_window_host_win.cc', |
101 'root_window_host_win.h', | 101 'root_window_host_win.h', |
102 'root_window_mac.h', | 102 'root_window_mac.h', |
103 'root_window_mac.mm', | 103 'root_window_mac.mm', |
104 'root_window_view_mac.h', | 104 'root_window_view_mac.h', |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 # osmesa GL implementation is used on linux. | 295 # osmesa GL implementation is used on linux. |
296 ['OS=="linux"', { | 296 ['OS=="linux"', { |
297 'dependencies': [ | 297 'dependencies': [ |
298 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 298 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
299 ], | 299 ], |
300 }], | 300 }], |
301 ], | 301 ], |
302 }, | 302 }, |
303 ], | 303 ], |
304 } | 304 } |
OLD | NEW |