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

Unified Diff: gyp/tests.gypi

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/skiaserve.gyp ('k') | public.bzl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 5f3df964e161b5f34b3cc058f9236266b4ad6315..09050ad1c9befa377b6311769d8d8b85b5d5e7d6 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -16,7 +16,7 @@
'../src/pdf',
'../src/ports',
'../src/utils',
- '../src/utils/debugger',
+ '../tools/debugger',
],
'dependencies': [
'experimental.gyp:experimental',
@@ -51,14 +51,14 @@
'sources': [
'../tests/Test.h',
'<!@(python find.py ../tests "*.c*")',
- '../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',
],
'sources!': [
'../tests/SkpSkGrTest.cpp',
« no previous file with comments | « gyp/skiaserve.gyp ('k') | public.bzl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698