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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/autofill/risk/proto/fingerprint.proto ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'browser/autofill/autofill_manager.h', 204 'browser/autofill/autofill_manager.h',
205 'browser/autofill/autofill_manager_delegate.h', 205 'browser/autofill/autofill_manager_delegate.h',
206 'browser/autofill/autofill_metrics.cc', 206 'browser/autofill/autofill_metrics.cc',
207 'browser/autofill/autofill_metrics.h', 207 'browser/autofill/autofill_metrics.h',
208 'browser/autofill/autofill_profile.cc', 208 'browser/autofill/autofill_profile.cc',
209 'browser/autofill/autofill_profile.h', 209 'browser/autofill/autofill_profile.h',
210 'browser/autofill/autofill_regex_constants.cc.utf8', 210 'browser/autofill/autofill_regex_constants.cc.utf8',
211 'browser/autofill/autofill_regex_constants.h', 211 'browser/autofill/autofill_regex_constants.h',
212 'browser/autofill/autofill_regexes.cc', 212 'browser/autofill/autofill_regexes.cc',
213 'browser/autofill/autofill_regexes.h', 213 'browser/autofill/autofill_regexes.h',
214 'browser/autofill/risk/fingerprint.cc',
215 'browser/autofill/risk/fingerprint.h',
214 'browser/autofill/autofill_scanner.cc', 216 'browser/autofill/autofill_scanner.cc',
215 'browser/autofill/autofill_scanner.h', 217 'browser/autofill/autofill_scanner.h',
216 'browser/autofill/autofill_server_field_info.h', 218 'browser/autofill/autofill_server_field_info.h',
217 'browser/autofill/autofill_type.cc', 219 'browser/autofill/autofill_type.cc',
218 'browser/autofill/autofill_type.h', 220 'browser/autofill/autofill_type.h',
219 'browser/autofill/autofill_xml_parser.cc', 221 'browser/autofill/autofill_xml_parser.cc',
220 'browser/autofill/autofill_xml_parser.h', 222 'browser/autofill/autofill_xml_parser.h',
221 'browser/autofill/contact_info.cc', 223 'browser/autofill/contact_info.cc',
222 'browser/autofill/contact_info.h', 224 'browser/autofill/contact_info.h',
223 'browser/autofill/credit_card.cc', 225 'browser/autofill/credit_card.cc',
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2238 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2237 2239
2238 # This file is generated by the autofill_regexes action. 2240 # This file is generated by the autofill_regexes action.
2239 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2241 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2240 ], 2242 ],
2241 'conditions': [ 2243 'conditions': [
2242 ['OS != "ios"', { 2244 ['OS != "ios"', {
2243 'dependencies': [ 2245 'dependencies': [
2244 'apps', 2246 'apps',
2245 'autofill_regexes', 2247 'autofill_regexes',
2248 'autofill_risk_proto',
2246 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2249 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2247 'browser_extensions', 2250 'browser_extensions',
2248 'common/extensions/api/api.gyp:api', 2251 'common/extensions/api/api.gyp:api',
2249 'debugger', 2252 'debugger',
2250 'installer_util', 2253 'installer_util',
2251 'sync_file_system_proto', 2254 'sync_file_system_proto',
2252 '../cc/cc.gyp:cc', 2255 '../cc/cc.gyp:cc',
2253 '../components/components.gyp:navigation_interception', 2256 '../components/components.gyp:navigation_interception',
2254 '../net/net.gyp:net_with_v8', 2257 '../net/net.gyp:net_with_v8',
2255 '../printing/printing.gyp:printing', 2258 '../printing/printing.gyp:printing',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
2992 ], 2995 ],
2993 'outputs': [ 2996 'outputs': [
2994 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2997 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2995 ], 2998 ],
2996 'action': ['python', '<(DEPTH)/build/escape_unicode.py', 2999 'action': ['python', '<(DEPTH)/build/escape_unicode.py',
2997 '-o', '<(SHARED_INTERMEDIATE_DIR)', 3000 '-o', '<(SHARED_INTERMEDIATE_DIR)',
2998 'browser/autofill/autofill_regex_constants.cc.utf8'], 3001 'browser/autofill/autofill_regex_constants.cc.utf8'],
2999 }], 3002 }],
3000 }, 3003 },
3001 { 3004 {
3005 # Protobuf compiler / generate rule for Autofill's risk integration.
3006 'target_name': 'autofill_risk_proto',
3007 'type': 'static_library',
3008 'sources': [
3009 'browser/autofill/risk/proto/fingerprint.proto',
3010 ],
3011 'variables': {
3012 'proto_in_dir': 'browser/autofill/risk/proto',
3013 'proto_out_dir': 'chrome/browser/autofill/risk/proto',
3014 },
3015 'includes': [ '../build/protoc.gypi' ]
3016 },
3017 {
3002 # Protobuf compiler / generator for the fraudulent certificate reporting 3018 # Protobuf compiler / generator for the fraudulent certificate reporting
3003 # protocol buffer. 3019 # protocol buffer.
3004 'target_name': 'cert_logger_proto', 3020 'target_name': 'cert_logger_proto',
3005 'type': 'static_library', 3021 'type': 'static_library',
3006 'sources': [ 'browser/net/cert_logger.proto', ], 3022 'sources': [ 'browser/net/cert_logger.proto', ],
3007 'variables': { 3023 'variables': {
3008 'proto_in_dir': 'browser/net', 3024 'proto_in_dir': 'browser/net',
3009 'proto_out_dir': 'chrome/browser/net', 3025 'proto_out_dir': 'chrome/browser/net',
3010 }, 3026 },
3011 'includes': [ '../build/protoc.gypi', ], 3027 'includes': [ '../build/protoc.gypi', ],
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
3107 'variables': { 3123 'variables': {
3108 'jni_gen_dir': 'chrome', 3124 'jni_gen_dir': 'chrome',
3109 }, 3125 },
3110 'includes': [ '../build/jni_generator.gypi' ], 3126 'includes': [ '../build/jni_generator.gypi' ],
3111 }, 3127 },
3112 ], 3128 ],
3113 }, 3129 },
3114 ], 3130 ],
3115 ], 3131 ],
3116 } 3132 }
OLDNEW
« 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