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

Unified Diff: gyp/tools.gyp

Issue 873333004: s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ (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/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 8d2c7037b13a1a9d10c06beb05c67e2f20331195..1b196a75b1bd557af1888dbbb85e8a028b260ff9 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -89,13 +89,6 @@
},
},
{
- '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