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

Unified Diff: webrtc/BUILD.gn

Issue 2614833004: GN: Refactor webrtc_nonparallel_tests and audio_tests to avoid crossing package boundaries. (Closed)
Patch Set: base -> rtc_base. Fixed some dependencies. Created 3 years, 11 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 | « no previous file | webrtc/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index e568fc7c7e6bf836b22db8b48c43193b7d769275..a7a6df7e74bb0212557b3365cf42259a4785f20c 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -484,32 +484,13 @@ if (rtc_include_tests) {
rtc_test("webrtc_nonparallel_tests") {
testonly = true
- configs += [ ":rtc_unittests_config" ]
- sources = [
- "base/nullsocketserver_unittest.cc",
- "base/physicalsocketserver_unittest.cc",
- "base/socket_unittest.cc",
- "base/socket_unittest.h",
- "base/socketaddress_unittest.cc",
- "base/virtualsocket_unittest.cc",
- ]
deps = [
- "base:rtc_base",
- "base:rtc_base_tests_utils",
- "//testing/gtest",
+ "base:rtc_base_nonparallel_tests",
]
- if (is_win) {
- sources += [ "base/win32socketserver_unittest.cc" ]
- }
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
shard_timeout = 900
}
-
- if (!build_with_chromium && is_clang) {
- # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
- }
}
if (is_android) {
« no previous file with comments | « no previous file | webrtc/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698