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

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

Issue 2556943003: Refactor webrtc/{api,audio} and modules/audio_coding for GN check (Closed)
Patch Set: More Android fixes 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 | « webrtc/modules/audio_coding/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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "../system_wrappers:field_trial_default", 87 "../system_wrappers:field_trial_default",
88 ] 88 ]
89 } 89 }
90 90
91 rtc_source_set("test_main") { 91 rtc_source_set("test_main") {
92 testonly = true 92 testonly = true
93 sources = [ 93 sources = [
94 "test_main.cc", 94 "test_main.cc",
95 ] 95 ]
96 96
97 public_deps = [
98 ":test_support",
99 ]
97 deps = [ 100 deps = [
98 ":field_trial", 101 ":field_trial",
99 ":test_support",
100 "../system_wrappers:metrics_default", 102 "../system_wrappers:metrics_default",
101 "//testing/gmock", 103 "//testing/gmock",
102 "//testing/gtest", 104 "//testing/gtest",
103 "//third_party/gflags", 105 "//third_party/gflags",
104 ] 106 ]
105 } 107 }
106 108
107 rtc_source_set("fileutils") { 109 rtc_source_set("fileutils") {
108 testonly = true 110 testonly = true
109 sources = [ 111 sources = [
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 399 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
398 } 400 }
399 401
400 deps = [ 402 deps = [
401 ":test_support", 403 ":test_support",
402 ":video_test_common", 404 ":video_test_common",
403 "../modules/media_file", 405 "../modules/media_file",
404 "//testing/gtest", 406 "//testing/gtest",
405 ] 407 ]
406 } 408 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698