| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'client/event_client.h', | 42 'client/event_client.h', |
| 43 'client/stacking_client.cc', | 43 'client/stacking_client.cc', |
| 44 'client/stacking_client.h', | 44 'client/stacking_client.h', |
| 45 'client/tooltip_client.cc', | 45 'client/tooltip_client.cc', |
| 46 'client/tooltip_client.h', | 46 'client/tooltip_client.h', |
| 47 'client/visibility_client.cc', | 47 'client/visibility_client.cc', |
| 48 'client/visibility_client.h', | 48 'client/visibility_client.h', |
| 49 'client/window_move_client.cc', | 49 'client/window_move_client.cc', |
| 50 'client/window_move_client.h', | 50 'client/window_move_client.h', |
| 51 'client/window_types.h', | 51 'client/window_types.h', |
| 52 'cursor.h', | |
| 53 'dispatcher_linux.cc', | 52 'dispatcher_linux.cc', |
| 54 'dispatcher_linux.h', | 53 'dispatcher_linux.h', |
| 55 'dispatcher_win.cc', | 54 'dispatcher_win.cc', |
| 56 'env.cc', | 55 'env.cc', |
| 57 'env.h', | 56 'env.h', |
| 58 'env_observer.h', | 57 'env_observer.h', |
| 59 'event.cc', | 58 'event.cc', |
| 60 'event.h', | 59 'event.h', |
| 61 'event_filter.h', | 60 'event_filter.h', |
| 62 'event_mac.mm', | 61 'event_mac.mm', |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 # osmesa GL implementation is used on linux. | 214 # osmesa GL implementation is used on linux. |
| 216 ['OS=="linux"', { | 215 ['OS=="linux"', { |
| 217 'dependencies': [ | 216 'dependencies': [ |
| 218 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 217 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 219 ], | 218 ], |
| 220 }], | 219 }], |
| 221 ], | 220 ], |
| 222 }, | 221 }, |
| 223 ], | 222 ], |
| 224 } | 223 } |
| OLD | NEW |