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

Unified Diff: gyp/zlib.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove uwanted (but motivating) changes. Created 7 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
« gyp/utils.gyp ('K') | « gyp/xml.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/zlib.gyp
===================================================================
--- gyp/zlib.gyp (revision 10175)
+++ gyp/zlib.gyp (working copy)
@@ -3,9 +3,8 @@
{
'target_name': 'zlib',
'type': 'static_library',
- 'include_dirs': [
- '../include/config',
- '../include/core',
+ 'dependencies': [
+ 'core.gyp:*',
],
'sources': [
'../include/core/SkFlate.h',
« gyp/utils.gyp ('K') | « gyp/xml.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698