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

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

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed) Base URL: https://eureka-internal.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 6 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
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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 group("media") { 7 group("media") {
8 deps = [ 8 deps = [
9 "//chromecast/media/base", 9 "//chromecast/media/base",
10 "//chromecast/media/cdm", 10 "//chromecast/media/cdm",
11 "//chromecast/media/cma", 11 "//chromecast/media/cma",
12 ] 12 ]
13 } 13 }
14 14
15 test("unittests") { 15 test("cast_media_unittests") {
alokp 2015/06/15 17:51:49 I would keep the target name as unittests and add
gunsch 2015/06/15 18:05:59 Disagreed. See: https://code.google.com/p/chromium
alokp 2015/06/15 18:14:40 You are right. Thanks for including the search res
slan 2015/06/16 14:57:49 Acknowledged.
16 sources = [ 16 sources = [
17 "//media/base", 17 "//media/base",
18 "cma/backend/audio_video_pipeline_device_unittest.cc", 18 "cma/backend/audio_video_pipeline_device_unittest.cc",
19 "cma/base/balanced_media_task_runner_unittest.cc", 19 "cma/base/balanced_media_task_runner_unittest.cc",
20 "cma/base/buffering_controller_unittest.cc", 20 "cma/base/buffering_controller_unittest.cc",
21 "cma/base/buffering_frame_provider_unittest.cc", 21 "cma/base/buffering_frame_provider_unittest.cc",
22 "cma/filters/demuxer_stream_adapter_unittest.cc", 22 "cma/filters/demuxer_stream_adapter_unittest.cc",
23 "cma/filters/multi_demuxer_stream_adapter_unittest.cc", 23 "cma/filters/multi_demuxer_stream_adapter_unittest.cc",
24 "cma/ipc/media_message_fifo_unittest.cc", 24 "cma/ipc/media_message_fifo_unittest.cc",
25 "cma/ipc/media_message_unittest.cc", 25 "cma/ipc/media_message_unittest.cc",
(...skipping 21 matching lines...) Expand all
47 "//base/test:test_support", 47 "//base/test:test_support",
48 "//chromecast/base/metrics:test_support", 48 "//chromecast/base/metrics:test_support",
49 "//media", 49 "//media",
50 "//media/base:test_support", 50 "//media/base:test_support",
51 "//testing/gmock", 51 "//testing/gmock",
52 "//testing/gtest", 52 "//testing/gtest",
53 ] 53 ]
54 54
55 configs += [ "//chromecast:config" ] 55 configs += [ "//chromecast:config" ]
56 } 56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698