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

Unified Diff: gyp/ports.gyp

Issue 23137018: Minimal changes to make SampleAnimator do something useful. Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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 | resources/news.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
===================================================================
--- gyp/ports.gyp (revision 10872)
+++ gyp/ports.gyp (working copy)
@@ -44,6 +44,7 @@
'../src/ports/SkThread_win.cpp',
'../src/ports/SkTime_Unix.cpp',
'../src/ports/SkTime_win.cpp',
+ '../src/ports/SkXMLParser_expat.cpp',
#'../src/ports/SkTLS_none.cpp',
'../src/ports/SkTLS_pthread.cpp',
'../src/ports/SkTLS_win.cpp',
@@ -64,6 +65,7 @@
'libraries': [
'-lfontconfig',
'-ldl',
+ '-lexpat',
],
},
'sources': [
« no previous file with comments | « no previous file | resources/news.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698