Remove GR_IMPLEMENTATION define.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 2 Dec 2013 22:22:45 +0000 (22:22 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 2 Dec 2013 22:22:45 +0000 (22:22 +0000)
skgputest is built as a static library and thus this define is not
needed. If the library was built as shared, then this define would
be necessary and used. But it isn't, so we remove it now.

BUG=None
TEST=None
R=bsalomon@google.com

Author: tfarina@chromium.org

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

git-svn-id: http://skia.googlecode.com/svn/trunk@12442 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/gputest.gyp

index c673f20..2b02c15 100644 (file)
@@ -23,9 +23,6 @@
         '<(skia_src_path)/gpu/GrTest.cpp',
         '<(skia_src_path)/gpu/GrTest.h',
       ],
-      'defines': [
-        'GR_IMPLEMENTATION=1',
-      ],
     },
   ],
 }