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

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: 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'browser/autofill/autofill_manager.h', 201 'browser/autofill/autofill_manager.h',
202 'browser/autofill/autofill_manager_delegate.h', 202 'browser/autofill/autofill_manager_delegate.h',
203 'browser/autofill/autofill_metrics.cc', 203 'browser/autofill/autofill_metrics.cc',
204 'browser/autofill/autofill_metrics.h', 204 'browser/autofill/autofill_metrics.h',
205 'browser/autofill/autofill_profile.cc', 205 'browser/autofill/autofill_profile.cc',
206 'browser/autofill/autofill_profile.h', 206 'browser/autofill/autofill_profile.h',
207 'browser/autofill/autofill_regex_constants.cc.utf8', 207 'browser/autofill/autofill_regex_constants.cc.utf8',
208 'browser/autofill/autofill_regex_constants.h', 208 'browser/autofill/autofill_regex_constants.h',
209 'browser/autofill/autofill_regexes.cc', 209 'browser/autofill/autofill_regexes.cc',
210 'browser/autofill/autofill_regexes.h', 210 'browser/autofill/autofill_regexes.h',
211 'browser/autofill/risk/machine_fingerprint.cc',
212 'browser/autofill/risk/machine_fingerprint.h',
211 'browser/autofill/autofill_scanner.cc', 213 'browser/autofill/autofill_scanner.cc',
212 'browser/autofill/autofill_scanner.h', 214 'browser/autofill/autofill_scanner.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',
220 'browser/autofill/credit_card.h', 222 'browser/autofill/credit_card.h',
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2204 '<(grit_out_dir)/grit/shared_resources_map.cc', 2206 '<(grit_out_dir)/grit/shared_resources_map.cc',
2205 '<(grit_out_dir)/grit/theme_resources_map.cc', 2207 '<(grit_out_dir)/grit/theme_resources_map.cc',
2206 2208
2207 # This file is generated by the autofill_regexes action. 2209 # This file is generated by the autofill_regexes action.
2208 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2210 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2209 ], 2211 ],
2210 'conditions': [ 2212 'conditions': [
2211 ['OS != "ios"', { 2213 ['OS != "ios"', {
2212 'dependencies': [ 2214 'dependencies': [
2213 'autofill_regexes', 2215 'autofill_regexes',
2216 'autofill_risk_proto',
2214 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2217 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2215 'browser_extensions', 2218 'browser_extensions',
2216 'common/extensions/api/api.gyp:api', 2219 'common/extensions/api/api.gyp:api',
2217 'debugger', 2220 'debugger',
2218 'installer_util', 2221 'installer_util',
2219 'sync_file_system_proto', 2222 'sync_file_system_proto',
2220 '../cc/cc.gyp:cc', 2223 '../cc/cc.gyp:cc',
2221 '../content/content.gyp:navigation_interception', 2224 '../content/content.gyp:navigation_interception',
2222 '../net/net.gyp:net_with_v8', 2225 '../net/net.gyp:net_with_v8',
2223 '../printing/printing.gyp:printing', 2226 '../printing/printing.gyp:printing',
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
2961 ], 2964 ],
2962 'outputs': [ 2965 'outputs': [
2963 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2966 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2964 ], 2967 ],
2965 'action': ['python', '<(DEPTH)/build/escape_unicode.py', 2968 'action': ['python', '<(DEPTH)/build/escape_unicode.py',
2966 '-o', '<(SHARED_INTERMEDIATE_DIR)', 2969 '-o', '<(SHARED_INTERMEDIATE_DIR)',
2967 'browser/autofill/autofill_regex_constants.cc.utf8'], 2970 'browser/autofill/autofill_regex_constants.cc.utf8'],
2968 }], 2971 }],
2969 }, 2972 },
2970 { 2973 {
2974 # Protobuf compiler / generate rule for Autofill's risk integration.
2975 'target_name': 'autofill_risk_proto',
2976 'type': 'static_library',
2977 'sources': [
2978 'browser/autofill/risk/proto/machine_fingerprint.proto',
2979 ],
2980 'variables': {
2981 'proto_in_dir': 'browser/autofill/risk/proto',
2982 'proto_out_dir': 'chrome/browser/autofill/risk/proto',
2983 },
2984 'includes': [ '../build/protoc.gypi' ]
2985 },
2986 {
2971 # Protobuf compiler / generator for the fraudulent certificate reporting 2987 # Protobuf compiler / generator for the fraudulent certificate reporting
2972 # protocol buffer. 2988 # protocol buffer.
2973 'target_name': 'cert_logger_proto', 2989 'target_name': 'cert_logger_proto',
2974 'type': 'static_library', 2990 'type': 'static_library',
2975 'sources': [ 'browser/net/cert_logger.proto', ], 2991 'sources': [ 'browser/net/cert_logger.proto', ],
2976 'variables': { 2992 'variables': {
2977 'proto_in_dir': 'browser/net', 2993 'proto_in_dir': 'browser/net',
2978 'proto_out_dir': 'chrome/browser/net', 2994 'proto_out_dir': 'chrome/browser/net',
2979 }, 2995 },
2980 'includes': [ '../build/protoc.gypi', ], 2996 'includes': [ '../build/protoc.gypi', ],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 'proto_in_dir': '../third_party/cros_system_api/dbus', 3121 'proto_in_dir': '../third_party/cros_system_api/dbus',
3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3122 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3107 }, 3123 },
3108 'includes': ['../build/protoc.gypi'], 3124 'includes': ['../build/protoc.gypi'],
3109 }, 3125 },
3110 ], 3126 ],
3111 }, 3127 },
3112 ], 3128 ],
3113 ], 3129 ],
3114 } 3130 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698