| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 6e3b5a1ae02a6651c4ae4d9e95cac01cce96689f..c8f5f30b1c7c8b462797a373046863d612bd884e 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -207,6 +207,8 @@
|
| 'browser/autofill/autofill_regex_constants.h',
|
| 'browser/autofill/autofill_regexes.cc',
|
| 'browser/autofill/autofill_regexes.h',
|
| + 'browser/autofill/risk/fingerprint.cc',
|
| + 'browser/autofill/risk/fingerprint.h',
|
| 'browser/autofill/autofill_scanner.cc',
|
| 'browser/autofill/autofill_scanner.h',
|
| 'browser/autofill/autofill_type.cc',
|
| @@ -2242,6 +2244,7 @@
|
| ['OS != "ios"', {
|
| 'dependencies': [
|
| 'autofill_regexes',
|
| + 'autofill_risk_proto',
|
| 'browser/performance_monitor/performance_monitor.gyp:performance_monitor',
|
| 'browser_extensions',
|
| 'common/extensions/api/api.gyp:api',
|
| @@ -3020,6 +3023,19 @@
|
| }],
|
| },
|
| {
|
| + # Protobuf compiler / generate rule for Autofill's risk integration.
|
| + 'target_name': 'autofill_risk_proto',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'browser/autofill/risk/proto/fingerprint.proto',
|
| + ],
|
| + 'variables': {
|
| + 'proto_in_dir': 'browser/autofill/risk/proto',
|
| + 'proto_out_dir': 'chrome/browser/autofill/risk/proto',
|
| + },
|
| + 'includes': [ '../build/protoc.gypi' ]
|
| + },
|
| + {
|
| # Protobuf compiler / generator for the fraudulent certificate reporting
|
| # protocol buffer.
|
| 'target_name': 'cert_logger_proto',
|
|
|