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

Unified Diff: extensions/common/BUILD.gn

Issue 2724933002: Convert SetVisuallyDeemphasized IPC to mojo (Closed)
Patch Set: Addressed Devlin's comments 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: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index edbf276efd3479624a13782607e64f3dc1fa85c4..84ba6a2fceaed3bf322f6fb4f08ecf10456e3bbb 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -19,6 +19,7 @@ source_set("common_constants") {
if (enable_extensions) {
mojom("mojo") {
sources = [
+ "mojo/app_window_handler.mojom",
"mojo/keep_alive.mojom",
]
if (proprietary_codecs && enable_wifi_display) {

Powered by Google App Engine
This is Rietveld 408576698