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

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

Issue 2548763002: Remove xdisplaycheck (Closed)
Patch Set: 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
« no previous file with comments | « tools/mb/mb_unittest.py ('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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 140
141 if (!build_with_chromium && is_clang) { 141 if (!build_with_chromium && is_clang) {
142 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 142 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
143 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 143 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
144 } 144 }
145 145
146 if (is_ios) { 146 if (is_ios) {
147 configs += [ "//build/config/compiler:enable_arc" ] 147 configs += [ "//build/config/compiler:enable_arc" ]
148 } 148 }
149 149
150 if (use_x11) {
151 deps += [ "//tools/xdisplaycheck" ]
152 }
153
154 if (is_android) { 150 if (is_android) {
155 deps += [ "//base:base" ] 151 deps += [ "//base:base" ]
156 data = [ 152 data = [
157 "../build/android/test_runner.py", 153 "../build/android/test_runner.py",
158 ] 154 ]
159 } 155 }
160 156
161 if (rtc_use_memcheck) { 157 if (rtc_use_memcheck) {
162 data = valgrind_webrtc_dependencies 158 data = valgrind_webrtc_dependencies
163 } 159 }
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 416 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
421 } 417 }
422 418
423 deps = [ 419 deps = [
424 ":test_support", 420 ":test_support",
425 ":video_test_common", 421 ":video_test_common",
426 "../modules/media_file", 422 "../modules/media_file",
427 "//testing/gtest", 423 "//testing/gtest",
428 ] 424 ]
429 } 425 }
OLDNEW
« no previous file with comments | « tools/mb/mb_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698