Index: base/base.gypi |
diff --git a/base/base.gypi b/base/base.gypi |
index 74899b2b962f53846d18279be546efed37f67cbe..5ef15151bdc876193fc2a6a7fceb3c3babe9ff73 100644 |
--- a/base/base.gypi |
+++ b/base/base.gypi |
@@ -144,6 +144,8 @@ |
'json/string_escape.h', |
'lazy_instance.cc', |
'lazy_instance.h', |
+ 'libxml_utils.cc', |
+ 'libxml_utils.h', |
'linked_list.h', |
'location.cc', |
'location.h', |
@@ -584,6 +586,7 @@ |
'dependencies': [ |
'base_static', |
'../testing/gtest.gyp:gtest_prod', |
+ '../third_party/libxml/libxml.gyp:libxml', |
'../third_party/modp_b64/modp_b64.gyp:modp_b64', |
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
], |
@@ -802,6 +805,7 @@ |
}, |
'dependencies': [ |
'base_static_win64', |
+ '../third_party/libxml/libxml.gyp:libxml', |
Zhenyao Mo
2012/04/20 00:10:51
This should be without ../
See the next line as a
dtu
2012/05/01 00:32:16
No, dynamic_annotations is in src/base/third_party
|
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64', |
], |
# TODO(gregoryd): direct_dependent_settings should be shared with the |