| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 "media/media_engagement_contents_observer.cc", | 570 "media/media_engagement_contents_observer.cc", |
| 571 "media/media_engagement_contents_observer.h", | 571 "media/media_engagement_contents_observer.h", |
| 572 "media/media_engagement_service.cc", | 572 "media/media_engagement_service.cc", |
| 573 "media/media_engagement_service.h", | 573 "media/media_engagement_service.h", |
| 574 "media/media_engagement_service_factory.cc", | 574 "media/media_engagement_service_factory.cc", |
| 575 "media/media_engagement_service_factory.h", | 575 "media/media_engagement_service_factory.h", |
| 576 "media/media_url_constants.cc", | 576 "media/media_url_constants.cc", |
| 577 "media/media_url_constants.h", | 577 "media/media_url_constants.h", |
| 578 "media/midi_permission_context.cc", | 578 "media/midi_permission_context.cc", |
| 579 "media/midi_permission_context.h", | 579 "media/midi_permission_context.h", |
| 580 "media/midi_sysex_permission_context.cc", |
| 581 "media/midi_sysex_permission_context.h", |
| 580 "media/output_protection_proxy.cc", | 582 "media/output_protection_proxy.cc", |
| 581 "media/output_protection_proxy.h", | 583 "media/output_protection_proxy.h", |
| 582 "media/router/media_router_feature.cc", | 584 "media/router/media_router_feature.cc", |
| 583 "media/router/media_router_feature.h", | 585 "media/router/media_router_feature.h", |
| 584 "media/webrtc/desktop_media_list.h", | 586 "media/webrtc/desktop_media_list.h", |
| 585 "media/webrtc/desktop_media_list_base.cc", | 587 "media/webrtc/desktop_media_list_base.cc", |
| 586 "media/webrtc/desktop_media_list_base.h", | 588 "media/webrtc/desktop_media_list_base.h", |
| 587 "media/webrtc/desktop_media_picker.h", | 589 "media/webrtc/desktop_media_picker.h", |
| 588 "media/webrtc/desktop_streams_registry.cc", | 590 "media/webrtc/desktop_streams_registry.cc", |
| 589 "media/webrtc/desktop_streams_registry.h", | 591 "media/webrtc/desktop_streams_registry.h", |
| (...skipping 4185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4775 "media/pepper_cdm_test_constants.cc", | 4777 "media/pepper_cdm_test_constants.cc", |
| 4776 "media/pepper_cdm_test_constants.h", | 4778 "media/pepper_cdm_test_constants.h", |
| 4777 ] | 4779 ] |
| 4778 } | 4780 } |
| 4779 } | 4781 } |
| 4780 | 4782 |
| 4781 service_manifest("preferences_forwarder_manifest") { | 4783 service_manifest("preferences_forwarder_manifest") { |
| 4782 name = "preferences_forwarder" | 4784 name = "preferences_forwarder" |
| 4783 source = "prefs/forwarder_manifest.json" | 4785 source = "prefs/forwarder_manifest.json" |
| 4784 } | 4786 } |
| OLD | NEW |