| 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 'desktop/desktop_activation_client.cc', | 52 'desktop/desktop_activation_client.cc', |
| 54 'desktop/desktop_activation_client.h', | 53 'desktop/desktop_activation_client.h', |
| 55 'desktop/desktop_dispatcher_client.cc', | 54 'desktop/desktop_dispatcher_client.cc', |
| 56 'desktop/desktop_dispatcher_client.h', | 55 'desktop/desktop_dispatcher_client.h', |
| 57 'desktop/desktop_root_window_event_filter.cc', | 56 'desktop/desktop_root_window_event_filter.cc', |
| 58 'desktop/desktop_root_window_event_filter.h', | 57 'desktop/desktop_root_window_event_filter.h', |
| 59 'dispatcher_linux.cc', | 58 'dispatcher_linux.cc', |
| 60 'dispatcher_linux.h', | 59 'dispatcher_linux.h', |
| 61 'dispatcher_win.cc', | 60 'dispatcher_win.cc', |
| 62 'env.cc', | 61 'env.cc', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 # osmesa GL implementation is used on linux. | 220 # osmesa GL implementation is used on linux. |
| 222 ['OS=="linux"', { | 221 ['OS=="linux"', { |
| 223 'dependencies': [ | 222 'dependencies': [ |
| 224 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 223 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 225 ], | 224 ], |
| 226 }], | 225 }], |
| 227 ], | 226 ], |
| 228 }, | 227 }, |
| 229 ], | 228 ], |
| 230 } | 229 } |
| OLD | NEW |