Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index e31cf185ab8c54cace334cb1653a87b7d39fb403..64f88dbea2d712b26e44a9b24b7e033af80e6557 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -447,6 +447,7 @@ |
'type': '<(gtest_target_type)', |
'sources': [ |
'android/application_status_listener_unittest.cc', |
+ 'android/content_uri_utils_unittest.cc', |
'android/jni_android_unittest.cc', |
'android/jni_array_unittest.cc', |
'android/jni_string_unittest.cc', |
@@ -911,6 +912,8 @@ |
'test/expectations/expectation.h', |
'test/expectations/parser.cc', |
'test/expectations/parser.h', |
+ 'test/gtest_util.cc', |
+ 'test/gtest_util.h', |
'test/gtest_xml_util.cc', |
'test/gtest_xml_util.h', |
'test/launcher/test_launcher.cc', |