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

Unified Diff: chrome/common/BUILD.gn

Issue 2900803002: Renaming zip_analyzer_results to archive_analyzer_results (Closed)
Patch Set: minor fixups 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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index f38ce687eccfe747e224998efedf26f2502f90e0..03dbead86e2fec7282b05cfc390453e6020a8b7a 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -504,6 +504,8 @@ static_library("common") {
if (safe_browsing_mode == 1) {
sources += [
+ "safe_browsing/archive_analyzer_results.cc",
+ "safe_browsing/archive_analyzer_results.h",
"safe_browsing/binary_feature_extractor.cc",
"safe_browsing/binary_feature_extractor.h",
"safe_browsing/binary_feature_extractor_mac.cc",
@@ -524,8 +526,6 @@ static_library("common") {
"safe_browsing/protobuf_message_write_macros.h",
"safe_browsing/zip_analyzer.cc",
"safe_browsing/zip_analyzer.h",
- "safe_browsing/zip_analyzer_results.cc",
- "safe_browsing/zip_analyzer_results.h",
]
public_deps += [ "//ipc" ]
« no previous file with comments | « chrome/browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698