OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { |
11 'target_name': 'ui_touch_selection', | 11 'target_name': 'ui_touch_selection', |
12 'type': '<(component)', | 12 'type': '<(component)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
15 '../../skia/skia.gyp:skia', | |
jdduke (slow)
2015/05/13 16:03:59
Can you exclude skia for non-aura builds? (as belo
| |
15 '../aura/aura.gyp:aura', | 16 '../aura/aura.gyp:aura', |
16 '../aura_extra/aura_extra.gyp:aura_extra', | 17 '../aura_extra/aura_extra.gyp:aura_extra', |
17 '../base/ui_base.gyp:ui_base', | 18 '../base/ui_base.gyp:ui_base', |
18 '../compositor/compositor.gyp:compositor', | 19 '../compositor/compositor.gyp:compositor', |
19 '../events/events.gyp:events', | 20 '../events/events.gyp:events', |
20 '../events/events.gyp:gesture_detection', | 21 '../events/events.gyp:gesture_detection', |
21 '../gfx/gfx.gyp:gfx', | 22 '../gfx/gfx.gyp:gfx', |
22 '../gfx/gfx.gyp:gfx_geometry', | 23 '../gfx/gfx.gyp:gfx_geometry', |
23 ], | 24 ], |
24 'defines': [ | 25 'defines': [ |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
135 'dependencies': [ | 136 'dependencies': [ |
136 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 137 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
137 ], | 138 ], |
138 }], | 139 }], |
139 ], | 140 ], |
140 }, | 141 }, |
141 ], | 142 ], |
142 }], | 143 }], |
143 ], | 144 ], |
144 } | 145 } |
OLD | NEW |