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

Unified Diff: gyp/SampleApp.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/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 2708036d84dfe2dd529aa2ee8fdadec4e0d83fe3..71498bc69fa4697dd132eb10d3402050b79b260d 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -304,9 +304,16 @@
],
}],
[ 'skia_gpu == 1', {
+ 'include_dirs': [
+ '../src/gpu/utils',
+ ],
'dependencies': [
'gputest.gyp:skgputest',
],
+ 'sources': [
+ '../src/gpu/utils/GrUtils.h',
+ '../src/gpu/utils/GrUtils.cpp',
+ ],
}],
[ 'skia_os == "nacl"', {
'sources': [

Powered by Google App Engine
This is Rietveld 408576698