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

Unified Diff: gyp/dm.gyp

Issue 178473006: DM: also run benches once. (Closed) Base URL: https://skia.googlesource.com/skia.git@dm
Patch Set: add note Created 6 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/bench.gypi ('k') | samplecode/GMSampleView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 55f5f9bd148a482186bd51aa38323140eba002bc..db509938dbc914e70231b72779cd0bef06b7ff0a 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -7,6 +7,7 @@
'target_name': 'dm',
'type': 'executable',
'include_dirs': [
+ '../bench',
'../dm',
'../gm',
'../tests',
@@ -20,12 +21,14 @@
'../tools',
],
'includes': [
+ 'bench.gypi',
'gmslides.gypi',
'pathops_unittest.gypi',
'tests.gypi',
],
'sources': [
'../dm/DM.cpp',
+ '../dm/DMBenchTask.cpp',
'../dm/DMCpuTask.cpp',
'../dm/DMExpectationsTask.cpp',
'../dm/DMGpuTask.cpp',
« no previous file with comments | « gyp/bench.gypi ('k') | samplecode/GMSampleView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698