Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2951523002: Media Remoting: Add mojo interfaces between browser and extension. (Closed)
Patch Set: Fix unittests. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "mac/master_prefs.h", 560 "mac/master_prefs.h",
561 "mac/master_prefs.mm", 561 "mac/master_prefs.mm",
562 "mac/nsprocessinfo_additions.h", 562 "mac/nsprocessinfo_additions.h",
563 "mac/nsprocessinfo_additions.mm", 563 "mac/nsprocessinfo_additions.mm",
564 "mac/relauncher.h", 564 "mac/relauncher.h",
565 "mac/relauncher.mm", 565 "mac/relauncher.mm",
566 "mac/security_wrappers.cc", 566 "mac/security_wrappers.cc",
567 "mac/security_wrappers.h", 567 "mac/security_wrappers.h",
568 "media/cast_remoting_connector.cc", 568 "media/cast_remoting_connector.cc",
569 "media/cast_remoting_connector.h", 569 "media/cast_remoting_connector.h",
570 "media/cast_remoting_connector_messaging.cc",
571 "media/cast_remoting_connector_messaging.h",
572 "media/cast_remoting_sender.cc", 570 "media/cast_remoting_sender.cc",
573 "media/cast_remoting_sender.h", 571 "media/cast_remoting_sender.h",
574 "media/media_access_handler.cc", 572 "media/media_access_handler.cc",
575 "media/media_access_handler.h", 573 "media/media_access_handler.h",
576 "media/media_device_id_salt.cc", 574 "media/media_device_id_salt.cc",
577 "media/media_device_id_salt.h", 575 "media/media_device_id_salt.h",
578 "media/media_engagement_contents_observer.cc", 576 "media/media_engagement_contents_observer.cc",
579 "media/media_engagement_contents_observer.h", 577 "media/media_engagement_contents_observer.h",
580 "media/media_engagement_service.cc", 578 "media/media_engagement_service.cc",
581 "media/media_engagement_service.h", 579 "media/media_engagement_service.h",
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 "//device/usb/public/interfaces", 1653 "//device/usb/public/interfaces",
1656 "//device/vr/features", 1654 "//device/vr/features",
1657 "//extensions/features", 1655 "//extensions/features",
1658 "//google_apis", 1656 "//google_apis",
1659 "//gpu/config", 1657 "//gpu/config",
1660 "//media", 1658 "//media",
1661 "//media:media_features", 1659 "//media:media_features",
1662 "//media/cast:net", 1660 "//media/cast:net",
1663 "//media/midi", 1661 "//media/midi",
1664 "//media/mojo:features", 1662 "//media/mojo:features",
1663 "//media/mojo/interfaces:mirror_service_remoting",
1665 "//media/mojo/interfaces:remoting", 1664 "//media/mojo/interfaces:remoting",
1666 "//mojo/common", 1665 "//mojo/common",
1667 "//mojo/edk/system", 1666 "//mojo/edk/system",
1668 "//mojo/public/cpp/bindings", 1667 "//mojo/public/cpp/bindings",
1669 "//mojo/public/js", 1668 "//mojo/public/js",
1670 "//net:extras", 1669 "//net:extras",
1671 "//net:net_browser_services", 1670 "//net:net_browser_services",
1672 "//ppapi/features", 1671 "//ppapi/features",
1673 "//printing/features", 1672 "//printing/features",
1674 "//rlz/features", 1673 "//rlz/features",
(...skipping 3139 matching lines...) Expand 10 before | Expand all | Expand 10 after
4814 "//components/search_engines", 4813 "//components/search_engines",
4815 "//rlz:rlz_lib", 4814 "//rlz:rlz_lib",
4816 ] 4815 ]
4817 } 4816 }
4818 } 4817 }
4819 4818
4820 service_manifest("preferences_forwarder_manifest") { 4819 service_manifest("preferences_forwarder_manifest") {
4821 name = "preferences_forwarder" 4820 name = "preferences_forwarder"
4822 source = "prefs/forwarder_manifest.json" 4821 source = "prefs/forwarder_manifest.json"
4823 } 4822 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698