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

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: Callback + test 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_type.cc', 214 'browser/autofill/autofill_type.cc',
213 'browser/autofill/autofill_type.h', 215 'browser/autofill/autofill_type.h',
214 'browser/autofill/autofill_xml_parser.cc', 216 'browser/autofill/autofill_xml_parser.cc',
215 'browser/autofill/autofill_xml_parser.h', 217 'browser/autofill/autofill_xml_parser.h',
216 'browser/autofill/contact_info.cc', 218 'browser/autofill/contact_info.cc',
217 'browser/autofill/contact_info.h', 219 'browser/autofill/contact_info.h',
218 'browser/autofill/credit_card.cc', 220 'browser/autofill/credit_card.cc',
219 'browser/autofill/credit_card.h', 221 'browser/autofill/credit_card.h',
(...skipping 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after
2225 '<(grit_out_dir)/grit/shared_resources_map.cc', 2227 '<(grit_out_dir)/grit/shared_resources_map.cc',
2226 '<(grit_out_dir)/grit/theme_resources_map.cc', 2228 '<(grit_out_dir)/grit/theme_resources_map.cc',
2227 2229
2228 # This file is generated by the autofill_regexes action. 2230 # This file is generated by the autofill_regexes action.
2229 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2231 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2230 ], 2232 ],
2231 'conditions': [ 2233 'conditions': [
2232 ['OS != "ios"', { 2234 ['OS != "ios"', {
2233 'dependencies': [ 2235 'dependencies': [
2234 'autofill_regexes', 2236 'autofill_regexes',
2237 'autofill_risk_proto',
2235 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2238 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2236 'browser_extensions', 2239 'browser_extensions',
2237 'common/extensions/api/api.gyp:api', 2240 'common/extensions/api/api.gyp:api',
2238 'debugger', 2241 'debugger',
2239 'installer_util', 2242 'installer_util',
2240 'sync_file_system_proto', 2243 'sync_file_system_proto',
2241 '../cc/cc.gyp:cc', 2244 '../cc/cc.gyp:cc',
2242 '../content/content.gyp:navigation_interception', 2245 '../content/content.gyp:navigation_interception',
2243 '../net/net.gyp:net_with_v8', 2246 '../net/net.gyp:net_with_v8',
2244 '../printing/printing.gyp:printing', 2247 '../printing/printing.gyp:printing',
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 ], 3006 ],
3004 'outputs': [ 3007 'outputs': [
3005 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 3008 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
3006 ], 3009 ],
3007 'action': ['python', '<(DEPTH)/build/escape_unicode.py', 3010 'action': ['python', '<(DEPTH)/build/escape_unicode.py',
3008 '-o', '<(SHARED_INTERMEDIATE_DIR)', 3011 '-o', '<(SHARED_INTERMEDIATE_DIR)',
3009 'browser/autofill/autofill_regex_constants.cc.utf8'], 3012 'browser/autofill/autofill_regex_constants.cc.utf8'],
3010 }], 3013 }],
3011 }, 3014 },
3012 { 3015 {
3016 # Protobuf compiler / generate rule for Autofill's risk integration.
3017 'target_name': 'autofill_risk_proto',
3018 'type': 'static_library',
3019 'sources': [
3020 'browser/autofill/risk/proto/fingerprint.proto',
3021 ],
3022 'variables': {
3023 'proto_in_dir': 'browser/autofill/risk/proto',
3024 'proto_out_dir': 'chrome/browser/autofill/risk/proto',
3025 },
3026 'includes': [ '../build/protoc.gypi' ]
3027 },
3028 {
3013 # Protobuf compiler / generator for the fraudulent certificate reporting 3029 # Protobuf compiler / generator for the fraudulent certificate reporting
3014 # protocol buffer. 3030 # protocol buffer.
3015 'target_name': 'cert_logger_proto', 3031 'target_name': 'cert_logger_proto',
3016 'type': 'static_library', 3032 'type': 'static_library',
3017 'sources': [ 'browser/net/cert_logger.proto', ], 3033 'sources': [ 'browser/net/cert_logger.proto', ],
3018 'variables': { 3034 'variables': {
3019 'proto_in_dir': 'browser/net', 3035 'proto_in_dir': 'browser/net',
3020 'proto_out_dir': 'chrome/browser/net', 3036 'proto_out_dir': 'chrome/browser/net',
3021 }, 3037 },
3022 'includes': [ '../build/protoc.gypi', ], 3038 'includes': [ '../build/protoc.gypi', ],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
3147 'proto_in_dir': '../third_party/cros_system_api/dbus', 3163 'proto_in_dir': '../third_party/cros_system_api/dbus',
3148 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3164 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3149 }, 3165 },
3150 'includes': ['../build/protoc.gypi'], 3166 'includes': ['../build/protoc.gypi'],
3151 }, 3167 },
3152 ], 3168 ],
3153 }, 3169 },
3154 ], 3170 ],
3155 ], 3171 ],
3156 } 3172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698