aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-01-21 13:13:31 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-21 13:13:31 -0800
commita64c48f4f929775f9c203aae809f440ac01d2c64 (patch)
tree1727c7454e008f8dfd54e4b3891e230c315bb07c /include/config
parente6ea244717feda4265b7062a0462267a0d9e1753 (diff)
Move sync code to include/, switch from using platform define to a proxy header in core/
This fixes two problems: 1) #include SK_SOME_DEFINE doesn't work well for all our clients. 2) Things in include/ are #including things in src/, which we don't like. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/862983002
Diffstat (limited to 'include/config')
-rw-r--r--include/config/SkUserConfig.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index 5f59b9131c..92e2b90762 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -168,14 +168,4 @@
*/
//#define SK_PDF_USE_PATHOPS
-/* Skia uses these defines as the target of include preprocessor directives.
- * The header files pointed to by these defines provide declarations and
- * possibly inline implementations of threading primitives.
- *
- * See SkThread.h for documentation on what these includes must contain.
- */
-//#define SK_ATOMICS_PLATFORM_H "SkAtomics_xxx.h"
-//#define SK_MUTEX_PLATFORM_H "SkMutex_xxx.h"
-//#define SK_BARRIERS_PLATFORM_H "SkBarriers_xxx.h"
-
#endif