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

Unified Diff: chrome/browser/chromeos/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: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index cba43cd36ae635636231f1a677b6d28a4d351364..5d6e6a8d480cfec8b5f4195fa4974fcfa14757cb 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -376,6 +376,10 @@ source_set("chromeos") {
"display/display_configuration_observer.h",
"display/display_preferences.cc",
"display/display_preferences.h",
+ "display/output_protection_controller_ash.cc",
+ "display/output_protection_controller_ash.h",
+ "display/output_protection_controller_mus.cc",
+ "display/output_protection_controller_mus.h",
"display/output_protection_delegate.cc",
"display/output_protection_delegate.h",
"display/overscan_calibrator.cc",

Powered by Google App Engine
This is Rietveld 408576698