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

Unified Diff: gyp/ports.gyp

Issue 83563002: Implement SkAshmemDiscardableMemory (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: bugfix Created 7 years, 1 month 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 | gyp/tests.gyp » ('j') | src/ports/SkDiscardableMemory_ashmem.cpp » ('J')
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 324cacb020c0a55856c08a845717df748dfb1e4b..093bbfc34017bdf560d619cc980c106c7cbbc901 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -154,8 +154,10 @@
'sources!': [
'../src/ports/SkDebug_stdio.cpp',
'../src/ports/SkPurgeableMemoryBlock_none.cpp',
+ '../src/ports/SkDiscardableMemory_none.cpp',
scroggo 2013/11/22 14:34:14 nit: not in alphabetical order.
hal.canary 2013/11/22 15:17:54 Done.
],
'sources': [
+ '../src/ports/SkDiscardableMemory_ashmem.cpp',
scroggo 2013/11/22 14:34:14 nit: not in alphabetical order.
hal.canary 2013/11/22 15:17:54 Done.
'../src/ports/SkDebug_android.cpp',
'../src/ports/SkFontConfigInterface_android.cpp',
'../src/ports/SkFontConfigParser_android.cpp',
« no previous file with comments | « no previous file | gyp/tests.gyp » ('j') | src/ports/SkDiscardableMemory_ashmem.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698