| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'window_tree_host_x11.cc', | 111 'window_tree_host_x11.cc', |
| 112 'window_tree_host_x11.h', | 112 'window_tree_host_x11.h', |
| 113 ], | 113 ], |
| 114 'conditions': [ | 114 'conditions': [ |
| 115 ['use_x11==1', { | 115 ['use_x11==1', { |
| 116 'dependencies': [ | 116 'dependencies': [ |
| 117 '../../build/linux/system.gyp:x11', | 117 '../../build/linux/system.gyp:x11', |
| 118 '../../build/linux/system.gyp:xrandr', | 118 '../../build/linux/system.gyp:xrandr', |
| 119 '../../build/linux/system.gyp:xi', | 119 '../../build/linux/system.gyp:xi', |
| 120 '../events/devices/events_devices.gyp:events_devices', | 120 '../events/devices/events_devices.gyp:events_devices', |
| 121 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11', |
| 121 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 122 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 122 '../gfx/x/gfx_x11.gyp:gfx_x11', | 123 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 123 ], | 124 ], |
| 124 }], | 125 }], |
| 125 ['OS=="win"', { | 126 ['OS=="win"', { |
| 126 'dependencies': [ | 127 'dependencies': [ |
| 127 '../platform_window/win/win_window.gyp:win_window', | 128 '../platform_window/win/win_window.gyp:win_window', |
| 128 '../../ipc/ipc.gyp:ipc', | 129 '../../ipc/ipc.gyp:ipc', |
| 129 ], | 130 ], |
| 130 'sources!': [ | 131 'sources!': [ |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 'dependencies': [ | 296 'dependencies': [ |
| 296 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 297 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 297 ], | 298 ], |
| 298 }], | 299 }], |
| 299 ], | 300 ], |
| 300 }, | 301 }, |
| 301 ], | 302 ], |
| 302 }], | 303 }], |
| 303 ], | 304 ], |
| 304 } | 305 } |
| OLD | NEW |