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

Unified Diff: gyp/core.gypi

Issue 1371303003: Unify ThreadID. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: use kIllegalThreadID Created 5 years, 3 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 | include/private/SkMutex.h » ('j') | include/private/SkThreadID.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index d8008dccec51c1036d4ee3a1b678bbdb0d3a867c..94711b9a3dd49c07d990eb26a009ae07eea36f69 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -226,6 +226,7 @@
'<(skia_src_path)/core/SkTextMapStateProc.h',
'<(skia_src_path)/core/SkTime.cpp',
'<(skia_src_path)/core/SkTDPQueue.h',
+ '<(skia_src_path)/core/SkThreadID.cpp',
'<(skia_src_path)/core/SkTLList.h',
'<(skia_src_path)/core/SkTLS.cpp',
'<(skia_src_path)/core/SkTraceEvent.h',
@@ -349,6 +350,7 @@
'<(skia_include_path)/private/SkSemaphore.h',
'<(skia_include_path)/private/SkSpinlock.h',
'<(skia_include_path)/private/SkTemplates.h',
+ '<(skia_include_path)/private/SkThreadID.h',
# Path ops
'<(skia_include_path)/pathops/SkPathOps.h',
« no previous file with comments | « no previous file | include/private/SkMutex.h » ('j') | include/private/SkThreadID.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698