| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |