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

Unified Diff: services/window_manager/BUILD.gn

Issue 805123003: Adds capture to the mojo window_manager. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Cleanup Created 6 years 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: services/window_manager/BUILD.gn
diff --git a/services/window_manager/BUILD.gn b/services/window_manager/BUILD.gn
index afc86f302049df477b8b880c3c8ee8e8d444d241..1affe54b9a1f2d433424cdabbdc903787699173d 100644
--- a/services/window_manager/BUILD.gn
+++ b/services/window_manager/BUILD.gn
@@ -26,6 +26,9 @@ source_set("lib") {
sources = [
"basic_focus_rules.cc",
"basic_focus_rules.h",
+ "capture_controller.cc",
+ "capture_controller.h",
+ "capture_controller_observer.h",
"focus_controller.cc",
"focus_controller.h",
"focus_controller_observer.h",

Powered by Google App Engine
This is Rietveld 408576698