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

Unified Diff: base/test/BUILD.gn

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « base/sys_info_ios.mm ('k') | base/test/android/java/src/org/chromium/base/TestUiThread.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
}
« no previous file with comments | « base/sys_info_ios.mm ('k') | base/test/android/java/src/org/chromium/base/TestUiThread.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698