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

Unified Diff: gyp/gm.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/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 90c09a4f24690c7f4e70c0212c181629b135db40..834e16d3e010923f7f6b1c4bc6ce708a8ec6ccf8 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -104,10 +104,15 @@
['skia_gpu == 1', {
'include_dirs': [
'../src/gpu',
+ '../src/gpu/utils',
],
'dependencies': [
'gputest.gyp:skgputest',
],
+ 'sources': [
+ '../src/gpu/utils/GrUtils.h',
+ '../src/gpu/utils/GrUtils.cpp',
+ ],
}],
],
},

Powered by Google App Engine
This is Rietveld 408576698