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

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

Issue 2838683002: Revert of Enable GN check for webrtc/base (Closed)
Patch Set: Revert "removing .gn changes to test 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 unified diff | Download patch
« no previous file with comments | « webrtc/test/fuzzers/BUILD.gn ('k') | no next file » | 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 10
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "../common_audio", 174 "../common_audio",
175 ] 175 ]
176 } 176 }
177 177
178 if (rtc_include_tests) { 178 if (rtc_include_tests) {
179 rtc_test("voice_engine_unittests") { 179 rtc_test("voice_engine_unittests") {
180 deps = [ 180 deps = [
181 ":file_player", 181 ":file_player",
182 ":voice_engine", 182 ":voice_engine",
183 "../base:rtc_base_approved", 183 "../base:rtc_base_approved",
184 "../base:rtc_base_tests_utils",
185 "../test:test_common", 184 "../test:test_common",
186 "//testing/gmock", 185 "//testing/gmock",
187 "//testing/gtest", 186 "//testing/gtest",
188 "//third_party/gflags", 187 "//third_party/gflags",
189 "//webrtc/common_audio", 188 "//webrtc/common_audio",
190 "//webrtc/modules/audio_coding", 189 "//webrtc/modules/audio_coding",
191 "//webrtc/modules/audio_conference_mixer", 190 "//webrtc/modules/audio_conference_mixer",
192 "//webrtc/modules/audio_device", 191 "//webrtc/modules/audio_device",
193 "//webrtc/modules/audio_processing", 192 "//webrtc/modules/audio_processing",
194 "//webrtc/modules/media_file", 193 "//webrtc/modules/media_file",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 ] 301 ]
303 } 302 }
304 303
305 if (!build_with_chromium && is_clang) { 304 if (!build_with_chromium && is_clang) {
306 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) . 305 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) .
307 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 306 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
308 } 307 }
309 } 308 }
310 } 309 }
311 } 310 }
OLDNEW
« no previous file with comments | « webrtc/test/fuzzers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698