| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'event.cc', | 80 'event.cc', |
| 81 'event.h', | 81 'event.h', |
| 82 'event_filter.h', | 82 'event_filter.h', |
| 83 'event_mac.mm', | 83 'event_mac.mm', |
| 84 'event_mac.h', | 84 'event_mac.h', |
| 85 'focus_change_observer.h', | 85 'focus_change_observer.h', |
| 86 'focus_manager.cc', | 86 'focus_manager.cc', |
| 87 'focus_manager.h', | 87 'focus_manager.h', |
| 88 'layout_manager.cc', | 88 'layout_manager.cc', |
| 89 'layout_manager.h', | 89 'layout_manager.h', |
| 90 'monitor_change_observer_x11.cc', | 90 'display_change_observer_x11.cc', |
| 91 'monitor_change_observer_x11.h', | 91 'display_change_observer_x11.h', |
| 92 'monitor_manager.cc', | 92 'display_manager.cc', |
| 93 'monitor_manager.h', | 93 'display_manager.h', |
| 94 'root_window_host.h', | 94 'root_window_host.h', |
| 95 'root_window_host_linux.cc', | 95 'root_window_host_linux.cc', |
| 96 'root_window_host_linux.h', | 96 'root_window_host_linux.h', |
| 97 'root_window_host_mac.h', | 97 'root_window_host_mac.h', |
| 98 'root_window_host_mac.mm', | 98 'root_window_host_mac.mm', |
| 99 'root_window_host_win.cc', | 99 'root_window_host_win.cc', |
| 100 'root_window_host_win.h', | 100 'root_window_host_win.h', |
| 101 'root_window_mac.h', | 101 'root_window_mac.h', |
| 102 'root_window_mac.mm', | 102 'root_window_mac.mm', |
| 103 'root_window_view_mac.h', | 103 'root_window_view_mac.h', |
| 104 'root_window_view_mac.mm', | 104 'root_window_view_mac.mm', |
| 105 'root_window.cc', | 105 'root_window.cc', |
| 106 'root_window.h', | 106 'root_window.h', |
| 107 'shared/compound_event_filter.cc', | 107 'shared/compound_event_filter.cc', |
| 108 'shared/compound_event_filter.h', | 108 'shared/compound_event_filter.h', |
| 109 'shared/input_method_event_filter.cc', | 109 'shared/input_method_event_filter.cc', |
| 110 'shared/input_method_event_filter.h', | 110 'shared/input_method_event_filter.h', |
| 111 'shared/root_window_capture_client.cc', | 111 'shared/root_window_capture_client.cc', |
| 112 'shared/root_window_capture_client.h', | 112 'shared/root_window_capture_client.h', |
| 113 'single_monitor_manager.cc', | 113 'single_display_manager.cc', |
| 114 'single_monitor_manager.h', | 114 'single_display_manager.h', |
| 115 'ui_controls_win.cc', | 115 'ui_controls_win.cc', |
| 116 'ui_controls_x11.cc', | 116 'ui_controls_x11.cc', |
| 117 'window.cc', | 117 'window.cc', |
| 118 'window.h', | 118 'window.h', |
| 119 'window_delegate.h', | 119 'window_delegate.h', |
| 120 'window_observer.h', | 120 'window_observer.h', |
| 121 'x11_atom_cache.cc', | 121 'x11_atom_cache.cc', |
| 122 'x11_atom_cache.h', | 122 'x11_atom_cache.h', |
| 123 ], | 123 ], |
| 124 'conditions': [ | 124 'conditions': [ |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 # osmesa GL implementation is used on linux. | 294 # osmesa GL implementation is used on linux. |
| 295 ['OS=="linux"', { | 295 ['OS=="linux"', { |
| 296 'dependencies': [ | 296 'dependencies': [ |
| 297 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 297 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 298 ], | 298 ], |
| 299 }], | 299 }], |
| 300 ], | 300 ], |
| 301 }, | 301 }, |
| 302 ], | 302 ], |
| 303 } | 303 } |
| OLD | NEW |