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

Side by Side Diff: media/cast/BUILD.gn

Issue 1295233003: Sync GN tests with GYP build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_fix
Patch Set: Created 5 years, 4 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 | « crypto/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cast") { 7 component("cast") {
8 deps = [ 8 deps = [
9 ":sender", 9 ":sender",
10 ":receiver", 10 ":receiver",
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 test("cast_unittests") { 278 test("cast_unittests") {
279 sources = [ 279 sources = [
280 "logging/encoding_event_subscriber_unittest.cc", 280 "logging/encoding_event_subscriber_unittest.cc",
281 "logging/logging_impl_unittest.cc", 281 "logging/logging_impl_unittest.cc",
282 "logging/logging_raw_unittest.cc", 282 "logging/logging_raw_unittest.cc",
283 "logging/receiver_time_offset_estimator_impl_unittest.cc", 283 "logging/receiver_time_offset_estimator_impl_unittest.cc",
284 "logging/serialize_deserialize_test.cc", 284 "logging/serialize_deserialize_test.cc",
285 "logging/simple_event_subscriber_unittest.cc", 285 "logging/simple_event_subscriber_unittest.cc",
286 "logging/stats_event_subscriber_unittest.cc", 286 "logging/stats_event_subscriber_unittest.cc",
287 "net/cast_transport_sender_impl_unittest.cc", 287 "net/cast_transport_sender_impl_unittest.cc",
288 "net/frame_id_wrap_helper_test.cc",
288 "net/mock_cast_transport_sender.cc", 289 "net/mock_cast_transport_sender.cc",
289 "net/mock_cast_transport_sender.h", 290 "net/mock_cast_transport_sender.h",
290 "net/pacing/mock_paced_packet_sender.cc", 291 "net/pacing/mock_paced_packet_sender.cc",
291 "net/pacing/mock_paced_packet_sender.h", 292 "net/pacing/mock_paced_packet_sender.h",
292 "net/pacing/paced_sender_unittest.cc", 293 "net/pacing/paced_sender_unittest.cc",
293 "net/rtcp/receiver_rtcp_event_subscriber_unittest.cc", 294 "net/rtcp/receiver_rtcp_event_subscriber_unittest.cc",
294 "net/rtcp/rtcp_builder_unittest.cc", 295 "net/rtcp/rtcp_builder_unittest.cc",
295 "net/rtcp/rtcp_unittest.cc", 296 "net/rtcp/rtcp_unittest.cc",
296 "net/rtcp/rtcp_utility_unittest.cc", 297 "net/rtcp/rtcp_utility_unittest.cc",
297 298
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "test/utility/tap_proxy.cc", 426 "test/utility/tap_proxy.cc",
426 ] 427 ]
427 428
428 deps = [ 429 deps = [
429 ":test_support", 430 ":test_support",
430 "//base", 431 "//base",
431 "//media", 432 "//media",
432 ] 433 ]
433 } 434 }
434 } 435 }
OLDNEW
« no previous file with comments | « crypto/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698