| 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',
|
|
|