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

Unified Diff: chrome/chrome_browser.gypi

Issue 11612017: [Autofill] Add protobuf for Google Wallet risk parameters and a utility function for filling it out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test compile Created 7 years, 11 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/browser/autofill/risk/proto/fingerprint.proto ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/browser/autofill/risk/proto/fingerprint.proto ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698