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

Unified Diff: gyp/pdf.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
Index: gyp/pdf.gyp
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index f89df933a471d3749cf6b9603760d4a64b24974f..a9954a4a27216ea85d6684e7cac8476f70e53ec2 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -6,7 +6,6 @@
'type': 'static_library',
'standalone_static_library': 1,
'dependencies': [
- 'skia_lib.gyp:skia_lib',
djsollen 2013/06/12 17:35:46 why did we need to remove this?
Zach Reizner 2013/06/12 17:42:40 I have it so pdf.gyp:pdf is included in skia_lib.g
bungeman-skia 2013/06/12 19:16:55 But you're only doing so if skia_lua is set? I don
'zlib.gyp:zlib',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698