| 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/default_capture_client.cc', | 41 'client/default_capture_client.cc', |
| 42 'client/default_capture_client.h', | 42 'client/default_capture_client.h', |
| 43 'client/dispatcher_client.cc', | 43 'client/dispatcher_client.cc', |
| 44 'client/dispatcher_client.h', | 44 'client/dispatcher_client.h', |
| 45 'client/drag_drop_client.cc', | 45 'client/drag_drop_client.cc', |
| 46 'client/drag_drop_client.h', | 46 'client/drag_drop_client.h', |
| 47 'client/drag_drop_delegate.cc', | 47 'client/drag_drop_delegate.cc', |
| 48 'client/drag_drop_delegate.h', | 48 'client/drag_drop_delegate.h', |
| 49 'client/event_client.cc', | 49 'client/event_client.cc', |
| 50 'client/event_client.h', | 50 'client/event_client.h', |
| 51 'client/focus_change_observer.h', |
| 52 'client/focus_client.cc', |
| 53 'client/focus_client.h', |
| 51 'client/screen_position_client.cc', | 54 'client/screen_position_client.cc', |
| 52 'client/screen_position_client.h', | 55 'client/screen_position_client.h', |
| 53 'client/stacking_client.cc', | 56 'client/stacking_client.cc', |
| 54 'client/stacking_client.h', | 57 'client/stacking_client.h', |
| 55 'client/tooltip_client.cc', | 58 'client/tooltip_client.cc', |
| 56 'client/tooltip_client.h', | 59 'client/tooltip_client.h', |
| 57 'client/user_action_client.cc', | 60 'client/user_action_client.cc', |
| 58 'client/user_action_client.h', | 61 'client/user_action_client.h', |
| 59 'client/visibility_client.cc', | 62 'client/visibility_client.cc', |
| 60 'client/visibility_client.h', | 63 'client/visibility_client.h', |
| 61 'client/window_move_client.cc', | 64 'client/window_move_client.cc', |
| 62 'client/window_move_client.h', | 65 'client/window_move_client.h', |
| 63 'client/window_types.h', | 66 'client/window_types.h', |
| 64 'device_list_updater_aurax11.cc', | 67 'device_list_updater_aurax11.cc', |
| 65 'device_list_updater_aurax11.h', | 68 'device_list_updater_aurax11.h', |
| 66 'dispatcher_win.cc', | 69 'dispatcher_win.cc', |
| 67 'display_util.cc', | 70 'display_util.cc', |
| 68 'display_util.h', | 71 'display_util.h', |
| 69 'env.cc', | 72 'env.cc', |
| 70 'env.h', | 73 'env.h', |
| 71 'env_observer.h', | 74 'env_observer.h', |
| 72 'focus_change_observer.h', | |
| 73 'focus_manager.cc', | 75 'focus_manager.cc', |
| 74 'focus_manager.h', | 76 'focus_manager.h', |
| 75 'layout_manager.cc', | 77 'layout_manager.cc', |
| 76 'layout_manager.h', | 78 'layout_manager.h', |
| 77 'remote_root_window_host_win.cc', | 79 'remote_root_window_host_win.cc', |
| 78 'remote_root_window_host_win.h', | 80 'remote_root_window_host_win.h', |
| 79 'root_window_host.h', | 81 'root_window_host.h', |
| 80 'root_window_host_delegate.h', | 82 'root_window_host_delegate.h', |
| 81 'root_window_host_linux.cc', | 83 'root_window_host_linux.cc', |
| 82 'root_window_host_linux.h', | 84 'root_window_host_linux.h', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 # osmesa GL implementation is used on linux. | 266 # osmesa GL implementation is used on linux. |
| 265 ['OS=="linux"', { | 267 ['OS=="linux"', { |
| 266 'dependencies': [ | 268 'dependencies': [ |
| 267 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 269 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 268 ], | 270 ], |
| 269 }], | 271 }], |
| 270 ], | 272 ], |
| 271 }, | 273 }, |
| 272 ], | 274 ], |
| 273 } | 275 } |
| OLD | NEW |