Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 15776f303094a2fa43ab48a8f325246680d938d9..358f094a4f7e27731b07a7b10b8d0f6a4cccb0e4 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -834,6 +834,7 @@ |
'base_i18n', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
+ '../third_party/libxml/libxml.gyp:libxml', |
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
], |
'export_dependent_settings': [ |
@@ -864,6 +865,8 @@ |
'test/expectations/expectation.h', |
'test/expectations/parser.cc', |
'test/expectations/parser.h', |
+ 'test/gtest_xml_util.cc', |
+ 'test/gtest_xml_util.h', |
'test/mock_chrome_application_mac.h', |
'test/mock_chrome_application_mac.mm', |
'test/mock_devices_changed_observer.cc', |
@@ -925,6 +928,8 @@ |
'test/thread_test_helper.h', |
'test/trace_event_analyzer.cc', |
'test/trace_event_analyzer.h', |
+ 'test/unit_test_launcher.cc', |
+ 'test/unit_test_launcher.h', |
'test/values_test_util.cc', |
'test/values_test_util.h', |
], |