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

Unified Diff: ui/touch_selection/ui_touch_selection.gyp

Issue 1128203009: Fix link errors with Skia in libui_touch_selection.so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN file was updated 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/touch_selection/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/ui_touch_selection.gyp
diff --git a/ui/touch_selection/ui_touch_selection.gyp b/ui/touch_selection/ui_touch_selection.gyp
index a31bf3ccd6832bd719fe24347492ef926aef300a..11cca1f08364d98a8708f97dcf501aa62add269e 100644
--- a/ui/touch_selection/ui_touch_selection.gyp
+++ b/ui/touch_selection/ui_touch_selection.gyp
@@ -12,6 +12,7 @@
'type': '<(component)',
'dependencies': [
'../../base/base.gyp:base',
+ '../../skia/skia.gyp:skia',
'../aura/aura.gyp:aura',
'../aura_extra/aura_extra.gyp:aura_extra',
'../base/ui_base.gyp:ui_base',
@@ -41,6 +42,7 @@
'conditions': [
['use_aura==0', {
'dependencies!': [
+ '../../skia/skia.gyp:skia',
'../aura/aura.gyp:aura',
'../aura_extra/aura_extra.gyp:aura_extra',
'../compositor/compositor.gyp:compositor',
« no previous file with comments | « ui/touch_selection/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698