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

Unified Diff: services/ui/display/BUILD.gn

Issue 2675743002: PPAPI: Make output protection API work with mus+ash (Closed)
Patch Set: Update 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
Index: services/ui/display/BUILD.gn
diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
index c0bd6e7338f1dfab053ea4e977733a309063b965..35470a748bc314805203fdaa89bf2399be792107 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -23,6 +23,8 @@ source_set("display") {
if (use_ozone && is_chromeos) {
sources += [
+ "output_protection.cc",
+ "output_protection.h",
"screen_manager_ozone_internal.cc",
"screen_manager_ozone_internal.h",
]

Powered by Google App Engine
This is Rietveld 408576698