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

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

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Add a string for prompting clipboard write permission for installing chrome.clipboard. Created 4 years, 3 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 e967e92a0d67b4bf09ef55870aec34bbfde2a537..e3a59adb54d1e7900732c5fe2c09422c147357d0 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -501,6 +501,8 @@ static_library("extensions") {
"chrome_requirements_checker.h",
"chrome_url_request_util.cc",
"chrome_url_request_util.h",
+ "clipboard_extension_helper.cc",
+ "clipboard_extension_helper.h",
"component_extensions_whitelist/whitelist.cc",
"component_extensions_whitelist/whitelist.h",
"component_loader.cc",

Powered by Google App Engine
This is Rietveld 408576698