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

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

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix end_to_end test + address slan comments Created 5 years, 2 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 deps = [ 9 deps = [
10 "//chromecast/media/audio", 10 "//chromecast/media/audio",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 deps = [ 47 deps = [
48 ":media", 48 ":media",
49 "//chromecast/media/audio:test_support", 49 "//chromecast/media/audio:test_support",
50 "//base", 50 "//base",
51 "//base:i18n", 51 "//base:i18n",
52 "//base/test:test_support", 52 "//base/test:test_support",
53 "//chromecast/base", 53 "//chromecast/base",
54 "//chromecast/base/metrics:test_support", 54 "//chromecast/base/metrics:test_support",
55 "//chromecast/public", 55 "//chromecast/public",
56 "//chromecast/renderer/media",
56 "//media", 57 "//media",
57 "//media/base:test_support", 58 "//media/base:test_support",
58 "//testing/gmock", 59 "//testing/gmock",
59 "//testing/gtest", 60 "//testing/gtest",
60 "//ui/gfx/geometry", 61 "//ui/gfx/geometry",
61 ] 62 ]
62 } 63 }
63 64
64 # TODO(slan): delete this target once Chromecast M44/earlier is obsolete. 65 # TODO(slan): delete this target once Chromecast M44/earlier is obsolete.
65 # See: b/21639416 66 # See: b/21639416
66 shared_library("libffmpegsumo") { 67 shared_library("libffmpegsumo") {
67 output_name = "libffmpegsumo" 68 output_name = "libffmpegsumo"
68 } 69 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698