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

Unified Diff: gyp/tools.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/tests.gyp ('k') | gyp/xps.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
===================================================================
--- gyp/tools.gyp (revision 9111)
+++ gyp/tools.gyp (working copy)
@@ -37,8 +37,6 @@
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
],
},
{
@@ -55,8 +53,6 @@
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
],
},
{
@@ -67,9 +63,7 @@
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
'flags.gyp:flags',
- 'images.gyp:images',
],
},
{
@@ -84,10 +78,8 @@
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
'flags.gyp:flags',
'gm.gyp:gm_expectations',
- 'images.gyp:images',
'jsoncpp.gyp:jsoncpp',
'utils.gyp:utils',
],
@@ -105,7 +97,6 @@
'skia_base_libs.gyp:skia_base_libs',
'tools.gyp:picture_renderer',
'tools.gyp:picture_utils',
- 'ports.gyp:ports',
'flags.gyp:flags',
],
},
@@ -126,11 +117,9 @@
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
'tools.gyp:picture_utils',
'tools.gyp:picture_renderer',
'bench.gyp:bench_timer',
- 'ports.gyp:ports',
'flags.gyp:flags',
],
},
@@ -154,8 +143,6 @@
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
'tools.gyp:picture_utils',
'flags.gyp:flags',
],
@@ -168,9 +155,6 @@
},
],
],
- 'export_dependent_settings': [
- 'images.gyp:images',
- ],
},
{
'target_name': 'render_pdfs',
@@ -185,11 +169,8 @@
'../src/utils/',
],
'dependencies': [
- 'core.gyp:core',
- 'effects.gyp:effects',
- 'images.gyp:images',
+ 'skia_base_libs.gyp:skia_base_libs',
'pdf.gyp:pdf',
- 'ports.gyp:ports',
'tools.gyp:picture_utils',
],
'conditions': [
@@ -247,8 +228,6 @@
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
],
},
{
@@ -271,8 +250,6 @@
],
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
'tools.gyp:picture_utils',
],
},
« no previous file with comments | « gyp/tests.gyp ('k') | gyp/xps.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698