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

Unified Diff: third_party/libjingle_xmpp/BUILD.gn

Issue 2803333002: Add libjingle_xmpp_unittests to Chromium bots. (Closed)
Patch Set: Fully utilizing Chromium test launcher Created 3 years, 8 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | third_party/libjingle_xmpp/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle_xmpp/BUILD.gn
diff --git a/third_party/libjingle_xmpp/BUILD.gn b/third_party/libjingle_xmpp/BUILD.gn
index ade4e49034decd6bc26da5ce31a0817bea51ede6..ff717ec7b5a1de6bad11317d4a52654ac815d5df 100644
--- a/third_party/libjingle_xmpp/BUILD.gn
+++ b/third_party/libjingle_xmpp/BUILD.gn
@@ -132,6 +132,8 @@ rtc_test("libjingle_xmpp_unittests") {
":libjingle_xmpp",
":rtc_task_runner",
+ "//base/test:run_all_unittests",
+ "//base/test:test_support",
# TODO(kjellander): Refactor/remove this dependency. It is needed by
# third_party/webrtc_overrides/webrtc/base/win32socketinit.cc.
"//net",
@@ -139,7 +141,6 @@ rtc_test("libjingle_xmpp_unittests") {
]
sources = [
- "run_all_unittests.cc",
"task_runner/task_unittest.cc",
"xmllite/qname_unittest.cc",
"xmllite/xmlbuilder_unittest.cc",
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | third_party/libjingle_xmpp/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698