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

Unified Diff: gyp/skiaserve.gyp

Issue 1678893003: moved debugger support files from src/utils/debugger to tools/debugger (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | « gyp/gmslides.gypi ('k') | gyp/tests.gypi » ('j') | no next file with comments »
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 58fdea1fde3d7ca52d1b1536a2c8872d0a4ec774..7bfbe2dd4f2247daf80613b44d0c8cb879f8b002 100644
--- a/gyp/skiaserve.gyp
+++ b/gyp/skiaserve.gyp
@@ -15,19 +15,19 @@
'include_dirs': [
'../src/core',
'../src/ports',
- '../src/utils/debugger',
+ '../tools/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',
+ '../tools/debugger/SkDrawCommand.h',
+ '../tools/debugger/SkDrawCommand.cpp',
+ '../tools/debugger/SkDebugCanvas.h',
+ '../tools/debugger/SkDebugCanvas.cpp',
+ '../tools/debugger/SkObjectParser.h',
+ '../tools/debugger/SkObjectParser.cpp',
+ '../tools/debugger/SkOverdrawMode.h',
+ '../tools/debugger/SkOverdrawMode.cpp',
'<!@(python find.py ../tools/skiaserve "*.cpp")',
],
'dependencies': [
« no previous file with comments | « gyp/gmslides.gypi ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698