diff options
author | Mike Klein <mtklein@google.com> | 2014-07-16 13:11:50 -0400 |
---|---|---|
committer | Mike Klein <mtklein@google.com> | 2014-07-16 13:11:50 -0400 |
commit | 20f340379c0d3404bc8a9738e8c93f37b0a8e75c (patch) | |
tree | ef955c6fcb3a9576a59a57c1e0d993013732f098 | |
parent | 9358706750d1f79c73b54be911e6a63441903043 (diff) |
Put skia_directwrite back for now.
BUG=skia:
Review URL: https://codereview.chromium.org/397073002
-rw-r--r-- | gyp/common_variables.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi index dbd0c296ee..a5d86e2cea 100644 --- a/gyp/common_variables.gypi +++ b/gyp/common_variables.gypi @@ -139,6 +139,7 @@ 'skia_resource_cache_mb_limit%': 0, 'skia_resource_cache_count_limit%': 0, 'skia_angle%': 0, + 'skia_directwrite%': 0, # Ignored. TODO(mtklein): clean up 'skia_gdi%': 0, 'skia_gpu%': 1, 'skia_osx_deployment_target%': '', |