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

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

Issue 2007593004: Motown: Factor FactoryServiceBase out of MediaFactoryService (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 | services/media/factory_service/factory_service.h » ('j') | 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "//mojo/services/media/audio/interfaces", 43 "//mojo/services/media/audio/interfaces",
44 "//mojo/services/media/common/cpp", 44 "//mojo/services/media/common/cpp",
45 "//mojo/services/media/common/interfaces", 45 "//mojo/services/media/common/interfaces",
46 "//mojo/services/media/control/interfaces", 46 "//mojo/services/media/control/interfaces",
47 "//mojo/services/media/core/interfaces", 47 "//mojo/services/media/core/interfaces",
48 "//mojo/services/network/interfaces", 48 "//mojo/services/network/interfaces",
49 "//services/media/framework", 49 "//services/media/framework",
50 "//services/media/framework_create", 50 "//services/media/framework_create",
51 "//services/media/framework_ffmpeg", 51 "//services/media/framework_ffmpeg",
52 "//services/media/framework_mojo", 52 "//services/media/framework_mojo",
53 "//services/util/cpp",
53 "//url", 54 "//url",
54 ] 55 ]
55 } 56 }
OLDNEW
« no previous file with comments | « no previous file | services/media/factory_service/factory_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698