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

Unified Diff: gyp/ports.gyp

Issue 16325006: Fix broken include path for directwrite backend (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 3422b8e30afe70939ad7cb08794ce4ed6a3692c3..9b9124bef5deb38b70818e9b07b9edd1caed5a7f 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -6,13 +6,15 @@
'product_name': 'skia_ports',
'type': 'static_library',
'standalone_static_library': 1,
+ 'dependencies': [
+ 'utils.gyp:utils',
borenet 2013/06/03 14:13:49 Does this give us '../src/utils' as an include dir
+ ],
'include_dirs': [
'../include/config',
'../include/core',
'../include/effects',
'../include/images',
'../include/ports',
- '../include/utils',
'../include/xml',
'../src/core',
'../src/lazy',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698