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

Side by Side Diff: services/media/factory_service/BUILD.gn

Issue 1992083005: Removed unnecessary dependency on data_pipe_utils (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 group("factory_service") { 8 group("factory_service") {
9 deps = [ 9 deps = [
10 ":media_factory", 10 ":media_factory",
(...skipping 19 matching lines...) Expand all
30 "media_source_impl.h", 30 "media_source_impl.h",
31 "mojo_publisher.h", 31 "mojo_publisher.h",
32 "network_reader_impl.cc", 32 "network_reader_impl.cc",
33 "network_reader_impl.h", 33 "network_reader_impl.h",
34 ] 34 ]
35 35
36 deps = [ 36 deps = [
37 "//base", 37 "//base",
38 "//mojo/application", 38 "//mojo/application",
39 "//mojo/common", 39 "//mojo/common",
40 "//mojo/data_pipe_utils",
41 "//mojo/public/cpp/application", 40 "//mojo/public/cpp/application",
42 "//mojo/public/cpp/system", 41 "//mojo/public/cpp/system",
43 "//mojo/services/media/audio/interfaces", 42 "//mojo/services/media/audio/interfaces",
44 "//mojo/services/media/common/cpp", 43 "//mojo/services/media/common/cpp",
45 "//mojo/services/media/common/interfaces", 44 "//mojo/services/media/common/interfaces",
46 "//mojo/services/media/control/interfaces", 45 "//mojo/services/media/control/interfaces",
47 "//mojo/services/media/core/interfaces", 46 "//mojo/services/media/core/interfaces",
48 "//mojo/services/network/interfaces", 47 "//mojo/services/network/interfaces",
49 "//services/media/framework", 48 "//services/media/framework",
50 "//services/media/framework_create", 49 "//services/media/framework_create",
51 "//services/media/framework_ffmpeg", 50 "//services/media/framework_ffmpeg",
52 "//services/media/framework_mojo", 51 "//services/media/framework_mojo",
53 "//url", 52 "//url",
54 ] 53 ]
55 } 54 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698