Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: gyp/tools.gyp

Issue 382523002: Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/tests.gypi ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 30d014c5f815080ed53c18f430f3937e9fa451af..e16fa4bb7e71bc53a0b7edaa53719b61c46ab3c9 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',
« no previous file with comments | « gyp/tests.gypi ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698