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

Unified Diff: gyp/tools.gyp

Issue 12381087: Convert skhello tool to SkFlags API. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: review Created 7 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 | « no previous file | tools/skhello.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 074efd1433e73279e73b9dc18a956c4d43e8b908..2b48a03a0fdea97c88b5ca3eaf2d5f9e93859136 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -66,6 +66,8 @@
'type': 'executable',
'sources': [
'../tools/skhello.cpp',
+ '../tools/SkFlags.h',
+ '../tools/SkFlags.cpp',
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
« no previous file with comments | « no previous file | tools/skhello.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698