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

Unified Diff: platform_tools/android/gyp/skia_android.gypi

Issue 15855006: prepare skia for shared library build on android (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
Index: platform_tools/android/gyp/skia_android.gypi
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi
index 43c59c1d436298d9f912bbd943e92080ecb8262b..92f36a2fa36cf1c4607bd6f17372239f028794a5 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -4,6 +4,7 @@
'target_name': 'CopySkiaAppDeps',
'type': 'none',
'dependencies': [
+ 'skia_lib.gyp:skia_lib',
'SampleApp.gyp:SampleApp',
'bench.gyp:bench',
'gm.gyp:gm',
@@ -12,7 +13,7 @@
'tools.gyp:bench_pictures',
'tools.gyp:render_pictures',
'tools.gyp:render_pdfs',
- 'tools.gyp:skimage',
+ 'tools.gyp:skimage'
borenet 2013/05/31 14:29:57 Nit: I really like having the comma after the last
],
'variables': {
'conditions': [
@@ -56,6 +57,7 @@
'<(PRODUCT_DIR)/lib.target/libtests.so',
'<(PRODUCT_DIR)/lib.target/libpathops_unittest.so',
'<(PRODUCT_DIR)/lib.target/gdbserver',
+ '<(PRODUCT_DIR)/lib.target/libskia_local.so',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698