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

Side by Side Diff: ui/touch_selection/ui_touch_selection.gyp

Issue 1137323002: Add skia dependency for touch_selection when use_aura=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698