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

Unified Diff: chrome/common/extensions/api/BUILD.gn

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: histograms Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/BUILD.gn
diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
index 031fea79fe1e4fff06b97335528739b4ae2a7801..fb5103053da60d9fd4257f2f496075b5af2f1b93 100644
--- a/chrome/common/extensions/api/BUILD.gn
+++ b/chrome/common/extensions/api/BUILD.gn
@@ -89,6 +89,11 @@ schema_sources = [
if (!is_android) {
schema_sources += [ "processes.idl" ]
}
+
+if (is_chromeos || is_mac || is_win) {
+ schema_sources += [ "networking_cast_private.idl" ]
+}
+
if (is_chromeos) {
schema_sources += [
"certificate_provider.idl",

Powered by Google App Engine
This is Rietveld 408576698