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

Unified Diff: gyp/tools.gyp

Issue 848073005: Revert "delete old things!" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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/most.gyp ('k') | tools/bbh_shootout.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 7c3cc2a21789faad5b2ce411491c0c839152e559..13416664fce6f4b2e2bfd070313f44dc6b23ed24 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -13,6 +13,7 @@
'target_name': 'tools',
'type': 'none',
'dependencies': [
+ 'bbh_shootout',
'bench_pictures',
'dump_record',
'filter',
@@ -42,6 +43,22 @@
],
},
{
+ 'target_name': 'gm_expectations',
+ 'type': 'static_library',
+ 'include_dirs' : [ '../src/utils/' ],
+ 'sources': [
+ '../gm/gm_expectations.cpp',
+ ],
+ 'dependencies': [
+ 'jsoncpp.gyp:jsoncpp',
+ 'sk_tool_utils',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [ '../gm/' ],
+ },
+ },
+ {
'target_name': 'crash_handler',
'type': 'static_library',
'sources': [ '../tools/CrashHandler.cpp' ],
@@ -540,6 +557,26 @@
],
},
{
+ 'target_name': 'bbh_shootout',
+ 'type': 'executable',
+ 'include_dirs': [
+ '../bench',
+ '../tools/'
+ ],
+ 'sources': [
+ '../tools/bbh_shootout.cpp',
+
+ # Bench code:
+ ],
+ 'dependencies': [
+ 'timer',
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ 'tools.gyp:picture_renderer',
+ 'tools.gyp:picture_utils',
+ ],
+ },
+ {
'target_name': 'filter',
'type': 'executable',
'include_dirs' : [
« no previous file with comments | « gyp/most.gyp ('k') | tools/bbh_shootout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698