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

Side by Side Diff: components/autofill.gypi

Issue 98753005: [Autofill] Sanitize all data that comes in over IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Loosen kMaxListSize a notch Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | components/autofill/content/browser/autofill_driver_impl.cc » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
11 'actions': [{ 11 'actions': [{
12 'action_name': 'autofill_regexes', 12 'action_name': 'autofill_regexes',
13 'inputs': [ 13 'inputs': [
14 '<(DEPTH)/build/escape_unicode.py', 14 '<(DEPTH)/build/escape_unicode.py',
15 'autofill/core/browser/autofill_regex_constants.cc.utf8', 15 'autofill/core/browser/autofill_regex_constants.cc.utf8',
16 ], 16 ],
17 'outputs': [ 17 'outputs': [
18 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 18 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
19 ], 19 ],
20 'action': ['python', '<(DEPTH)/build/escape_unicode.py', 20 'action': ['python', '<(DEPTH)/build/escape_unicode.py',
21 '-o', '<(SHARED_INTERMEDIATE_DIR)', 21 '-o', '<(SHARED_INTERMEDIATE_DIR)',
22 'autofill/core/browser/autofill_regex_constants.cc.utf8'], 22 'autofill/core/browser/autofill_regex_constants.cc.utf8'],
23 }], 23 }],
24 }, 24 },
25 25
26 { 26 {
27 'target_name': 'autofill_core_common', 27 'target_name': 'autofill_core_common',
28 'type': 'static_library', 28 'type': 'static_library',
29 'dependencies': [ 29 'dependencies': [
30 '../base/base.gyp:base', 30 '../base/base.gyp:base',
31 '../ui/gfx/gfx.gyp:gfx', 31 '../ui/gfx/gfx.gyp:gfx',
32 '../ui/ui.gyp:ui', 32 '../ui/ui.gyp:ui',
33 '../url/url.gyp:url_lib', 33 '../url/url.gyp:url_lib',
34 ], 34 ],
35 'conditions': [ 35 'conditions': [
36 ['OS == "android"', { 36 ['OS == "android"', {
37 'dependencies': [ 37 'dependencies': [
38 'autofill_jni_headers', 38 'autofill_jni_headers',
39 ], 39 ],
40 }], 40 }],
41 ], 41 ],
42 'include_dirs': [ 42 'include_dirs': [
43 '..', 43 '..',
44 ], 44 ],
45 'sources': [ 45 'sources': [
46 'autofill/core/browser/android/auxiliary_profile_loader_android.cc', 46 'autofill/core/browser/android/auxiliary_profile_loader_android.cc',
47 'autofill/core/browser/android/auxiliary_profile_loader_android.h', 47 'autofill/core/browser/android/auxiliary_profile_loader_android.h',
48 'autofill/core/browser/android/auxiliary_profiles_android.cc', 48 'autofill/core/browser/android/auxiliary_profiles_android.cc',
49 'autofill/core/browser/android/auxiliary_profiles_android.h', 49 'autofill/core/browser/android/auxiliary_profiles_android.h',
50 'autofill/core/browser/android/component_jni_registrar.cc', 50 'autofill/core/browser/android/component_jni_registrar.cc',
51 'autofill/core/browser/android/component_jni_registrar.h', 51 'autofill/core/browser/android/component_jni_registrar.h',
52 'autofill/core/browser/android/personal_data_manager_android.cc', 52 'autofill/core/browser/android/personal_data_manager_android.cc',
53 'autofill/core/common/autofill_constants.cc', 53 'autofill/core/common/autofill_constants.cc',
54 'autofill/core/common/autofill_constants.h', 54 'autofill/core/common/autofill_constants.h',
55 'autofill/core/common/autofill_data_validation.cc',
56 'autofill/core/common/autofill_data_validation.h',
55 'autofill/core/common/autofill_pref_names.cc', 57 'autofill/core/common/autofill_pref_names.cc',
56 'autofill/core/common/autofill_pref_names.h', 58 'autofill/core/common/autofill_pref_names.h',
57 'autofill/core/common/autofill_switches.cc', 59 'autofill/core/common/autofill_switches.cc',
58 'autofill/core/common/autofill_switches.h', 60 'autofill/core/common/autofill_switches.h',
59 'autofill/core/common/form_data.cc', 61 'autofill/core/common/form_data.cc',
60 'autofill/core/common/form_data.h', 62 'autofill/core/common/form_data.h',
61 'autofill/core/common/form_data_predictions.cc', 63 'autofill/core/common/form_data_predictions.cc',
62 'autofill/core/common/form_data_predictions.h', 64 'autofill/core/common/form_data_predictions.h',
63 'autofill/core/common/form_field_data.cc', 65 'autofill/core/common/form_field_data.cc',
64 'autofill/core/common/form_field_data.h', 66 'autofill/core/common/form_field_data.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '../base/base.gyp:base', 253 '../base/base.gyp:base',
252 '../content/content.gyp:content_common', 254 '../content/content.gyp:content_common',
253 '../ipc/ipc.gyp:ipc', 255 '../ipc/ipc.gyp:ipc',
254 '../third_party/WebKit/public/blink.gyp:blink_minimal', 256 '../third_party/WebKit/public/blink.gyp:blink_minimal',
255 '../ui/gfx/gfx.gyp:gfx', 257 '../ui/gfx/gfx.gyp:gfx',
256 ], 258 ],
257 'include_dirs': [ 259 'include_dirs': [
258 '..', 260 '..',
259 ], 261 ],
260 'sources': [ 262 'sources': [
261 'autofill/content/common/autofill_messages.h',
262 'autofill/content/common/autofill_message_generator.cc', 263 'autofill/content/common/autofill_message_generator.cc',
263 'autofill/content/common/autofill_message_generator.h', 264 'autofill/content/common/autofill_message_generator.h',
265 'autofill/content/common/autofill_messages.h',
264 'autofill/content/common/autofill_param_traits_macros.h', 266 'autofill/content/common/autofill_param_traits_macros.h',
265 ], 267 ],
266 }, 268 },
267 269
268 { 270 {
269 # Protobuf compiler / generate rule for Autofill's risk integration. 271 # Protobuf compiler / generate rule for Autofill's risk integration.
270 'target_name': 'autofill_content_risk_proto', 272 'target_name': 'autofill_content_risk_proto',
271 'type': 'static_library', 273 'type': 'static_library',
272 'sources': [ 274 'sources': [
273 'autofill/content/browser/risk/proto/fingerprint.proto', 275 'autofill/content/browser/risk/proto/fingerprint.proto',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ], 426 ],
425 'variables': { 427 'variables': {
426 'jni_gen_package': 'autofill', 428 'jni_gen_package': 'autofill',
427 }, 429 },
428 'includes': [ '../build/jni_generator.gypi' ], 430 'includes': [ '../build/jni_generator.gypi' ],
429 }, 431 },
430 ], 432 ],
431 }], 433 }],
432 ], 434 ],
433 } 435 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/content/browser/autofill_driver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698