| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index c10d2b6eeb790988f478091a9209995fa13e447f..50eeb825d2e2cdef29d37fd3a8f141caf02ab975 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -211,6 +211,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',
|
| @@ -2243,6 +2245,7 @@
|
| 'dependencies': [
|
| 'apps',
|
| 'autofill_regexes',
|
| + 'autofill_risk_proto',
|
| 'browser/performance_monitor/performance_monitor.gyp:performance_monitor',
|
| 'browser_extensions',
|
| 'common/extensions/api/api.gyp:api',
|
| @@ -2999,6 +3002,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',
|
|
|