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

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

Issue 2784433002: Ensures that audio tasks cannot run after AudioManager is deleted. (Closed)
Patch Set: rebase Created 3 years, 7 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("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 group("media") { 8 group("media") {
9 public_deps = [ 9 public_deps = [
10 "//chromecast/media/audio", 10 "//chromecast/media/audio",
(...skipping 13 matching lines...) Expand all
24 ] 24 ]
25 25
26 deps = [ 26 deps = [
27 ":media", 27 ":media",
28 "//base", 28 "//base",
29 "//base/test:test_support", 29 "//base/test:test_support",
30 "//chromecast/base", 30 "//chromecast/base",
31 "//chromecast/base/metrics:test_support", 31 "//chromecast/base/metrics:test_support",
32 "//chromecast/public", 32 "//chromecast/public",
33 "//media", 33 "//media",
34 "//media/audio:test_support",
34 "//media/base:test_support", 35 "//media/base:test_support",
35 "//testing/gmock", 36 "//testing/gmock",
36 "//testing/gtest", 37 "//testing/gtest",
37 ] 38 ]
38 39
39 if (!is_android) { 40 if (!is_android) {
40 deps += [ "//chromecast/media/cma:unittests" ] 41 deps += [ "//chromecast/media/cma:unittests" ]
41 } 42 }
42 } 43 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/media/audio/cast_audio_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698