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

Unified Diff: chrome/chrome_common.gypi

Issue 1015363003: Move BinaryFeatureExtractor and PEImageReader to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zip2
Patch Set: sync to position 321353 Created 5 years, 9 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/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 32cc4dbbee8b239a7d54c3daf223d78c9c1039b5..4f998ec8e63038ca23d0cee02ad84f542dd87bb4 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -207,10 +207,16 @@
'common/extensions/sync_helper.h',
],
'chrome_common_full_safe_browsing_sources': [
+ 'common/safe_browsing/binary_feature_extractor.cc',
+ 'common/safe_browsing/binary_feature_extractor.h',
+ 'common/safe_browsing/binary_feature_extractor_posix.cc',
+ 'common/safe_browsing/binary_feature_extractor_win.cc',
'common/safe_browsing/download_protection_util.cc',
'common/safe_browsing/download_protection_util.h',
'common/safe_browsing/ipc_protobuf_message_macros.h',
'common/safe_browsing/ipc_protobuf_message_null_macros.h',
+ 'common/safe_browsing/pe_image_reader_win.cc',
+ 'common/safe_browsing/pe_image_reader_win.h',
'common/safe_browsing/protobuf_message_log_macros.h',
'common/safe_browsing/protobuf_message_param_traits.h',
'common/safe_browsing/protobuf_message_read_macros.h',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698