| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 '../wm/public/window_move_client.cc', | 112 '../wm/public/window_move_client.cc', |
| 113 '../wm/public/window_move_client.h', | 113 '../wm/public/window_move_client.h', |
| 114 '../wm/public/window_types.h', | 114 '../wm/public/window_types.h', |
| 115 ], | 115 ], |
| 116 'conditions': [ | 116 'conditions': [ |
| 117 ['use_x11==1', { | 117 ['use_x11==1', { |
| 118 'dependencies': [ | 118 'dependencies': [ |
| 119 '../../build/linux/system.gyp:x11', | 119 '../../build/linux/system.gyp:x11', |
| 120 '../../build/linux/system.gyp:xrandr', | 120 '../../build/linux/system.gyp:xrandr', |
| 121 '../../build/linux/system.gyp:xi', | 121 '../../build/linux/system.gyp:xi', |
| 122 '../events/devices/events_devices.gyp:events_devices', | |
| 123 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 122 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 124 '../gfx/x/gfx_x11.gyp:gfx_x11', | |
| 125 ], | 123 ], |
| 126 }], | 124 }], |
| 127 ['OS=="win"', { | 125 ['OS=="win"', { |
| 128 'dependencies': [ | 126 'dependencies': [ |
| 129 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 127 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 130 '../platform_window/win/win_window.gyp:win_window', | 128 '../platform_window/win/win_window.gyp:win_window', |
| 131 '../../ipc/ipc.gyp:ipc', | 129 '../../ipc/ipc.gyp:ipc', |
| 132 ], | 130 ], |
| 133 'sources!': [ | 131 'sources!': [ |
| 134 'input_state_lookup.cc', | 132 'input_state_lookup.cc', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 ['OS=="linux" and use_allocator!="none"', { | 302 ['OS=="linux" and use_allocator!="none"', { |
| 305 'dependencies': [ | 303 'dependencies': [ |
| 306 # See http://crbug.com/162998#c4 for why this is needed. | 304 # See http://crbug.com/162998#c4 for why this is needed. |
| 307 '../../base/allocator/allocator.gyp:allocator', | 305 '../../base/allocator/allocator.gyp:allocator', |
| 308 ], | 306 ], |
| 309 }], | 307 }], |
| 310 ], | 308 ], |
| 311 }, | 309 }, |
| 312 ], | 310 ], |
| 313 } | 311 } |
| OLD | NEW |