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

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

Issue 2041743003: GN: Add SDK tests to rtc_unittests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Final fixes Created 4 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
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 5f865b3b19e2a7961196e4f29eb3bc1fbf774fea..7b1138416a37dc9af57e259c0d61670ba6621718 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -184,12 +184,10 @@ if (is_ios) {
"codecs/h264/h264_video_toolbox_nalu.h",
]
- configs += [ "//build/config/compiler:enable_arc" ]
-
- cflags = [ "-Wobjc-missing-property-synthesis" ]
-
- precompiled_header = "../../sdk/objc/WebRTC-Prefix.pch"
- precompiled_source = "../../sdk/objc/WebRTC-Prefix.pch"
+ configs += [
+ "../..:common_objc",
+ "//build/config/compiler:enable_arc",
+ ]
deps = [
"../../sdk:rtc_sdk_common_objc",

Powered by Google App Engine
This is Rietveld 408576698