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

Unified Diff: third_party/libxml/libxml.gyp

Issue 172031: Update gyp files and DEPS for icu42 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « third_party/libxml/build/libxml.vsprops ('k') | third_party/libxml/xmldummy_mac.cc » ('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 25651)
+++ third_party/libxml/libxml.gyp (working copy)
@@ -158,11 +158,11 @@
'include',
],
'dependencies': [
- '../icu38/icu38.gyp:icuuc',
+ '../icu/icu.gyp:icuuc',
'../zlib/zlib.gyp:zlib',
],
'export_dependent_settings': [
- '../icu38/icu38.gyp:icuuc',
+ '../icu/icu.gyp:icuuc',
],
'direct_dependent_settings': {
'defines': [
@@ -189,6 +189,7 @@
'type': 'executable',
'sources': [
'xmlcatalog.c',
+ 'xmldummy_mac.cc',
],
'include_dirs': [
'<(os_include)',
@@ -212,13 +213,14 @@
'type': 'executable',
'sources': [
'xmllint.c',
+ 'xmldummy_mac.cc',
],
'include_dirs': [
'<(os_include)',
],
'dependencies': [
'libxml',
- '../icu38/icu38.gyp:icuuc',
+ '../icu/icu.gyp:icuuc',
],
'conditions': [
['OS=="linux"', {
« no previous file with comments | « third_party/libxml/build/libxml.vsprops ('k') | third_party/libxml/xmldummy_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698