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 3643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3654 "local_discovery/service_discovery_client_mdns.h", | 3654 "local_discovery/service_discovery_client_mdns.h", |
3655 "printing/cloud_print/privet_traffic_detector.cc", | 3655 "printing/cloud_print/privet_traffic_detector.cc", |
3656 "printing/cloud_print/privet_traffic_detector.h", | 3656 "printing/cloud_print/privet_traffic_detector.h", |
3657 ] | 3657 ] |
3658 } | 3658 } |
3659 | 3659 |
3660 if (enable_media_router) { | 3660 if (enable_media_router) { |
3661 deps += [ | 3661 deps += [ |
3662 "//chrome/browser/media/router", | 3662 "//chrome/browser/media/router", |
3663 "//media/cast:net", | 3663 "//media/cast:net", |
| 3664 "//media/mojo/interfaces:remoting", |
3664 ] | 3665 ] |
3665 sources += [ | 3666 sources += [ |
| 3667 "media/cast_remoting_connector.cc", |
| 3668 "media/cast_remoting_connector.h", |
3666 "media/cast_remoting_sender.cc", | 3669 "media/cast_remoting_sender.cc", |
3667 "media/cast_remoting_sender.h", | 3670 "media/cast_remoting_sender.h", |
3668 ] | 3671 ] |
3669 } | 3672 } |
3670 | 3673 |
3671 if (enable_mojo_media) { | 3674 if (enable_mojo_media) { |
3672 configs += [ "//media/mojo/services:mojo_media_config" ] | 3675 configs += [ "//media/mojo/services:mojo_media_config" ] |
3673 sources += [ | 3676 sources += [ |
3674 "media/output_protection_impl.cc", | 3677 "media/output_protection_impl.cc", |
3675 "media/output_protection_impl.h", | 3678 "media/output_protection_impl.h", |
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4244 # linking all of the test support. | 4247 # linking all of the test support. |
4245 static_library("pepper_cdm_test_constants") { | 4248 static_library("pepper_cdm_test_constants") { |
4246 testonly = true | 4249 testonly = true |
4247 visibility = [ "//chrome/*" ] | 4250 visibility = [ "//chrome/*" ] |
4248 sources = [ | 4251 sources = [ |
4249 "media/pepper_cdm_test_constants.cc", | 4252 "media/pepper_cdm_test_constants.cc", |
4250 "media/pepper_cdm_test_constants.h", | 4253 "media/pepper_cdm_test_constants.h", |
4251 ] | 4254 ] |
4252 } | 4255 } |
4253 } | 4256 } |
OLD | NEW |