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

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

Issue 2540693002: Replace test_support_main by test_main and get rid of test_support_main_threaded_mac (Closed)
Patch Set: Adressed comments. Created 4 years 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
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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 10
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 112 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
113 113
114 if (!build_with_chromium && is_clang) { 114 if (!build_with_chromium && is_clang) {
115 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 115 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
116 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 116 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
117 } 117 }
118 118
119 deps = [ 119 deps = [
120 ":common_video", 120 ":common_video",
121 "../system_wrappers:system_wrappers", 121 "../system_wrappers:system_wrappers",
122 "../test:test_support_main", 122 "../test:test_main",
123 "../test:video_test_common", 123 "../test:video_test_common",
124 "//testing/gmock", 124 "//testing/gmock",
125 "//testing/gtest", 125 "//testing/gtest",
126 ] 126 ]
127 127
128 data = common_video_resources 128 data = common_video_resources
129 if (is_android) { 129 if (is_android) {
130 deps += [ "//testing/android/native_test:native_test_support" ] 130 deps += [ "//testing/android/native_test:native_test_support" ]
131 shard_timeout = 900 131 shard_timeout = 900
132 } 132 }
133 133
134 if (is_ios) { 134 if (is_ios) {
135 deps += [ ":common_video_unittests_bundle_data" ] 135 deps += [ ":common_video_unittests_bundle_data" ]
136 } 136 }
137 } 137 }
138 } 138 }
OLDNEW
« no previous file with comments | « webrtc/common_audio/resampler/sinc_resampler_unittest.cc ('k') | webrtc/logging/rtc_event_log/rtc_event_log_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698