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

Unified Diff: gyp/ports.gyp

Issue 12896002: Fix android build. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index ca141fbe0acb26baf3c377d041134e99bb7f629c..7814148efbd9778f9138ef1cc44aed6c53aa7bc3 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -167,6 +167,8 @@
'../src/ports/SkPurgeableMemoryBlock_none.cpp',
],
'sources': [
+ '../include/ports/SkAshmemImageCache.h',
+
'../src/ports/SkDebug_android.cpp',
'../src/ports/SkThread_pthread.cpp',
'../src/ports/SkFontHost_android.cpp',
@@ -174,6 +176,7 @@
'../src/ports/SkFontHost_FreeType_common.cpp',
'../src/ports/SkPurgeableMemoryBlock_android.cpp',
'../src/ports/FontHostConfiguration_android.cpp',
borenet 2013/03/15 19:19:22 Do you mind re-alphabetizing this section?
scroggo 2013/03/15 19:25:42 My next CL (https://codereview.chromium.org/124330
+ '../src/ports/SkAshmemImageCache.cpp',
],
'dependencies': [
'freetype.gyp:freetype',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698