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

Unified Diff: gyp/ports.gyp

Issue 295373005: Drop support for non-atomic non-mutex platforms. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « no previous file | src/ports/SkAtomics_none.h » ('j') | 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 d3790067e171a560404069367e505ebeeab17d19..b3dd49a4c59ce267e6f7fb7ccaf196b4bbd5bc4f 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -24,10 +24,8 @@
],
'sources': [
'../src/ports/SkAtomics_android.h',
- '../src/ports/SkAtomics_none.h',
'../src/ports/SkAtomics_sync.h',
'../src/ports/SkAtomics_win.h',
- '../src/ports/SkMutex_none.h',
'../src/ports/SkMutex_pthread.h',
'../src/ports/SkMutex_win.h',
'../src/ports/SkDebug_nacl.cpp',
@@ -44,7 +42,6 @@
'../src/ports/SkGlobalInitialization_default.cpp',
'../src/ports/SkMemory_malloc.cpp',
- '../src/ports/SkMutex_none.h',
'../src/ports/SkMutex_pthread.h',
'../src/ports/SkMutex_win.h',
'../src/ports/SkOSFile_posix.cpp',
@@ -53,7 +50,6 @@
'../src/ports/SkDiscardableMemory_none.cpp',
'../src/ports/SkTime_Unix.cpp',
'../src/ports/SkTime_win.cpp',
- #'../src/ports/SkTLS_none.cpp',
'../src/ports/SkTLS_pthread.cpp',
'../src/ports/SkTLS_win.cpp',
'../src/ports/SkXMLParser_empty.cpp',
« no previous file with comments | « no previous file | src/ports/SkAtomics_none.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698