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

Unified Diff: ui/touch_selection/BUILD.gn

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 | « no previous file | ui/touch_selection/ui_touch_selection.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/BUILD.gn
diff --git a/ui/touch_selection/BUILD.gn b/ui/touch_selection/BUILD.gn
index c5bf894e7ecaf4887eea922f8b7bbd61e5e29bd2..e79c563feee7e2cbb00616f6f2f1a3a523dc69fc 100644
--- a/ui/touch_selection/BUILD.gn
+++ b/ui/touch_selection/BUILD.gn
@@ -27,6 +27,7 @@ component("touch_selection") {
defines = [ "UI_TOUCH_SELECTION_IMPLEMENTATION" ]
deps = [
+ "//skia:skia",
"//base:base",
"//ui/aura:aura",
"//ui/aura_extra:aura_extra",
@@ -40,6 +41,7 @@ component("touch_selection") {
if (!use_aura) {
deps -= [
+ "//skia:skia",
"//ui/aura:aura",
"//ui/aura_extra:aura_extra",
"//ui/compositor:compositor",
« no previous file with comments | « no previous file | ui/touch_selection/ui_touch_selection.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698