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

Unified Diff: extensions/common/BUILD.gn

Issue 2952353002: Extensions: Pass current channel and feature session type to extension unpack utility process. (Closed)
Patch Set: Use a single file to hold enum traits. Created 3 years, 6 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
« no previous file with comments | « extensions/browser/sandboxed_unpacker.cc ('k') | extensions/common/common_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index e0529e1846dcec455b50107a314bfe069765c08b..ffd76a7b089b7fdcc9517cfb1930612be3218a27 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -73,6 +73,7 @@ if (enable_extensions) {
"api/sockets/sockets_manifest_permission.h",
"common_manifest_handlers.cc",
"common_manifest_handlers.h",
+ "common_param_traits.h",
"csp_validator.cc",
"csp_validator.h",
"dom_action_types.h",
@@ -197,7 +198,6 @@ if (enable_extensions) {
"manifest_handlers/web_accessible_resources_info.h",
"manifest_handlers/webview_info.cc",
"manifest_handlers/webview_info.h",
- "manifest_location_param_traits.h",
"manifest_url_handlers.cc",
"manifest_url_handlers.h",
"message_bundle.cc",
« no previous file with comments | « extensions/browser/sandboxed_unpacker.cc ('k') | extensions/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698