diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-20 12:23:06 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-20 12:23:06 +0000 |
commit | d28063e4916b489f572eb8358efcb7305f88c2fd (patch) | |
tree | 4f9b61988b56e6920d4df1e6149b187455f85bf5 /gyp | |
parent | a61ba109bf1a60c6de8f9ebea043e782497b88cc (diff) |
Replace uses of GR_API by SK_API.
R=bsalomon@google.com, robertphillips@google.com
Author: tfarina@chromium.org
Review URL: https://chromiumcodereview.appspot.com/22881005
git-svn-id: http://skia.googlecode.com/svn/trunk@10808 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/common_conditions.gypi | 4 | ||||
-rw-r--r-- | gyp/gpu.gyp | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index aa08fa81fa..a420537a25 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -229,8 +229,6 @@ '-fPIC', ], 'defines': [ - 'GR_DLL=1', - 'GR_IMPLEMENTATION=1', 'SKIA_DLL', 'SKIA_IMPLEMENTATION=1', ], @@ -456,8 +454,6 @@ '-fPIC', ], 'defines': [ - 'GR_DLL=1', - 'GR_IMPLEMENTATION=1', 'SKIA_DLL', 'SKIA_IMPLEMENTATION=1', ], diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index df82cdadd8..7e74bade48 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -146,9 +146,6 @@ '<@(skgpu_null_gl_sources)', 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build). ], - 'defines': [ - 'GR_IMPLEMENTATION=1', - ], 'conditions': [ [ 'skia_nv_path_rendering', { 'defines': [ |