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

Unified Diff: extensions/browser/BUILD.gn

Issue 829583002: Validate hash_sha256 checksum on .crx update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest build for windows. Created 5 years, 10 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 | « chrome/common/extensions/update_manifest_unittest.cc ('k') | extensions/browser/crx_file_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 77064fb1ba18911b85bac228dbfece3c78423373..17d6563bf655c62d91634f7c40baf0c3eef26db7 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -339,6 +339,8 @@ source_set("browser") {
"content_verifier_io_data.h",
"content_verify_job.cc",
"content_verify_job.h",
+ "crx_file_info.cc",
+ "crx_file_info.h",
"error_map.cc",
"error_map.h",
"event_listener_map.cc",
« no previous file with comments | « chrome/common/extensions/update_manifest_unittest.cc ('k') | extensions/browser/crx_file_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698