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

Unified Diff: gyp/tools.gyp

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebasing 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
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index ede028a0d7ff7ae7273272c80aaae7307a44061b..25aa1dbf066f91355e1e0ab759f3d1cdacf47a28 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -37,9 +37,7 @@
'../tools/skdiff_utils.h',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
+ 'skia_lib.gyp:skia_lib',
],
},
{
@@ -55,9 +53,7 @@
'../tools/skdiff_utils.h',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
+ 'skia_lib.gyp:skia_lib',
],
},
{
@@ -67,10 +63,8 @@
'../tools/skhello.cpp',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
+ 'skia_lib.gyp:skia_lib',
'flags.gyp:flags',
- 'images.gyp:images',
],
},
{
@@ -84,11 +78,9 @@
'../src/utils/',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
+ 'skia_lib.gyp:skia_lib',
'flags.gyp:flags',
'gm.gyp:gm_expectations',
- 'images.gyp:images',
'jsoncpp.gyp:jsoncpp',
'utils.gyp:utils',
],
@@ -102,7 +94,7 @@
'../src/utils/SkLua.cpp',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
+ 'skia_lib.gyp:skia_lib',
'effects.gyp:effects',
'utils.gyp:utils',
'images.gyp:images',
@@ -123,10 +115,9 @@
'../src/pipe/utils/',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
+ 'skia_lib.gyp:skia_lib',
'tools.gyp:picture_renderer',
'tools.gyp:picture_utils',
- 'ports.gyp:ports',
'flags.gyp:flags',
],
},
@@ -146,12 +137,10 @@
'../src/lazy/',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
+ 'skia_lib.gyp:skia_lib',
'tools.gyp:picture_utils',
'tools.gyp:picture_renderer',
'bench.gyp:bench_timer',
- 'ports.gyp:ports',
'flags.gyp:flags',
],
},
@@ -174,9 +163,7 @@
'../src/utils/',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
+ 'skia_lib.gyp:skia_lib',
'tools.gyp:picture_utils',
'flags.gyp:flags',
],
@@ -189,9 +176,6 @@
},
],
],
- 'export_dependent_settings': [
- 'images.gyp:images',
- ],
},
{
'target_name': 'render_pdfs',
@@ -206,11 +190,8 @@
'../src/utils/',
],
'dependencies': [
- 'core.gyp:core',
- 'effects.gyp:effects',
- 'images.gyp:images',
+ 'skia_lib.gyp:skia_lib',
'pdf.gyp:pdf',
- 'ports.gyp:ports',
'tools.gyp:picture_utils',
],
'conditions': [
@@ -257,7 +238,7 @@
'../tools/picture_utils.h',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
+ 'skia_lib.gyp:skia_lib',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -272,9 +253,7 @@
'../tools/pinspect.cpp',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
+ 'skia_lib.gyp:skia_lib',
],
},
{
@@ -296,9 +275,7 @@
'../debugger/SkObjectParser.cpp',
],
'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'effects.gyp:effects',
- 'images.gyp:images',
+ 'skia_lib.gyp:skia_lib',
'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