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

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

Issue 2951523002: Media Remoting: Add mojo interfaces between browser and extension. (Closed)
Patch Set: Fix compile failure on Android bots. Created 3 years, 6 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 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 "//device/usb/public/interfaces", 1655 "//device/usb/public/interfaces",
1656 "//device/vr/features", 1656 "//device/vr/features",
1657 "//extensions/features", 1657 "//extensions/features",
1658 "//google_apis", 1658 "//google_apis",
1659 "//gpu/config", 1659 "//gpu/config",
1660 "//media", 1660 "//media",
1661 "//media:media_features", 1661 "//media:media_features",
1662 "//media/cast:net", 1662 "//media/cast:net",
1663 "//media/midi", 1663 "//media/midi",
1664 "//media/mojo:features", 1664 "//media/mojo:features",
1665 "//media/mojo/interfaces:mirror_service_remoting",
1665 "//media/mojo/interfaces:remoting", 1666 "//media/mojo/interfaces:remoting",
1666 "//mojo/common", 1667 "//mojo/common",
1667 "//mojo/edk/system", 1668 "//mojo/edk/system",
1668 "//mojo/public/cpp/bindings", 1669 "//mojo/public/cpp/bindings",
1669 "//mojo/public/js", 1670 "//mojo/public/js",
1670 "//net:extras", 1671 "//net:extras",
1671 "//net:net_browser_services", 1672 "//net:net_browser_services",
1672 "//ppapi/features", 1673 "//ppapi/features",
1673 "//printing/features", 1674 "//printing/features",
1674 "//rlz/features", 1675 "//rlz/features",
(...skipping 3139 matching lines...) Expand 10 before | Expand all | Expand 10 after
4814 "//components/search_engines", 4815 "//components/search_engines",
4815 "//rlz:rlz_lib", 4816 "//rlz:rlz_lib",
4816 ] 4817 ]
4817 } 4818 }
4818 } 4819 }
4819 4820
4820 service_manifest("preferences_forwarder_manifest") { 4821 service_manifest("preferences_forwarder_manifest") {
4821 name = "preferences_forwarder" 4822 name = "preferences_forwarder"
4822 source = "prefs/forwarder_manifest.json" 4823 source = "prefs/forwarder_manifest.json"
4823 } 4824 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/cast_remoting_connector.h » ('j') | chrome/browser/media/cast_remoting_connector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698