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

Side by Side Diff: components/audio_modem/BUILD.gn

Issue 1243923002: Shorten audio_modem test_support target to just "test_support". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « chrome/test/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("audio_modem") { 5 static_library("audio_modem") {
6 sources = [ 6 sources = [
7 "audio_modem_switches.cc", 7 "audio_modem_switches.cc",
8 "audio_modem_switches.h", 8 "audio_modem_switches.h",
9 "audio_player.h", 9 "audio_player.h",
10 "audio_player_impl.cc", 10 "audio_player_impl.cc",
(...skipping 10 matching lines...) Expand all
21 ] 21 ]
22 22
23 deps = [ 23 deps = [
24 "//base", 24 "//base",
25 "//content", 25 "//content",
26 "//media", 26 "//media",
27 "//third_party/webrtc/common_audio", 27 "//third_party/webrtc/common_audio",
28 ] 28 ]
29 } 29 }
30 30
31 static_library("audio_modem_test_support") { 31 source_set("test_support") {
32 sources = [ 32 sources = [
33 "test/random_samples.cc", 33 "test/random_samples.cc",
34 "test/random_samples.h", 34 "test/random_samples.h",
35 "test/stub_modem.cc", 35 "test/stub_modem.cc",
36 "test/stub_modem.h", 36 "test/stub_modem.h",
37 "test/stub_whispernet_client.cc", 37 "test/stub_whispernet_client.cc",
38 "test/stub_whispernet_client.h", 38 "test/stub_whispernet_client.h",
39 ] 39 ]
40 40
41 deps = [ 41 deps = [
42 "//base", 42 "//base",
43 "//media", 43 "//media",
44 ] 44 ]
45 } 45 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698