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

Unified Diff: extensions/common/BUILD.gn

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Address comments 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: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index a10fe58eee08bc38bc283602de791bb805832dfc..0a3e76fe056d5013fc2b48b25add1da006e3e993 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -140,6 +140,8 @@ if (enable_extensions) {
"manifest_handler.h",
"manifest_handler_helpers.cc",
"manifest_handler_helpers.h",
+ "manifest_handlers/action_handlers_handler.cc",
+ "manifest_handlers/action_handlers_handler.h",
"manifest_handlers/app_isolation_info.cc",
"manifest_handlers/app_isolation_info.h",
"manifest_handlers/background_info.cc",
@@ -319,6 +321,7 @@ if (enable_extensions) {
"file_util_unittest.cc",
"image_util_unittest.cc",
"manifest_handler_unittest.cc",
+ "manifest_handlers/action_handlers_handler_unittest.cc",
"manifest_handlers/content_capabilities_manifest_unittest.cc",
"manifest_handlers/csp_info_unittest.cc",
"manifest_handlers/default_locale_manifest_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698