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

Side by Side Diff: webrtc/test/BUILD.gn

Issue 2834273002: Reland of GN: Enable ARC for Mac and iOS in rtc_* templates (Closed)
Patch Set: Make sure PeerConnection is released before factory 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 unified diff | Download patch
« no previous file with comments | « webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm ('k') | webrtc/test/mac/run_test.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../webrtc.gni") 9 import("../webrtc.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 } 121 }
122 122
123 rtc_source_set("fileutils") { 123 rtc_source_set("fileutils") {
124 testonly = true 124 testonly = true
125 sources = [ 125 sources = [
126 "testsupport/fileutils.cc", 126 "testsupport/fileutils.cc",
127 "testsupport/fileutils.h", 127 "testsupport/fileutils.h",
128 ] 128 ]
129 if (is_ios) { 129 if (is_ios) {
130 sources += [ "testsupport/iosfileutils.mm" ] 130 sources += [ "testsupport/iosfileutils.mm" ]
131 configs += [ "//build/config/compiler:enable_arc" ]
132 } 131 }
133 visibility = [ ":*" ] 132 visibility = [ ":*" ]
134 deps = [ 133 deps = [
135 "..:webrtc_common", 134 "..:webrtc_common",
136 "../base:rtc_base_approved", 135 "../base:rtc_base_approved",
137 ] 136 ]
138 if (is_ios) { 137 if (is_ios) {
139 deps += [ "../sdk:rtc_sdk_common_objc" ] 138 deps += [ "../sdk:rtc_sdk_common_objc" ]
140 } 139 }
141 if (is_win) { 140 if (is_win) {
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 "mock_audio_decoder.h", 545 "mock_audio_decoder.h",
547 "mock_audio_decoder_factory.h", 546 "mock_audio_decoder_factory.h",
548 ] 547 ]
549 deps = [ 548 deps = [
550 ":test_support", 549 ":test_support",
551 "../api/audio_codecs:audio_codecs_api", 550 "../api/audio_codecs:audio_codecs_api",
552 "../api/audio_codecs:builtin_audio_decoder_factory", 551 "../api/audio_codecs:builtin_audio_decoder_factory",
553 "../base:rtc_base_approved", 552 "../base:rtc_base_approved",
554 ] 553 ]
555 } 554 }
OLDNEW
« no previous file with comments | « webrtc/sdk/objc/Framework/UnitTests/avformatmappertests.mm ('k') | webrtc/test/mac/run_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698