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

Unified Diff: components/crx_file/BUILD.gn

Issue 2874503002: Refactor CRX verification in preparation to support CRX₃ files. (Closed)
Patch Set: No subclass Created 3 years, 7 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: components/crx_file/BUILD.gn
diff --git a/components/crx_file/BUILD.gn b/components/crx_file/BUILD.gn
index 8c5cceb5db231265389ad60cf8ac7b21ca5576b9..65f108fd5542f615f2135fdce91293f6a9075d61 100644
--- a/components/crx_file/BUILD.gn
+++ b/components/crx_file/BUILD.gn
@@ -4,8 +4,10 @@
static_library("crx_file") {
sources = [
- "crx_file.cc",
- "crx_file.h",
+ "crx2_file.cc",
+ "crx2_file.h",
+ "crx_verifier.cc",
+ "crx_verifier.h",
"id_util.cc",
"id_util.h",
]

Powered by Google App Engine
This is Rietveld 408576698