| Index: base/test/BUILD.gn
|
| diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
|
| index 91456db0edca1cf1b112463f7aaf3e5356b52498..a8ae0cfb737b333f3655f71cdf6afadb38c9dd7f 100644
|
| --- a/base/test/BUILD.gn
|
| +++ b/base/test/BUILD.gn
|
| @@ -33,6 +33,8 @@ source_set("test_support") {
|
| "expectations/parser.h",
|
| "gtest_util.cc",
|
| "gtest_util.h",
|
| + "gtest_xml_unittest_result_printer.cc",
|
| + "gtest_xml_unittest_result_printer.h",
|
| "gtest_xml_util.cc",
|
| "gtest_xml_util.h",
|
| "histogram_tester.cc",
|
| @@ -112,6 +114,8 @@ source_set("test_support") {
|
| "test_support_android.h",
|
| "test_support_ios.h",
|
| "test_support_ios.mm",
|
| + "test_ui_thread_android.cc",
|
| + "test_ui_thread_android.h",
|
| "thread_test_helper.cc",
|
| "thread_test_helper.h",
|
| "trace_event_analyzer.cc",
|
| @@ -203,6 +207,7 @@ if (is_android) {
|
| generate_jni("base_unittests_jni_headers") {
|
| sources = [
|
| "android/java/src/org/chromium/base/ContentUriTestUtils.java",
|
| + "android/java/src/org/chromium/base/TestUiThread.java",
|
| ]
|
| jni_package = "base"
|
| }
|
|
|