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

Unified Diff: webrtc/media/BUILD.gn

Issue 2832063003: Enabling 'gn check' on webrtc/video (Closed)
Patch Set: Revert "running chromium trybots" 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 | « .gn ('k') | webrtc/ortc/BUILD.gn » ('j') | webrtc/video/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index ea4b8f351e5fa3d89813c8e59c4dad697aeb5a36..b1f768c52e125d359bd0a735e5c9e879097b2b1a 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -261,7 +261,7 @@ if (rtc_include_tests) {
}
}
- rtc_source_set("rtc_unittest_main") {
+ rtc_source_set("rtc_media_tests_utils") {
testonly = true
include_dirs = []
@@ -313,7 +313,6 @@ if (rtc_include_tests) {
"../api/video_codecs:video_codecs_api",
"../base:rtc_base",
"../base:rtc_base_approved",
- "../base:rtc_base_tests_main",
"../base:rtc_base_tests_utils",
"../call:call_interfaces",
"../test:test_support",
@@ -441,13 +440,14 @@ if (rtc_include_tests) {
deps += [
":rtc_media",
":rtc_media_base",
- ":rtc_unittest_main",
+ ":rtc_media_tests_utils",
"../api:video_frame_api",
"../api/audio_codecs:builtin_audio_decoder_factory",
"../api/video_codecs:video_codecs_api",
"../audio",
"../base:rtc_base",
"../base:rtc_base_approved",
+ "../base:rtc_base_tests_main",
"../base:rtc_base_tests_utils",
"../call:call_interfaces",
"../common_video:common_video",
« no previous file with comments | « .gn ('k') | webrtc/ortc/BUILD.gn » ('j') | webrtc/video/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698