| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'client/visibility_client.h', | 50 'client/visibility_client.h', |
| 51 'client/window_move_client.cc', | 51 'client/window_move_client.cc', |
| 52 'client/window_move_client.h', | 52 'client/window_move_client.h', |
| 53 'client/window_types.h', | 53 'client/window_types.h', |
| 54 'desktop/desktop_activation_client.cc', | 54 'desktop/desktop_activation_client.cc', |
| 55 'desktop/desktop_activation_client.h', | 55 'desktop/desktop_activation_client.h', |
| 56 'desktop/desktop_dispatcher_client.cc', | 56 'desktop/desktop_dispatcher_client.cc', |
| 57 'desktop/desktop_dispatcher_client.h', | 57 'desktop/desktop_dispatcher_client.h', |
| 58 'desktop/desktop_root_window_event_filter.cc', | 58 'desktop/desktop_root_window_event_filter.cc', |
| 59 'desktop/desktop_root_window_event_filter.h', | 59 'desktop/desktop_root_window_event_filter.h', |
| 60 'desktop/desktop_stacking_client.cc', |
| 61 'desktop/desktop_stacking_client.h', |
| 60 'dispatcher_linux.cc', | 62 'dispatcher_linux.cc', |
| 61 'dispatcher_linux.h', | 63 'dispatcher_linux.h', |
| 62 'dispatcher_win.cc', | 64 'dispatcher_win.cc', |
| 63 'env.cc', | 65 'env.cc', |
| 64 'env.h', | 66 'env.h', |
| 65 'env_observer.h', | 67 'env_observer.h', |
| 66 'event.cc', | 68 'event.cc', |
| 67 'event.h', | 69 'event.h', |
| 68 'event_filter.h', | 70 'event_filter.h', |
| 69 'event_mac.mm', | 71 'event_mac.mm', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 # osmesa GL implementation is used on linux. | 212 # osmesa GL implementation is used on linux. |
| 211 ['OS=="linux"', { | 213 ['OS=="linux"', { |
| 212 'dependencies': [ | 214 'dependencies': [ |
| 213 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 215 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 214 ], | 216 ], |
| 215 }], | 217 }], |
| 216 ], | 218 ], |
| 217 }, | 219 }, |
| 218 ], | 220 ], |
| 219 } | 221 } |
| OLD | NEW |