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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Moved CrOS only code to a separate file Created 3 years, 11 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/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index c647868f4bc8ce46062c624af055646afce4c9de..64813f9e3e7837cf78a0491fb69fc91ded7aea1c 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -957,6 +957,8 @@ static_library("extensions") {
"api/messaging/native_message_host_chromeos.cc",
"api/networking_private/crypto_verify_impl.cc",
"api/networking_private/crypto_verify_impl.h",
+ "api/page_capture/page_capture_permission_helper.cc",
+ "api/page_capture/page_capture_permission_helper.h",
"api/platform_keys/platform_keys_api.cc",
"api/platform_keys/platform_keys_api.h",
"api/platform_keys/verify_trust_api.cc",

Powered by Google App Engine
This is Rietveld 408576698