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

Unified Diff: gyp/debugger.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/SampleApp.gyp ('k') | gyp/dm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/debugger.gyp
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp
index fb0269656f6c6d538cea6ac7e1ba328d5d4a1042..e7e82751255c7bc7be8146408ee22484bfa73120 100644
--- a/gyp/debugger.gyp
+++ b/gyp/debugger.gyp
@@ -84,7 +84,7 @@
'include_dirs' : [
'../include/private',
'../src/core',
- '../src/utils/debugger',
+ '../tools/debugger',
'../debugger', # To pull SkDebugger.h
'../src/gpu', # To pull gl/GrGLUtil.h
'../src/ports', # To pull SkFontDescriptor.h
@@ -95,14 +95,14 @@
],
'sources': [
'../debugger/SkDebugger.cpp',
- '../src/utils/debugger/SkDebugCanvas.h',
- '../src/utils/debugger/SkDebugCanvas.cpp',
- '../src/utils/debugger/SkDrawCommand.h',
- '../src/utils/debugger/SkDrawCommand.cpp',
- '../src/utils/debugger/SkObjectParser.h',
- '../src/utils/debugger/SkObjectParser.cpp',
- '../src/utils/debugger/SkOverdrawMode.h',
- '../src/utils/debugger/SkOverdrawMode.cpp',
+ '../tools/debugger/SkDebugCanvas.h',
+ '../tools/debugger/SkDebugCanvas.cpp',
+ '../tools/debugger/SkDrawCommand.h',
+ '../tools/debugger/SkDrawCommand.cpp',
+ '../tools/debugger/SkObjectParser.h',
+ '../tools/debugger/SkObjectParser.cpp',
+ '../tools/debugger/SkOverdrawMode.h',
+ '../tools/debugger/SkOverdrawMode.cpp',
'../debugger/debuggermain.cpp',
'../debugger/QT/SkDebuggerGUI.cpp',
'../debugger/QT/SkDebuggerGUI.h',
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/dm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698