aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-02 22:22:45 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-02 22:22:45 +0000
commit22528328fd91bf27499d74a814858a079e2ad9bb (patch)
tree94f77e6a4f041414e7bff575625157226fe379c3 /gyp
parent9e5a549d877fce86198e875b5faa502f158280e4 (diff)
Remove GR_IMPLEMENTATION define.
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
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gputest.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/gyp/gputest.gyp b/gyp/gputest.gyp
index c673f2071c..2b02c15506 100644
--- a/gyp/gputest.gyp
+++ b/gyp/gputest.gyp
@@ -23,9 +23,6 @@
'<(skia_src_path)/gpu/GrTest.cpp',
'<(skia_src_path)/gpu/GrTest.h',
],
- 'defines': [
- 'GR_IMPLEMENTATION=1',
- ],
},
],
}