| 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 16 matching lines...) Expand all Loading... |
| 27 'aura_switches.h', | 27 'aura_switches.h', |
| 28 'client/activation_client.cc', | 28 'client/activation_client.cc', |
| 29 'client/activation_client.h', | 29 'client/activation_client.h', |
| 30 'client/activation_delegate.cc', | 30 'client/activation_delegate.cc', |
| 31 'client/activation_delegate.h', | 31 'client/activation_delegate.h', |
| 32 'client/aura_constants.cc', | 32 'client/aura_constants.cc', |
| 33 'client/aura_constants.h', | 33 'client/aura_constants.h', |
| 34 'client/capture_client.cc', | 34 'client/capture_client.cc', |
| 35 'client/capture_client.h', | 35 'client/capture_client.h', |
| 36 'client/capture_delegate.h', | 36 'client/capture_delegate.h', |
| 37 'client/cursor_client.cc', |
| 38 'client/cursor_client.h', |
| 37 'client/dispatcher_client.cc', | 39 'client/dispatcher_client.cc', |
| 38 'client/dispatcher_client.h', | 40 'client/dispatcher_client.h', |
| 39 'client/drag_drop_client.cc', | 41 'client/drag_drop_client.cc', |
| 40 'client/drag_drop_client.h', | 42 'client/drag_drop_client.h', |
| 41 'client/drag_drop_delegate.cc', | 43 'client/drag_drop_delegate.cc', |
| 42 'client/drag_drop_delegate.h', | 44 'client/drag_drop_delegate.h', |
| 43 'client/event_client.cc', | 45 'client/event_client.cc', |
| 44 'client/event_client.h', | 46 'client/event_client.h', |
| 45 'client/screen_position_client.cc', | 47 'client/screen_position_client.cc', |
| 46 'client/screen_position_client.h', | 48 'client/screen_position_client.h', |
| 47 'client/stacking_client.cc', | 49 'client/stacking_client.cc', |
| 48 'client/stacking_client.h', | 50 'client/stacking_client.h', |
| 49 'client/tooltip_client.cc', | 51 'client/tooltip_client.cc', |
| 50 'client/tooltip_client.h', | 52 'client/tooltip_client.h', |
| 51 'client/user_action_client.cc', | 53 'client/user_action_client.cc', |
| 52 'client/user_action_client.h', | 54 'client/user_action_client.h', |
| 53 'client/visibility_client.cc', | 55 'client/visibility_client.cc', |
| 54 'client/visibility_client.h', | 56 'client/visibility_client.h', |
| 55 'client/window_move_client.cc', | 57 'client/window_move_client.cc', |
| 56 'client/window_move_client.h', | 58 'client/window_move_client.h', |
| 57 'client/window_types.h', | 59 'client/window_types.h', |
| 58 'cursor_delegate.h', | |
| 59 'cursor_manager.cc', | |
| 60 'cursor_manager.h', | |
| 61 'desktop/desktop_activation_client.cc', | 60 'desktop/desktop_activation_client.cc', |
| 62 'desktop/desktop_activation_client.h', | 61 'desktop/desktop_activation_client.h', |
| 62 'desktop/desktop_cursor_client.cc', |
| 63 'desktop/desktop_cursor_client.h', |
| 63 'desktop/desktop_dispatcher_client.cc', | 64 'desktop/desktop_dispatcher_client.cc', |
| 64 'desktop/desktop_dispatcher_client.h', | 65 'desktop/desktop_dispatcher_client.h', |
| 65 'desktop/desktop_screen.h', | 66 'desktop/desktop_screen.h', |
| 66 'desktop/desktop_screen_win.cc', | 67 'desktop/desktop_screen_win.cc', |
| 67 'desktop/desktop_screen_win.h', | 68 'desktop/desktop_screen_win.h', |
| 68 'desktop/desktop_screen_x11.cc', | 69 'desktop/desktop_screen_x11.cc', |
| 69 'desktop/desktop_stacking_client.cc', | 70 'desktop/desktop_stacking_client.cc', |
| 70 'desktop/desktop_stacking_client.h', | 71 'desktop/desktop_stacking_client.h', |
| 71 'dispatcher_linux.cc', | 72 'dispatcher_linux.cc', |
| 72 'dispatcher_linux.h', | 73 'dispatcher_linux.h', |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 # osmesa GL implementation is used on linux. | 290 # osmesa GL implementation is used on linux. |
| 290 ['OS=="linux"', { | 291 ['OS=="linux"', { |
| 291 'dependencies': [ | 292 'dependencies': [ |
| 292 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 293 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 293 ], | 294 ], |
| 294 }], | 295 }], |
| 295 ], | 296 ], |
| 296 }, | 297 }, |
| 297 ], | 298 ], |
| 298 } | 299 } |
| OLD | NEW |