aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/FileReaderApp.gyp
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-10 19:45:51 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-10 19:45:51 +0000
commitefb1d77ad2cb77f6b124b0674fccf67d9b737b60 (patch)
tree34209d9abb822ee4725b2fb83d783f57f7d40777 /gyp/FileReaderApp.gyp
parent6293820c96ac1cf6f33377fb510549bf6a4f9ed6 (diff)
Build Skia as a static library
- Roll GYP so that we get non-thin archives on Linux - Add merge_static_libs.py - Add skia_core_lib target which builds core, ports, opts*, and utils - Replace dependencies on core/ports/opts/utils with skia_core_libs - Rename exportable libraries with "skia_" Review URL: https://codereview.appspot.com/6619049 git-svn-id: http://skia.googlecode.com/svn/trunk@5889 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/FileReaderApp.gyp')
-rw-r--r--gyp/FileReaderApp.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gyp/FileReaderApp.gyp b/gyp/FileReaderApp.gyp
index b56460bee0..bcd0f0dc38 100644
--- a/gyp/FileReaderApp.gyp
+++ b/gyp/FileReaderApp.gyp
@@ -18,11 +18,8 @@
'../src/utils/mac/SkOSWindow_Mac.cpp',
],
'dependencies': [
- 'core.gyp:core',
+ 'skia_base_libs.gyp:skia_base_libs',
'effects.gyp:effects',
- 'opts.gyp:opts',
- 'ports.gyp:ports',
- 'utils.gyp:utils',
'views.gyp:views',
'xml.gyp:xml',
],