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

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: rename to sk_tools::DrawCheckerboard 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/gmslides.gypi ('k') | samplecode/SampleColorFilter.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 1b196a75b1bd557af1888dbbb85e8a028b260ff9..8d2c7037b13a1a9d10c06beb05c67e2f20331195 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -89,6 +89,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698