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

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: Created 7 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 (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',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_sanitizer.cc',
56 'autofill/core/common/autofill_data_sanitizer.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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 ], 425 ],
424 'variables': { 426 'variables': {
425 'jni_gen_package': 'autofill', 427 'jni_gen_package': 'autofill',
426 }, 428 },
427 'includes': [ '../build/jni_generator.gypi' ], 429 'includes': [ '../build/jni_generator.gypi' ],
428 }, 430 },
429 ], 431 ],
430 }], 432 }],
431 ], 433 ],
432 } 434 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698