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

Unified Diff: ui/touch_selection/BUILD.gn

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: Do the corresponding for GN and exclude non-aura 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..17d4f1d8cf66c3487603f41361af77e0563d2095 100644
--- a/ui/touch_selection/BUILD.gn
+++ b/ui/touch_selection/BUILD.gn
@@ -28,6 +28,7 @@ component("touch_selection") {
deps = [
"//base:base",
+ "//skia:skia",
"//ui/aura:aura",
"//ui/aura_extra:aura_extra",
"//ui/base:base",
@@ -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