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

Unified Diff: gyp/tools.gyp

Issue 834303005: Factor out checkerboard function in gm and sampleapp into tools. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Another 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
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 13416664fce6f4b2e2bfd070313f44dc6b23ed24..a93c78e08bb9cc5ecf1d39f98080d1831db24f46 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -106,6 +106,13 @@
},
},
{
+ 'target_name': 'checkerboard',
+ 'type': 'static_library',
+ 'sources': [ '../tools/Checkerboard.cpp', ],
+ 'dependencies': [ 'skia_lib.gyp:skia_lib', ],
+ 'direct_dependent_settings': { 'include_dirs': [ '../tools', ], },
+ },
+ {
'target_name' : 'timer',
'type': 'static_library',
'sources': [
« no previous file with comments | « gyp/gmslides.gypi ('k') | samplecode/SampleColorFilter.cpp » ('j') | tools/Checkerboard.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698