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

Unified Diff: gyp/visualbench.gyp

Issue 1159213002: Expand VisualBench to a real benching tool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 7 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 | « no previous file | include/views/SkOSWindow_Unix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/visualbench.gyp
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
index ee0321a937dec760c956290d39b028093578ae46..ebc34e28521ce91206d46d304c978f21db3a1b6b 100644
--- a/gyp/visualbench.gyp
+++ b/gyp/visualbench.gyp
@@ -11,6 +11,7 @@
'mac_bundle' : 1,
'include_dirs' : [
'../include/gpu',
+ '../src/core',
'../src/images',
],
'sources': [
@@ -22,6 +23,7 @@
'flags.gyp:flags_common',
'images.gyp:images',
'skia_lib.gyp:skia_lib',
+ 'tools.gyp:proc_stats',
'tools.gyp:timer',
'views.gyp:views',
],
« no previous file with comments | « no previous file | include/views/SkOSWindow_Unix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698