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

Unified Diff: extensions/common/BUILD.gn

Issue 2724933002: Convert SetVisuallyDeemphasized IPC to mojo (Closed)
Patch Set: Addressed Ken'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
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | extensions/common/mojo/app_window.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 edbf276efd3479624a13782607e64f3dc1fa85c4..97f392b9713423682f50521b2f0c95e41deee316 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.mojom",
"mojo/keep_alive.mojom",
]
if (proprietary_codecs && enable_wifi_display) {
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | extensions/common/mojo/app_window.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698