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

Unified Diff: skia/skia_common.gypi

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « skia/ext/event_tracer_impl.cc ('k') | skia/skia_test_expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index 13a49749448f16e0c6c69e5b9e4ae62b77ab1fee..babb5cd068714f4c76acbc01a613fb033278e71f 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -93,19 +93,6 @@
],
}],
- # For POSIX platforms, prefer the Mutex implementation provided by Skia
- # since it does not generate static initializers.
- [ 'os_posix == 1', {
- 'defines+': [
- 'SK_USE_POSIX_THREADS',
- ],
- 'direct_dependent_settings': {
- 'defines': [
- 'SK_USE_POSIX_THREADS',
- ],
- },
- }],
-
# Neon support.
[ 'target_arch == "arm" and arm_version >= 7 and arm_neon == 1', {
'defines': [
@@ -151,13 +138,7 @@
# This list will contain all defines that also need to be exported to
# dependent components.
'skia_export_defines': [
- 'SK_ENABLE_INST_COUNT=0',
'SK_SUPPORT_GPU=<(skia_support_gpu)',
- 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
- 'SK_ENABLE_LEGACY_API_ALIASING=1',
- 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1',
- 'GR_GL_IGNORE_ES3_MSAA=0',
- 'SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT',
# This variable contains additional defines, specified in blink's
# blink_skia_config.gypi file.
@@ -186,26 +167,7 @@
'defines': [
'<@(skia_export_defines)',
- # skia uses static initializers to initialize the serialization logic
- # of its "pictures" library. This is currently not used in chrome; if
- # it ever gets used the processes that use it need to call
- # SkGraphics::Init().
- 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0',
-
- # Forcing the unoptimized path for the offset image filter in skia until
- # all filters used in Blink support the optimized path properly
- 'SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION',
-
- 'IGNORE_ROT_AA_RECT_OPT',
-
- 'SK_IGNORE_BLURRED_RRECT_OPT',
-
- # this flag forces Skia not to use typographic metrics with GDI.
- 'SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS',
-
'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)',
-
- 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE',
],
'direct_dependent_settings': {
« no previous file with comments | « skia/ext/event_tracer_impl.cc ('k') | skia/skia_test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698