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

Unified Diff: gyp/skia_lib.gyp

Issue 16099014: enable shared lib support in linux for lua (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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
« gyp/pdf.gyp ('K') | « gyp/pdf.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skia_lib.gyp
diff --git a/gyp/skia_lib.gyp b/gyp/skia_lib.gyp
index f85c5ad1273bc7134c6c1c9428751e65c6214f05..9f1a738039c40ce99d97bf01ddb7d8b72af77a84 100644
--- a/gyp/skia_lib.gyp
+++ b/gyp/skia_lib.gyp
@@ -49,6 +49,12 @@
}, {
'product_name': 'skia',
}],
+ [ 'skia_lua', {
+ 'dependencies': [
+ 'pdf.gyp:pdf',
bungeman-skia 2013/06/12 19:16:55 We should at least have a comment here about how a
+ 'lua.gyp:lua',
+ ],
+ }],
],
'type': 'shared_library',
}, {
« gyp/pdf.gyp ('K') | « gyp/pdf.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698