OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 3630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3641 "local_discovery/service_discovery_client_mdns.h", | 3641 "local_discovery/service_discovery_client_mdns.h", |
3642 "printing/cloud_print/privet_traffic_detector.cc", | 3642 "printing/cloud_print/privet_traffic_detector.cc", |
3643 "printing/cloud_print/privet_traffic_detector.h", | 3643 "printing/cloud_print/privet_traffic_detector.h", |
3644 ] | 3644 ] |
3645 } | 3645 } |
3646 | 3646 |
3647 if (enable_media_router) { | 3647 if (enable_media_router) { |
3648 deps += [ | 3648 deps += [ |
3649 "//chrome/browser/media/router", | 3649 "//chrome/browser/media/router", |
3650 "//media/cast:net", | 3650 "//media/cast:net", |
| 3651 "//media/mojo/interfaces:remoting", |
3651 ] | 3652 ] |
3652 sources += [ | 3653 sources += [ |
| 3654 "media/cast_remoting_connector.cc", |
| 3655 "media/cast_remoting_connector.h", |
3653 "media/cast_remoting_sender.cc", | 3656 "media/cast_remoting_sender.cc", |
3654 "media/cast_remoting_sender.h", | 3657 "media/cast_remoting_sender.h", |
3655 ] | 3658 ] |
3656 } | 3659 } |
3657 | 3660 |
3658 if (enable_mojo_media) { | 3661 if (enable_mojo_media) { |
3659 configs += [ "//media/mojo/services:mojo_media_config" ] | 3662 configs += [ "//media/mojo/services:mojo_media_config" ] |
3660 sources += [ | 3663 sources += [ |
3661 "media/output_protection_impl.cc", | 3664 "media/output_protection_impl.cc", |
3662 "media/output_protection_impl.h", | 3665 "media/output_protection_impl.h", |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4239 # linking all of the test support. | 4242 # linking all of the test support. |
4240 static_library("pepper_cdm_test_constants") { | 4243 static_library("pepper_cdm_test_constants") { |
4241 testonly = true | 4244 testonly = true |
4242 visibility = [ "//chrome/*" ] | 4245 visibility = [ "//chrome/*" ] |
4243 sources = [ | 4246 sources = [ |
4244 "media/pepper_cdm_test_constants.cc", | 4247 "media/pepper_cdm_test_constants.cc", |
4245 "media/pepper_cdm_test_constants.h", | 4248 "media/pepper_cdm_test_constants.h", |
4246 ] | 4249 ] |
4247 } | 4250 } |
4248 } | 4251 } |
OLD | NEW |