skia2/gyp
mtklein cad5d3e264 No threadsafe statics.
Chrome disables these for speed and code size, so we need
to disable them to make sure our code is safe when used
this way.

    int foo() {
        static int32_t atomic_thing;
        return sk_atomic_inc(&atomic_thing);
    }

is not safe in Chrome.  Making the static global is:

    static int32_t atomic_thing;
    int foo() {
        return sk_atomic_inc(&atomic_thing);
    }

BUG=skia:

Review URL: https://codereview.chromium.org/654663002
2014-10-13 12:53:28 -07:00
..
android_deps.gyp
android_framework_lib.gyp Updates to gyp files for building Android.mk 2014-02-28 16:07:39 +00:00
android_system.gyp
angle.gyp Try to roll angle again. 2014-06-17 17:28:17 -04:00
animator.gyp rename SkPaintParts.* to SkPaintPart.* 2014-04-18 15:14:25 +00:00
apptype_console.gypi Process Statistics header, add max RSS to render_pdfs 2014-08-11 11:33:51 -07:00
bench.gyp Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of https://codereview.chromium.org/572933006/) 2014-09-17 06:58:39 -07:00
bench.gypi cleanup and optimize rect intersect routines 2014-10-09 14:29:01 -07:00
canvas_state_lib.gyp Run CanvasState test across a library boundary. 2014-07-22 12:38:55 -07:00
chromeos_deps.gyp
common_conditions.gypi No threadsafe statics. 2014-10-13 12:53:28 -07:00
common_variables.gypi Add support for EGL on linux 2014-10-01 10:52:52 -07:00
common.gypi Disable discardable memory for the resource cache until tests pass. 2014-09-11 11:08:50 -07:00
core.gyp SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. 2014-08-18 08:27:09 -07:00
core.gypi Add SkCachedData and use it for SkMipMap 2014-10-08 05:17:12 -07:00
debugger.gyp Move BenchTimer to tools as Timer 2014-06-20 11:29:21 -07:00
dm.gyp share dm and command flags 2014-07-22 10:15:35 -07:00
dm.gypi Remove expectations / -r from DM entirely. 2014-09-09 07:36:57 -07:00
effects.gyp
effects.gypi Adding 3D lut color filter 2014-10-09 05:27:23 -07:00
etc1.gyp Simple PKM image decoder. 2014-05-22 18:40:29 +00:00
everything.gyp No need to include ../tools/flags in include_dirs when depending on flags target. 2014-06-22 16:13:00 -07:00
experimental.gyp Implement C path functions 2014-10-08 06:04:35 -07:00
FileReaderApp.gyp
flags.gyp share dm and command flags 2014-07-22 10:15:35 -07:00
freetype.gyp
freetype.gypi
giflib.gyp Sanitizing source files in Housekeeper-Nightly 2014-02-25 03:05:18 +00:00
gm.gyp Print max RSS in GM and nanobench too. 2014-08-19 15:55:55 -07:00
gmslides.gypi Enable color emoji GM on Android 2014-10-13 12:48:10 -07:00
gpu.gyp Add support for EGL on linux 2014-10-01 10:52:52 -07:00
gpu.gypi Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate 2014-10-13 12:43:10 -07:00
gputest.gyp
images.gyp Disable bitmap decoders for GPU specific formats on Android framework 2014-08-28 05:41:21 -07:00
iOSShell.gyp Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of https://codereview.chromium.org/572933006/) 2014-09-17 06:58:39 -07:00
jsoncpp.gyp Roll jsoncpp, drop dependency on Chromium overrides. 2014-08-19 07:21:00 -07:00
ktx.gyp Pass compressed blitters to our mask drawing algorithm 2014-08-07 08:15:14 -07:00
libjpeg.gyp
libpng.gyp
libwebp.gyp Have Clang builders build in C++11 mode. 2014-06-30 12:33:11 -07:00
lua.gyp
most.gyp Stop building tests. 2014-08-04 09:36:16 -07:00
nacl.gyp
nanomsg.gyp disable all warnings from nanomsg 2014-08-04 13:11:19 -07:00
opts.gyp Enable the SSSE3 compile time check on all platforms (4th attempt) 2014-07-24 13:53:56 -07:00
pathops_skpclip.gyp SkThreadPool ~~> SkTaskGroup 2014-09-03 15:34:37 -07:00
pathops_unittest.gyp fix battlefield website by disallowing very small coordinates 2014-09-18 10:32:57 -07:00
pathops_unittest.gypi add pathops tight bounds; conform path ops' gyp to unit tests 2014-06-24 07:55:12 -07:00
pathops.gypi
pdf.gyp Revert of Switch SkPDFStream's internal storage from SkStream to SkData (https://codereview.chromium.org/340783013/) 2014-06-26 14:31:06 -07:00
pdf.gypi
pdfviewer_lib.gyp move some headers out of public 2014-06-17 09:04:45 -07:00
pdfviewer.gyp
pixman_test.gyp
poppler.gyp Since we're only using it on Linux now, just require poppler as a system dependency. 2014-05-20 15:07:53 +00:00
ports.gyp Add a working SkFontMgr_fontconfig. 2014-08-25 12:00:49 -07:00
public_headers.gypi Make the Sk GL context class an abstract base class 2014-10-09 05:24:15 -07:00
SampleApp.gyp add an animated test to verify that high-quality identity scaling doesn't change the image 2014-08-08 12:11:33 -07:00
sfnt.gyp Better rendering detection with DirectWrite. 2014-06-23 08:29:23 -07:00
shapeops_demo.gyp
shapeops_edge.gyp
shapeops_tool.gyp
SimpleCocoaApp.gyp
SimpleiOSApp.gyp get iOS building again 2014-04-05 01:13:43 +00:00
skflate.gyp
skia_for_android_framework_defines.gypi Add GrAASmallPathRenderer. 2014-10-06 05:59:05 -07:00
skia_for_chromium_defines.gypi Add GrAASmallPathRenderer. 2014-10-06 05:59:05 -07:00
skia_launcher.gyp Move BenchTimer to tools as Timer 2014-06-20 11:29:21 -07:00
skia_lib.gyp Force linking as C++ library. 2014-08-04 12:51:20 -07:00
svg.gyp
tests.gypi Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate 2014-10-13 12:43:10 -07:00
tools.gyp Clean up old custom tools now subsumed by nanobench. 2014-09-10 12:11:23 -07:00
utils.gyp Add ETC1 format to SkTextureCompressor 2014-08-05 07:37:27 -07:00
utils.gypi SkThreadPool ~~> SkTaskGroup 2014-09-03 15:34:37 -07:00
v8.gyp No need to include ../tools/flags in include_dirs when depending on flags target. 2014-06-22 16:13:00 -07:00
views_animated.gyp Remove dependency of views on angle 2014-04-29 00:38:39 +00:00
views.gyp Remove dependency of views on angle 2014-04-29 00:38:39 +00:00
webtry.gyp Add pathops and capture stderr so we can get SkDebugf output. 2014-04-28 14:56:32 +00:00
xml.gyp
xps.gyp
zlib.gyp Fix valgrind bot errors introduced in f84722e477. 2014-02-25 18:01:37 +00:00