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

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

Issue 2704313002: Remove gcdPrivate API code. (Closed)
Patch Set: Remove gcdPrivate API code. Created 3 years, 10 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
« no previous file with comments | « chrome/browser/printing/cloud_print/privet_url_fetcher.cc ('k') | chrome/common/extensions/api/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/BUILD.gn
diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
index cf05bdf3e0d5c110c0ed194252fe7fdd8078a2d5..031fea79fe1e4fff06b97335528739b4ae2a7801 100644
--- a/chrome/common/extensions/api/BUILD.gn
+++ b/chrome/common/extensions/api/BUILD.gn
@@ -120,10 +120,7 @@ if (is_chromeos) {
schema_sources += [ "input_ime.json" ]
}
if (enable_service_discovery) {
- schema_sources += [
- "gcd_private.idl",
- "mdns.idl",
- ]
+ schema_sources += [ "mdns.idl" ]
}
if (enable_webrtc) {
schema_sources += [
« no previous file with comments | « chrome/browser/printing/cloud_print/privet_url_fetcher.cc ('k') | chrome/common/extensions/api/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698