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

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

Issue 2024953003: Motown: Move framework/util/incident* so other services can use it (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 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 source_set("framework_mojo") { 5 source_set("framework_mojo") {
6 sources = [ 6 sources = [
7 "mojo_allocator.cc", 7 "mojo_allocator.cc",
8 "mojo_allocator.h", 8 "mojo_allocator.h",
9 "mojo_consumer.cc", 9 "mojo_consumer.cc",
10 "mojo_consumer.h", 10 "mojo_consumer.h",
(...skipping 13 matching lines...) Expand all
24 "//base", 24 "//base",
25 "//mojo/common", 25 "//mojo/common",
26 "//mojo/public/cpp/application", 26 "//mojo/public/cpp/application",
27 "//mojo/services/media/audio/interfaces", 27 "//mojo/services/media/audio/interfaces",
28 "//mojo/services/media/common/cpp", 28 "//mojo/services/media/common/cpp",
29 "//mojo/services/media/common/interfaces", 29 "//mojo/services/media/common/interfaces",
30 "//mojo/services/media/control/interfaces", 30 "//mojo/services/media/control/interfaces",
31 "//mojo/services/media/core/interfaces", 31 "//mojo/services/media/core/interfaces",
32 "//mojo/services/network/interfaces", 32 "//mojo/services/network/interfaces",
33 "//services/media/framework", 33 "//services/media/framework",
34 "//services/util/cpp",
34 ] 35 ]
35 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698