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

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: Clean up! Created 8 years 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
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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'browser/autofill/autofill_manager.h', 200 'browser/autofill/autofill_manager.h',
201 'browser/autofill/autofill_manager_delegate.h', 201 'browser/autofill/autofill_manager_delegate.h',
202 'browser/autofill/autofill_metrics.cc', 202 'browser/autofill/autofill_metrics.cc',
203 'browser/autofill/autofill_metrics.h', 203 'browser/autofill/autofill_metrics.h',
204 'browser/autofill/autofill_profile.cc', 204 'browser/autofill/autofill_profile.cc',
205 'browser/autofill/autofill_profile.h', 205 'browser/autofill/autofill_profile.h',
206 'browser/autofill/autofill_regex_constants.cc.utf8', 206 'browser/autofill/autofill_regex_constants.cc.utf8',
207 'browser/autofill/autofill_regex_constants.h', 207 'browser/autofill/autofill_regex_constants.h',
208 'browser/autofill/autofill_regexes.cc', 208 'browser/autofill/autofill_regexes.cc',
209 'browser/autofill/autofill_regexes.h', 209 'browser/autofill/autofill_regexes.h',
210 'browser/autofill/risk/fingerprint.cc',
211 'browser/autofill/risk/fingerprint.h',
210 'browser/autofill/autofill_scanner.cc', 212 'browser/autofill/autofill_scanner.cc',
211 'browser/autofill/autofill_scanner.h', 213 'browser/autofill/autofill_scanner.h',
212 'browser/autofill/autofill_server_field_info.h', 214 'browser/autofill/autofill_server_field_info.h',
213 'browser/autofill/autofill_type.cc', 215 'browser/autofill/autofill_type.cc',
214 'browser/autofill/autofill_type.h', 216 'browser/autofill/autofill_type.h',
215 'browser/autofill/autofill_xml_parser.cc', 217 'browser/autofill/autofill_xml_parser.cc',
216 'browser/autofill/autofill_xml_parser.h', 218 'browser/autofill/autofill_xml_parser.h',
217 'browser/autofill/contact_info.cc', 219 'browser/autofill/contact_info.cc',
218 'browser/autofill/contact_info.h', 220 'browser/autofill/contact_info.h',
219 'browser/autofill/credit_card.cc', 221 'browser/autofill/credit_card.cc',
(...skipping 1996 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 '<(grit_out_dir)/grit/shared_resources_map.cc', 2218 '<(grit_out_dir)/grit/shared_resources_map.cc',
2217 '<(grit_out_dir)/grit/theme_resources_map.cc', 2219 '<(grit_out_dir)/grit/theme_resources_map.cc',
2218 2220
2219 # This file is generated by the autofill_regexes action. 2221 # This file is generated by the autofill_regexes action.
2220 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2222 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2221 ], 2223 ],
2222 'conditions': [ 2224 'conditions': [
2223 ['OS != "ios"', { 2225 ['OS != "ios"', {
2224 'dependencies': [ 2226 'dependencies': [
2225 'autofill_regexes', 2227 'autofill_regexes',
2228 'autofill_risk_proto',
2226 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2229 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2227 'browser_extensions', 2230 'browser_extensions',
2228 'common/extensions/api/api.gyp:api', 2231 'common/extensions/api/api.gyp:api',
2229 'debugger', 2232 'debugger',
2230 'installer_util', 2233 'installer_util',
2231 'sync_file_system_proto', 2234 'sync_file_system_proto',
2232 '../cc/cc.gyp:cc', 2235 '../cc/cc.gyp:cc',
2233 '../content/content.gyp:navigation_interception', 2236 '../content/content.gyp:navigation_interception',
2234 '../net/net.gyp:net_with_v8', 2237 '../net/net.gyp:net_with_v8',
2235 '../printing/printing.gyp:printing', 2238 '../printing/printing.gyp:printing',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
2982 ], 2985 ],
2983 'outputs': [ 2986 'outputs': [
2984 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2987 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2985 ], 2988 ],
2986 'action': ['python', '<(DEPTH)/build/escape_unicode.py', 2989 'action': ['python', '<(DEPTH)/build/escape_unicode.py',
2987 '-o', '<(SHARED_INTERMEDIATE_DIR)', 2990 '-o', '<(SHARED_INTERMEDIATE_DIR)',
2988 'browser/autofill/autofill_regex_constants.cc.utf8'], 2991 'browser/autofill/autofill_regex_constants.cc.utf8'],
2989 }], 2992 }],
2990 }, 2993 },
2991 { 2994 {
2995 # Protobuf compiler / generate rule for Autofill's risk integration.
2996 'target_name': 'autofill_risk_proto',
2997 'type': 'static_library',
2998 'sources': [
2999 'browser/autofill/risk/proto/fingerprint.proto',
3000 ],
3001 'variables': {
3002 'proto_in_dir': 'browser/autofill/risk/proto',
3003 'proto_out_dir': 'chrome/browser/autofill/risk/proto',
3004 },
3005 'includes': [ '../build/protoc.gypi' ]
3006 },
3007 {
2992 # Protobuf compiler / generator for the fraudulent certificate reporting 3008 # Protobuf compiler / generator for the fraudulent certificate reporting
2993 # protocol buffer. 3009 # protocol buffer.
2994 'target_name': 'cert_logger_proto', 3010 'target_name': 'cert_logger_proto',
2995 'type': 'static_library', 3011 'type': 'static_library',
2996 'sources': [ 'browser/net/cert_logger.proto', ], 3012 'sources': [ 'browser/net/cert_logger.proto', ],
2997 'variables': { 3013 'variables': {
2998 'proto_in_dir': 'browser/net', 3014 'proto_in_dir': 'browser/net',
2999 'proto_out_dir': 'chrome/browser/net', 3015 'proto_out_dir': 'chrome/browser/net',
3000 }, 3016 },
3001 'includes': [ '../build/protoc.gypi', ], 3017 'includes': [ '../build/protoc.gypi', ],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
3126 'proto_in_dir': '../third_party/cros_system_api/dbus', 3142 'proto_in_dir': '../third_party/cros_system_api/dbus',
3127 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3143 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3128 }, 3144 },
3129 'includes': ['../build/protoc.gypi'], 3145 'includes': ['../build/protoc.gypi'],
3130 }, 3146 },
3131 ], 3147 ],
3132 }, 3148 },
3133 ], 3149 ],
3134 ], 3150 ],
3135 } 3151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698