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

Unified Diff: gyp/skiaserve.gyp

Issue 1651403003: Modify skiaserve to support drawTo and /cmd/N (Closed) Base URL: https://skia.googlesource.com/skia.git@skiaserve-9-fixcrash
Patch Set: handle /cmd Created 4 years, 11 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 | tools/skiaserve/skiaserve.cpp » ('j') | tools/skiaserve/skiaserve.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skiaserve.gyp
diff --git a/gyp/skiaserve.gyp b/gyp/skiaserve.gyp
index 1c5ce5a94e39bff79daea0cd755506f3cf942118..c133762b700834788e5a07645f7d54591afd6243 100644
--- a/gyp/skiaserve.gyp
+++ b/gyp/skiaserve.gyp
@@ -12,12 +12,24 @@
{
'target_name': 'skiaserve',
'type': 'executable',
- 'sources': [
- '<!@(python find.py ../tools/skiaserve "*.cpp")',
- ],
'include_dirs': [
+ '../src/core',
+ '../src/ports',
+ '../src/utils/debugger',
'../tools/json',
],
+ 'sources': [
+ # Stuff for the debug canvas
+ '../src/utils/debugger/SkDrawCommand.h',
+ '../src/utils/debugger/SkDrawCommand.cpp',
+ '../src/utils/debugger/SkDebugCanvas.h',
+ '../src/utils/debugger/SkDebugCanvas.cpp',
+ '../src/utils/debugger/SkObjectParser.h',
+ '../src/utils/debugger/SkObjectParser.cpp',
+ '../src/utils/debugger/SkOverdrawMode.h',
+ '../src/utils/debugger/SkOverdrawMode.cpp',
+ '<!@(python find.py ../tools/skiaserve "*.cpp")',
+ ],
'dependencies': [
'flags.gyp:flags',
'gputest.gyp:skgputest',
« no previous file with comments | « no previous file | tools/skiaserve/skiaserve.cpp » ('j') | tools/skiaserve/skiaserve.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698