aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2014-07-09 09:04:07 -0400
committerGravatar Mike Klein <mtklein@google.com>2014-07-09 09:04:07 -0400
commit874a62acef5ec2ecccdbb99ec4d86402a3341e6a (patch)
tree984dbc899480cb2dcaa578c08594266f2f9500cb /gyp/tools.gyp
parent0b544ae222aab1c5d9122a8dfe2800451b31d979 (diff)
Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp11
1 files changed, 0 insertions, 11 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 30d014c5f8..e16fa4bb7e 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -44,17 +44,6 @@
],
],
},
- {
- 'target_name': 'ref_cnt_is',
- 'type': 'static_library',
- 'sources': [ '../tools/RefCntIs.cpp' ],
- 'direct_dependent_settings': {
- 'include_dirs': [ '../tools' ],
- },
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- ],
- },
{ # This would go in gm.gyp, but it's also used by skimage below.
'target_name': 'gm_expectations',
'type': 'static_library',