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

Unified Diff: gyp/dm.gyp

Issue 73643005: Implement a benchmark for GrResourceCache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: address review comments Created 7 years, 1 month 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
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 80838a98ec8c224c1d7528cc4aad29a1337087fa..5f02227b30382ee27a1f4889e18023e573b36beb 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -14,6 +14,7 @@
'../src/pipe/utils/',
'../src/utils',
'../src/utils/debugger',
+ '../src/gpu/utils',
],
'includes': [ 'gmslides.gypi' ],
'sources': [
@@ -36,6 +37,7 @@
'../src/utils/debugger/SkDebugCanvas.cpp',
'../src/utils/debugger/SkDrawCommand.cpp',
'../src/utils/debugger/SkObjectParser.cpp',
+ '../src/gpu/utils/GrUtils.cpp',
],
'dependencies': [
'skia_lib.gyp:skia_lib',

Powered by Google App Engine
This is Rietveld 408576698