Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: ui/aura/aura.gyp

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698