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

Unified Diff: gyp/SampleApp.gyp

Issue 15747004: Add path utils, plus a test for it. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Remove extra SkPathJoin implementation. Created 7 years, 7 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/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index a240f324037dd7902b99c8238b1f6981da99f918..71efced1b5b2293d7214521692ef626659e6ab9d 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -1,3 +1,4 @@
+# GYP for building SampleApp.
{
'targets': [
{
@@ -145,6 +146,7 @@
'xml.gyp:xml',
'experimental.gyp:experimental',
'pdf.gyp:pdf',
+ 'utils.gyp:utils',
'views_animated.gyp:views_animated',
],
'conditions' : [

Powered by Google App Engine
This is Rietveld 408576698