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

Unified Diff: gyp/viewer.gyp

Issue 1982643004: Implement touch control (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkMutex Created 4 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 | platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ViewerActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/viewer.gyp
diff --git a/gyp/viewer.gyp b/gyp/viewer.gyp
index d8082ef94975235ac60892c8c673789312d97b15..84daa8d4c5486c0dd0e4063b816e434b9ebf4f4b 100644
--- a/gyp/viewer.gyp
+++ b/gyp/viewer.gyp
@@ -18,6 +18,7 @@
'include_dirs': [
'../bench',
'../gm',
+ '../include/views',
'../include/private',
'../src/core',
'../src/effects',
@@ -28,6 +29,7 @@
],
'sources': [
'../gm/gm.cpp',
+ '../src/views/SkTouchGesture.cpp',
'<!@(python find.py ../tools/viewer "*.cpp")',
],
'dependencies': [
« no previous file with comments | « no previous file | platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ViewerActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698