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