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

Unified Diff: extensions/common/BUILD.gn

Issue 2410743002: Remove the mojo serial interfaces and related infrastructure. (Closed)
Patch Set: Created 4 years, 2 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 | « extensions/browser/mojo/stash_backend_unittest.cc ('k') | extensions/common/mojo/stash.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index adccb06cdbc8b423678c83d67c677b5b6d7c06fd..56dab08e3444e9ded24c1616a4d948dfe06a1ac0 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -19,7 +19,6 @@ if (enable_extensions) {
mojom("mojo") {
sources = [
"mojo/keep_alive.mojom",
- "mojo/stash.mojom",
]
if (proprietary_codecs && enable_wifi_display) {
sources += [ "mojo/wifi_display_session_service.mojom" ]
« no previous file with comments | « extensions/browser/mojo/stash_backend_unittest.cc ('k') | extensions/common/mojo/stash.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698