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

Unified Diff: extensions/utility/BUILD.gn

Issue 2321823002: Exclude exe files while unzipping CRXes (Closed)
Patch Set: Fix build 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: extensions/utility/BUILD.gn
diff --git a/extensions/utility/BUILD.gn b/extensions/utility/BUILD.gn
index facc84625be7b2f3e6f4f0876fe80e5104a9c67e..93a010ce4fef2ec23df9b2905da8d1e6b79a54b5 100644
--- a/extensions/utility/BUILD.gn
+++ b/extensions/utility/BUILD.gn
@@ -8,6 +8,8 @@ assert(enable_extensions)
source_set("utility") {
sources = [
+ "extension_extractor_filter.cc",
+ "extension_extractor_filter.h",
"unpacker.cc",
"unpacker.h",
"utility_handler.cc",
@@ -28,6 +30,7 @@ source_set("utility") {
source_set("unit_tests") {
testonly = true
sources = [
+ "extension_extractor_filter_unittest.cc",
"unpacker_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698