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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 3001023003: Rename all objc targets to be suffixed for consistency (Closed)
Patch Set: rebase Created 3 years, 4 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 | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 71f4c2fe1a7940994b805157377d6c6d183e8e66..9611778fe5196a34bc778ef3ebe2b889ea6fa9d9 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -279,7 +279,7 @@ rtc_static_library("webrtc_vp9") {
if (rtc_include_tests) {
if (is_ios || is_mac) {
- rtc_static_library("objc_codec_test") {
+ rtc_static_library("codec_test_objc") {
sources = [
"codecs/test/objc_codec_h264_test.h",
"codecs/test/objc_codec_h264_test.mm",
@@ -289,11 +289,11 @@ if (rtc_include_tests) {
"../../api/video_codecs:video_codecs_api",
"../../media:rtc_audio_video",
"../../modules:module_api",
- "../../sdk:objc_common",
- "../../sdk:objc_peerconnection",
- "../../sdk:objc_peerconnectionfactory",
- "../../sdk:objc_videotoolbox",
- "../../sdk:objc_videotracksource",
+ "../../sdk:common_objc",
+ "../../sdk:peerconnection_objc",
+ "../../sdk:peerconnectionfactory_objc",
+ "../../sdk:videotoolbox_objc",
+ "../../sdk:videotracksource_objc",
]
if (!build_with_chromium && is_clang) {
@@ -428,9 +428,9 @@ if (rtc_include_tests) {
if (is_ios || is_mac) {
deps += [
- ":objc_codec_test",
+ ":codec_test_objc",
"../../media:rtc_media_base",
- "../../sdk:objc_videotoolbox",
+ "../../sdk:videotoolbox_objc",
]
}
}
@@ -467,7 +467,7 @@ if (rtc_include_tests) {
]
if (is_ios || is_mac) {
- deps += [ ":objc_codec_test" ]
+ deps += [ ":codec_test_objc" ]
}
if (rtc_use_h264) {
@@ -535,7 +535,7 @@ if (rtc_include_tests) {
if (is_ios || is_mac) {
deps += [
- ":objc_codec_test",
+ ":codec_test_objc",
":plot_videoprocessor_integrationtest_bundle_data",
]
}
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698