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

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

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Address code review comments and add test cases. Created 4 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: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index c647868f4bc8ce46062c624af055646afce4c9de..c0119f46b5b0e978162a168a3d52fc1f04889daa 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -503,6 +503,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