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

Unified Diff: gyp/ports.gyp

Issue 14582008: Enable shared library build (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: rebase 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 | « gyp/pixman_test.gyp ('k') | gyp/sfnt.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
===================================================================
--- gyp/ports.gyp (revision 9315)
+++ gyp/ports.gyp (working copy)
@@ -6,18 +6,17 @@
'product_name': 'skia_ports',
'type': 'static_library',
'standalone_static_library': 1,
- 'dependencies': [
- 'core.gyp:core',
- 'sfnt.gyp:sfnt',
- 'utils.gyp:utils',
- ],
'include_dirs': [
+ '../include/config',
+ '../include/core',
'../include/effects',
'../include/images',
'../include/ports',
+ '../include/utils',
'../include/xml',
'../src/core',
'../src/lazy',
+ '../src/sfnt',
'../src/utils',
],
'sources': [
« no previous file with comments | « gyp/pixman_test.gyp ('k') | gyp/sfnt.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698