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

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

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 20 matching lines...) Expand all
31 "cma/test/frame_segmenter_for_test.h", 31 "cma/test/frame_segmenter_for_test.h",
32 "cma/test/mock_frame_consumer.cc", 32 "cma/test/mock_frame_consumer.cc",
33 "cma/test/mock_frame_consumer.h", 33 "cma/test/mock_frame_consumer.h",
34 "cma/test/mock_frame_provider.cc", 34 "cma/test/mock_frame_provider.cc",
35 "cma/test/mock_frame_provider.h", 35 "cma/test/mock_frame_provider.h",
36 "cma/test/run_all_unittests.cc", 36 "cma/test/run_all_unittests.cc",
37 ] 37 ]
38 38
39 deps = [ 39 deps = [
40 ":media", 40 ":media",
41 "//base",
42 "//base:i18n",
43 "//base/test:test_support",
44 "//chromecast/base",
45 "//chromecast/base/metrics:test_support",
41 "//chromecast/media/audio", 46 "//chromecast/media/audio",
42 "//chromecast/media/base:message_loop", 47 "//chromecast/media/base:message_loop",
43 "//chromecast/media/cma/backend", 48 "//chromecast/media/cma/backend",
44 "//chromecast/media/cma/base", 49 "//chromecast/media/cma/base",
45 "//chromecast/media/cma/ipc", 50 "//chromecast/media/cma/ipc",
46 "//chromecast/media/cma/ipc_streamer", 51 "//chromecast/media/cma/ipc_streamer",
47 "//chromecast/media/cma/pipeline", 52 "//chromecast/media/cma/pipeline",
48 "//base",
49 "//base:i18n",
50 "//base/test:test_support",
51 "//chromecast/base",
52 "//chromecast/base/metrics:test_support",
53 "//chromecast/public", 53 "//chromecast/public",
54 "//media", 54 "//media",
55 "//media/base:test_support", 55 "//media/base:test_support",
56 "//testing/gmock", 56 "//testing/gmock",
57 "//testing/gtest", 57 "//testing/gtest",
58 "//ui/gfx/geometry", 58 "//ui/gfx/geometry",
59 ] 59 ]
60 } 60 }
61 61
62 # TODO(slan): delete this target once Chromecast M44/earlier is obsolete. 62 # TODO(slan): delete this target once Chromecast M44/earlier is obsolete.
63 # See: b/21639416 63 # See: b/21639416
64 shared_library("libffmpegsumo") { 64 shared_library("libffmpegsumo") {
65 output_name = "libffmpegsumo" 65 output_name = "libffmpegsumo"
66 } 66 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698