remove flags that control no code
authorreed <reed@google.com>
Mon, 3 Aug 2015 21:44:32 +0000 (14:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 3 Aug 2015 21:44:32 +0000 (14:44 -0700)
BUG=skia:

Review URL: https://codereview.chromium.org/1259653004

gyp/common.gypi
gyp/pdf.gyp

index 6995834..b6f756d 100644 (file)
@@ -15,7 +15,6 @@
       'SK_INTERNAL',
       'SK_GAMMA_SRGB',
       'SK_GAMMA_APPLY_TO_A8',
-      'SK_SCALAR_TO_FLOAT_EXCLUDED',  # temporary to allow Chrome to call SkFloatToScalar
       # 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE',  # TODO(reed): Re-enable when tests don't crash with this.
     ],
 
index 7efbb5c..693d330 100644 (file)
           }
         ],
       ],
-      # This section makes all targets that depend on this target
-      # #define SK_SUPPORT_PDF and have access to the pdf header files.
       'direct_dependent_settings': {
-        'defines': [
-          'SK_SUPPORT_PDF',
-        ],
         'include_dirs': [
           '../include/core',  # SkDocument.h
         ],