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

Unified Diff: gyp/utils.gyp

Issue 319533004: remove ashmem from skia (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: AnotherPatchSet Created 6 years, 6 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 | « gyp/ports.gyp ('k') | src/ports/SkDiscardableMemory_ashmem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 583b710aca4401329a93d6366968f20269f320ae..066c9015e590f1ea3aa84d492094be7233eba982 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -110,11 +110,6 @@
'../src/utils/SkThreadUtils_pthread_linux.cpp',
],
}],
- [ 'skia_os == "android"', {
- 'sources': [
- '../src/utils/android/ashmem.cpp',
- ],
- }],
['skia_run_pdfviewer_in_gm', {
'defines': [
'SK_BUILD_NATIVE_PDF_RENDERER',
« no previous file with comments | « gyp/ports.gyp ('k') | src/ports/SkDiscardableMemory_ashmem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698