diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 11:29:08 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 11:29:08 +0000 |
commit | 61f4c41a6f9185f24ae4419547635ed3747f1cf0 (patch) | |
tree | b44ccdecc61a53600773e3feb02f9fd72938ed0a /skia/skia.gyp | |
parent | 7f3518c5a263235125e7d5bb760a0c21c7b291b5 (diff) | |
download | chromium_src-61f4c41a6f9185f24ae4419547635ed3747f1cf0.zip chromium_src-61f4c41a6f9185f24ae4419547635ed3747f1cf0.tar.gz chromium_src-61f4c41a6f9185f24ae4419547635ed3747f1cf0.tar.bz2 |
skia: Remove obsolete GR_* defines.
These were removed from skia and aren't used here in Chromium, so lets remove
them now.
R=bsalomon@google.com
Review URL: https://codereview.chromium.org/23548012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index d1a2275..af1cc53 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -65,14 +65,11 @@ ], 'defines': [ 'SKIA_DLL', - 'GR_DLL=1', - 'GR_IMPLEMENTATION=1', 'SKIA_IMPLEMENTATION=1', ], 'direct_dependent_settings': { 'defines': [ 'SKIA_DLL', - 'GR_DLL=1', ], }, }, @@ -87,7 +84,7 @@ ], }], ], - + # targets that are not dependent upon the component type 'targets': [ { |