| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 2e8167e7005608780d2e524411128fc3fcfafc22..f11c28bf1094b44e1fad3116ebc3ea1a5bce0502 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_server_field_info.h',
|
| @@ -2223,6 +2225,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',
|
| @@ -2989,6 +2992,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',
|
|
|