| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'env.h', | 62 'env.h', |
| 63 'env_observer.h', | 63 'env_observer.h', |
| 64 'event.cc', | 64 'event.cc', |
| 65 'event.h', | 65 'event.h', |
| 66 'event_filter.h', | 66 'event_filter.h', |
| 67 'event_mac.mm', | 67 'event_mac.mm', |
| 68 'event_mac.h', | 68 'event_mac.h', |
| 69 'focus_manager.h', | 69 'focus_manager.h', |
| 70 'layout_manager.cc', | 70 'layout_manager.cc', |
| 71 'layout_manager.h', | 71 'layout_manager.h', |
| 72 'monitor.cc', | 72 'monitor_aura.cc', |
| 73 'monitor.h', | 73 'monitor_aura.h', |
| 74 'monitor_change_observer_x11.cc', | 74 'monitor_change_observer_x11.cc', |
| 75 'monitor_change_observer_x11.h', | 75 'monitor_change_observer_x11.h', |
| 76 'monitor_manager.cc', | 76 'monitor_manager.cc', |
| 77 'monitor_manager.h', | 77 'monitor_manager.h', |
| 78 'root_window_host.h', | 78 'root_window_host.h', |
| 79 'root_window_host_linux.cc', | 79 'root_window_host_linux.cc', |
| 80 'root_window_host_linux.h', | 80 'root_window_host_linux.h', |
| 81 'root_window_host_mac.h', | 81 'root_window_host_mac.h', |
| 82 'root_window_host_mac.mm', | 82 'root_window_host_mac.mm', |
| 83 'root_window_host_win.cc', | 83 'root_window_host_win.cc', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 # osmesa GL implementation is used on linux. | 208 # osmesa GL implementation is used on linux. |
| 209 ['OS=="linux"', { | 209 ['OS=="linux"', { |
| 210 'dependencies': [ | 210 'dependencies': [ |
| 211 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 211 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 212 ], | 212 ], |
| 213 }], | 213 }], |
| 214 ], | 214 ], |
| 215 }, | 215 }, |
| 216 ], | 216 ], |
| 217 } | 217 } |
| OLD | NEW |