| 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 "media/cast_remoting_connector.cc", | 557 "media/cast_remoting_connector.cc", |
| 558 "media/cast_remoting_connector.h", | 558 "media/cast_remoting_connector.h", |
| 559 "media/cast_remoting_connector_messaging.cc", | 559 "media/cast_remoting_connector_messaging.cc", |
| 560 "media/cast_remoting_connector_messaging.h", | 560 "media/cast_remoting_connector_messaging.h", |
| 561 "media/cast_remoting_sender.cc", | 561 "media/cast_remoting_sender.cc", |
| 562 "media/cast_remoting_sender.h", | 562 "media/cast_remoting_sender.h", |
| 563 "media/media_access_handler.cc", | 563 "media/media_access_handler.cc", |
| 564 "media/media_access_handler.h", | 564 "media/media_access_handler.h", |
| 565 "media/media_device_id_salt.cc", | 565 "media/media_device_id_salt.cc", |
| 566 "media/media_device_id_salt.h", | 566 "media/media_device_id_salt.h", |
| 567 "media/media_engagement_service.cc", |
| 568 "media/media_engagement_service.h", |
| 569 "media/media_engagement_service_factory.cc", |
| 570 "media/media_engagement_service_factory.h", |
| 567 "media/media_url_constants.cc", | 571 "media/media_url_constants.cc", |
| 568 "media/media_url_constants.h", | 572 "media/media_url_constants.h", |
| 569 "media/midi_permission_context.cc", | 573 "media/midi_permission_context.cc", |
| 570 "media/midi_permission_context.h", | 574 "media/midi_permission_context.h", |
| 571 "media/output_protection_proxy.cc", | 575 "media/output_protection_proxy.cc", |
| 572 "media/output_protection_proxy.h", | 576 "media/output_protection_proxy.h", |
| 573 "media/router/media_router_feature.cc", | 577 "media/router/media_router_feature.cc", |
| 574 "media/router/media_router_feature.h", | 578 "media/router/media_router_feature.h", |
| 575 "media/webrtc/desktop_media_list.h", | 579 "media/webrtc/desktop_media_list.h", |
| 576 "media/webrtc/desktop_media_list_base.cc", | 580 "media/webrtc/desktop_media_list_base.cc", |
| (...skipping 4123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4700 "media/pepper_cdm_test_constants.cc", | 4704 "media/pepper_cdm_test_constants.cc", |
| 4701 "media/pepper_cdm_test_constants.h", | 4705 "media/pepper_cdm_test_constants.h", |
| 4702 ] | 4706 ] |
| 4703 } | 4707 } |
| 4704 } | 4708 } |
| 4705 | 4709 |
| 4706 service_manifest("preferences_forwarder_manifest") { | 4710 service_manifest("preferences_forwarder_manifest") { |
| 4707 name = "preferences_forwarder" | 4711 name = "preferences_forwarder" |
| 4708 source = "prefs/forwarder_manifest.json" | 4712 source = "prefs/forwarder_manifest.json" |
| 4709 } | 4713 } |
| OLD | NEW |