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

Unified Diff: third_party/libxml/libxml.gyp

Issue 88058: Build on Linux with shared libraries (significant chunks courtesy craigsch):... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « skia/skia.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/libxml.gyp
===================================================================
--- third_party/libxml/libxml.gyp (revision 14127)
+++ third_party/libxml/libxml.gyp (working copy)
@@ -194,6 +194,7 @@
['OS=="linux"', {
'link_settings': {
'libraries': [
+ '-ldl',
'-lm',
],
},
@@ -211,11 +212,13 @@
],
'dependencies': [
'libxml',
+ '../icu38/icu38.gyp:icuuc',
],
'conditions': [
['OS=="linux"', {
'link_settings': {
'libraries': [
+ '-ldl',
'-lm',
],
},
« no previous file with comments | « skia/skia.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698