| 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 30 matching lines...) Expand all Loading... |
| 41 'client/stacking_client.cc', | 41 'client/stacking_client.cc', |
| 42 'client/stacking_client.h', | 42 'client/stacking_client.h', |
| 43 'client/tooltip_client.cc', | 43 'client/tooltip_client.cc', |
| 44 'client/tooltip_client.h', | 44 'client/tooltip_client.h', |
| 45 'client/visibility_client.cc', | 45 'client/visibility_client.cc', |
| 46 'client/visibility_client.h', | 46 'client/visibility_client.h', |
| 47 'client/window_move_client.cc', | 47 'client/window_move_client.cc', |
| 48 'client/window_move_client.h', | 48 'client/window_move_client.h', |
| 49 'client/window_types.h', | 49 'client/window_types.h', |
| 50 'cursor.h', | 50 'cursor.h', |
| 51 'cursor_win.cc', |
| 52 'cursor_x11.cc', |
| 51 'dispatcher_linux.cc', | 53 'dispatcher_linux.cc', |
| 52 'dispatcher_linux.h', | 54 'dispatcher_linux.h', |
| 53 'dispatcher_win.cc', | 55 'dispatcher_win.cc', |
| 54 'env.cc', | 56 'env.cc', |
| 55 'env.h', | 57 'env.h', |
| 56 'env_observer.h', | 58 'env_observer.h', |
| 57 'event.cc', | 59 'event.cc', |
| 58 'event.h', | 60 'event.h', |
| 59 'event_filter.h', | 61 'event_filter.h', |
| 60 'event_mac.mm', | 62 'event_mac.mm', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 # osmesa GL implementation is used on linux. | 195 # osmesa GL implementation is used on linux. |
| 194 ['OS=="linux"', { | 196 ['OS=="linux"', { |
| 195 'dependencies': [ | 197 'dependencies': [ |
| 196 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 198 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 197 ], | 199 ], |
| 198 }], | 200 }], |
| 199 ], | 201 ], |
| 200 }, | 202 }, |
| 201 ], | 203 ], |
| 202 } | 204 } |
| OLD | NEW |