| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'client/visibility_client.h', | 56 'client/visibility_client.h', |
| 57 'client/window_move_client.cc', | 57 'client/window_move_client.cc', |
| 58 'client/window_move_client.h', | 58 'client/window_move_client.h', |
| 59 'client/window_types.h', | 59 'client/window_types.h', |
| 60 'desktop/desktop_activation_client.cc', | 60 'desktop/desktop_activation_client.cc', |
| 61 'desktop/desktop_activation_client.h', | 61 'desktop/desktop_activation_client.h', |
| 62 'desktop/desktop_cursor_client.cc', | 62 'desktop/desktop_cursor_client.cc', |
| 63 'desktop/desktop_cursor_client.h', | 63 'desktop/desktop_cursor_client.h', |
| 64 'desktop/desktop_dispatcher_client.cc', | 64 'desktop/desktop_dispatcher_client.cc', |
| 65 'desktop/desktop_dispatcher_client.h', | 65 'desktop/desktop_dispatcher_client.h', |
| 66 'desktop/desktop_layout_manager.cc', |
| 67 'desktop/desktop_layout_manager.h', |
| 66 'desktop/desktop_screen.h', | 68 'desktop/desktop_screen.h', |
| 67 'desktop/desktop_screen_win.cc', | 69 'desktop/desktop_screen_win.cc', |
| 68 'desktop/desktop_screen_win.h', | 70 'desktop/desktop_screen_win.h', |
| 69 'desktop/desktop_screen_x11.cc', | 71 'desktop/desktop_screen_x11.cc', |
| 70 'desktop/desktop_stacking_client.cc', | 72 'desktop/desktop_stacking_client.cc', |
| 71 'desktop/desktop_stacking_client.h', | 73 'desktop/desktop_stacking_client.h', |
| 72 'device_list_updater_aurax11.cc', | 74 'device_list_updater_aurax11.cc', |
| 73 'device_list_updater_aurax11.h', | 75 'device_list_updater_aurax11.h', |
| 74 'dispatcher_win.cc', | 76 'dispatcher_win.cc', |
| 75 'display_observer.cc', | 77 'display_observer.cc', |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 # osmesa GL implementation is used on linux. | 289 # osmesa GL implementation is used on linux. |
| 288 ['OS=="linux"', { | 290 ['OS=="linux"', { |
| 289 'dependencies': [ | 291 'dependencies': [ |
| 290 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 292 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 291 ], | 293 ], |
| 292 }], | 294 }], |
| 293 ], | 295 ], |
| 294 }, | 296 }, |
| 295 ], | 297 ], |
| 296 } | 298 } |
| OLD | NEW |