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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 "mac/master_prefs.h", | 561 "mac/master_prefs.h", |
562 "mac/master_prefs.mm", | 562 "mac/master_prefs.mm", |
563 "mac/nsprocessinfo_additions.h", | 563 "mac/nsprocessinfo_additions.h", |
564 "mac/nsprocessinfo_additions.mm", | 564 "mac/nsprocessinfo_additions.mm", |
565 "mac/relauncher.h", | 565 "mac/relauncher.h", |
566 "mac/relauncher.mm", | 566 "mac/relauncher.mm", |
567 "mac/security_wrappers.cc", | 567 "mac/security_wrappers.cc", |
568 "mac/security_wrappers.h", | 568 "mac/security_wrappers.h", |
569 "media/cast_remoting_connector.cc", | 569 "media/cast_remoting_connector.cc", |
570 "media/cast_remoting_connector.h", | 570 "media/cast_remoting_connector.h", |
571 "media/cast_remoting_connector_messaging.cc", | |
572 "media/cast_remoting_connector_messaging.h", | |
573 "media/cast_remoting_sender.cc", | 571 "media/cast_remoting_sender.cc", |
574 "media/cast_remoting_sender.h", | 572 "media/cast_remoting_sender.h", |
575 "media/media_access_handler.cc", | 573 "media/media_access_handler.cc", |
576 "media/media_access_handler.h", | 574 "media/media_access_handler.h", |
577 "media/media_device_id_salt.cc", | 575 "media/media_device_id_salt.cc", |
578 "media/media_device_id_salt.h", | 576 "media/media_device_id_salt.h", |
579 "media/media_engagement_contents_observer.cc", | 577 "media/media_engagement_contents_observer.cc", |
580 "media/media_engagement_contents_observer.h", | 578 "media/media_engagement_contents_observer.h", |
581 "media/media_engagement_score.cc", | 579 "media/media_engagement_score.cc", |
582 "media/media_engagement_score.h", | 580 "media/media_engagement_score.h", |
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1628 "//device/usb/public/interfaces", | 1626 "//device/usb/public/interfaces", |
1629 "//device/vr/features", | 1627 "//device/vr/features", |
1630 "//extensions/features", | 1628 "//extensions/features", |
1631 "//google_apis", | 1629 "//google_apis", |
1632 "//gpu/config", | 1630 "//gpu/config", |
1633 "//media", | 1631 "//media", |
1634 "//media:media_features", | 1632 "//media:media_features", |
1635 "//media/cast:net", | 1633 "//media/cast:net", |
1636 "//media/midi", | 1634 "//media/midi", |
1637 "//media/mojo:features", | 1635 "//media/mojo:features", |
| 1636 "//media/mojo/interfaces:mirror_service_remoting", |
1638 "//media/mojo/interfaces:remoting", | 1637 "//media/mojo/interfaces:remoting", |
1639 "//mojo/common", | 1638 "//mojo/common", |
1640 "//mojo/edk/system", | 1639 "//mojo/edk/system", |
1641 "//mojo/public/cpp/bindings", | 1640 "//mojo/public/cpp/bindings", |
1642 "//mojo/public/js", | 1641 "//mojo/public/js", |
1643 "//net:extras", | 1642 "//net:extras", |
1644 "//net:net_browser_services", | 1643 "//net:net_browser_services", |
1645 "//ppapi/features", | 1644 "//ppapi/features", |
1646 "//printing/features", | 1645 "//printing/features", |
1647 "//rlz/features", | 1646 "//rlz/features", |
(...skipping 2964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4612 "//components/search_engines", | 4611 "//components/search_engines", |
4613 "//rlz:rlz_lib", | 4612 "//rlz:rlz_lib", |
4614 ] | 4613 ] |
4615 } | 4614 } |
4616 } | 4615 } |
4617 | 4616 |
4618 service_manifest("preferences_forwarder_manifest") { | 4617 service_manifest("preferences_forwarder_manifest") { |
4619 name = "preferences_forwarder" | 4618 name = "preferences_forwarder" |
4620 source = "prefs/forwarder_manifest.json" | 4619 source = "prefs/forwarder_manifest.json" |
4621 } | 4620 } |
OLD | NEW |