| 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 "media/media_device_id_salt.cc", | 574 "media/media_device_id_salt.cc", |
| 575 "media/media_device_id_salt.h", | 575 "media/media_device_id_salt.h", |
| 576 "media/media_engagement_service.cc", | 576 "media/media_engagement_service.cc", |
| 577 "media/media_engagement_service.h", | 577 "media/media_engagement_service.h", |
| 578 "media/media_engagement_service_factory.cc", | 578 "media/media_engagement_service_factory.cc", |
| 579 "media/media_engagement_service_factory.h", | 579 "media/media_engagement_service_factory.h", |
| 580 "media/media_url_constants.cc", | 580 "media/media_url_constants.cc", |
| 581 "media/media_url_constants.h", | 581 "media/media_url_constants.h", |
| 582 "media/midi_permission_context.cc", | 582 "media/midi_permission_context.cc", |
| 583 "media/midi_permission_context.h", | 583 "media/midi_permission_context.h", |
| 584 "media/midi_sysex_permission_context.cc", |
| 585 "media/midi_sysex_permission_context.h", |
| 584 "media/output_protection_proxy.cc", | 586 "media/output_protection_proxy.cc", |
| 585 "media/output_protection_proxy.h", | 587 "media/output_protection_proxy.h", |
| 586 "media/router/media_router_feature.cc", | 588 "media/router/media_router_feature.cc", |
| 587 "media/router/media_router_feature.h", | 589 "media/router/media_router_feature.h", |
| 588 "media/webrtc/desktop_media_list.h", | 590 "media/webrtc/desktop_media_list.h", |
| 589 "media/webrtc/desktop_media_list_base.cc", | 591 "media/webrtc/desktop_media_list_base.cc", |
| 590 "media/webrtc/desktop_media_list_base.h", | 592 "media/webrtc/desktop_media_list_base.h", |
| 591 "media/webrtc/desktop_media_picker.h", | 593 "media/webrtc/desktop_media_picker.h", |
| 592 "media/webrtc/desktop_streams_registry.cc", | 594 "media/webrtc/desktop_streams_registry.cc", |
| 593 "media/webrtc/desktop_streams_registry.h", | 595 "media/webrtc/desktop_streams_registry.h", |
| (...skipping 4171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4765 "media/pepper_cdm_test_constants.cc", | 4767 "media/pepper_cdm_test_constants.cc", |
| 4766 "media/pepper_cdm_test_constants.h", | 4768 "media/pepper_cdm_test_constants.h", |
| 4767 ] | 4769 ] |
| 4768 } | 4770 } |
| 4769 } | 4771 } |
| 4770 | 4772 |
| 4771 service_manifest("preferences_forwarder_manifest") { | 4773 service_manifest("preferences_forwarder_manifest") { |
| 4772 name = "preferences_forwarder" | 4774 name = "preferences_forwarder" |
| 4773 source = "prefs/forwarder_manifest.json" | 4775 source = "prefs/forwarder_manifest.json" |
| 4774 } | 4776 } |
| OLD | NEW |