| 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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 "//device/usb/public/interfaces", | 1635 "//device/usb/public/interfaces", |
| 1636 "//device/vr/features", | 1636 "//device/vr/features", |
| 1637 "//extensions/features", | 1637 "//extensions/features", |
| 1638 "//gin:gin_features", | 1638 "//gin:gin_features", |
| 1639 "//google_apis", | 1639 "//google_apis", |
| 1640 "//gpu/config", | 1640 "//gpu/config", |
| 1641 "//media", | 1641 "//media", |
| 1642 "//media:media_features", | 1642 "//media:media_features", |
| 1643 "//media/cast:net", | 1643 "//media/cast:net", |
| 1644 "//media/midi", | 1644 "//media/midi", |
| 1645 "//media/mojo:features", |
| 1645 "//media/mojo/interfaces:remoting", | 1646 "//media/mojo/interfaces:remoting", |
| 1646 "//mojo/common", | 1647 "//mojo/common", |
| 1647 "//mojo/edk/system", | 1648 "//mojo/edk/system", |
| 1648 "//mojo/public/cpp/bindings", | 1649 "//mojo/public/cpp/bindings", |
| 1649 "//mojo/public/js", | 1650 "//mojo/public/js", |
| 1650 "//net:extras", | 1651 "//net:extras", |
| 1651 "//ppapi/features", | 1652 "//ppapi/features", |
| 1652 "//printing/features", | 1653 "//printing/features", |
| 1653 "//rlz/features", | 1654 "//rlz/features", |
| 1654 "//services/data_decoder/public/cpp", | 1655 "//services/data_decoder/public/cpp", |
| (...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4063 "local_discovery/service_discovery_client_impl.cc", | 4064 "local_discovery/service_discovery_client_impl.cc", |
| 4064 "local_discovery/service_discovery_client_impl.h", | 4065 "local_discovery/service_discovery_client_impl.h", |
| 4065 "local_discovery/service_discovery_client_mdns.cc", | 4066 "local_discovery/service_discovery_client_mdns.cc", |
| 4066 "local_discovery/service_discovery_client_mdns.h", | 4067 "local_discovery/service_discovery_client_mdns.h", |
| 4067 "printing/cloud_print/privet_traffic_detector.cc", | 4068 "printing/cloud_print/privet_traffic_detector.cc", |
| 4068 "printing/cloud_print/privet_traffic_detector.h", | 4069 "printing/cloud_print/privet_traffic_detector.h", |
| 4069 ] | 4070 ] |
| 4070 } | 4071 } |
| 4071 | 4072 |
| 4072 if (enable_mojo_media) { | 4073 if (enable_mojo_media) { |
| 4073 configs += [ "//media/mojo/services:mojo_media_config" ] | |
| 4074 sources += [ | 4074 sources += [ |
| 4075 "media/output_protection_impl.cc", | 4075 "media/output_protection_impl.cc", |
| 4076 "media/output_protection_impl.h", | 4076 "media/output_protection_impl.h", |
| 4077 ] | 4077 ] |
| 4078 deps += [ "//media/mojo/interfaces" ] | 4078 deps += [ "//media/mojo/interfaces" ] |
| 4079 if (mojo_media_host == "browser") { | 4079 if (mojo_media_host == "browser") { |
| 4080 deps += [ "//media/mojo/services" ] | 4080 deps += [ "//media/mojo/services" ] |
| 4081 } | 4081 } |
| 4082 } | 4082 } |
| 4083 | 4083 |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4758 "media/pepper_cdm_test_constants.cc", | 4758 "media/pepper_cdm_test_constants.cc", |
| 4759 "media/pepper_cdm_test_constants.h", | 4759 "media/pepper_cdm_test_constants.h", |
| 4760 ] | 4760 ] |
| 4761 } | 4761 } |
| 4762 } | 4762 } |
| 4763 | 4763 |
| 4764 service_manifest("preferences_forwarder_manifest") { | 4764 service_manifest("preferences_forwarder_manifest") { |
| 4765 name = "preferences_forwarder" | 4765 name = "preferences_forwarder" |
| 4766 source = "prefs/forwarder_manifest.json" | 4766 source = "prefs/forwarder_manifest.json" |
| 4767 } | 4767 } |
| OLD | NEW |