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

Side by Side Diff: components/autofill.gypi

Issue 1153023004: Prepare the infrastructure for password overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the test. Created 5 years, 6 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
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 # GN version: //components/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 25 matching lines...) Expand all
36 'autofill/core/common/form_data_predictions.cc', 36 'autofill/core/common/form_data_predictions.cc',
37 'autofill/core/common/form_data_predictions.h', 37 'autofill/core/common/form_data_predictions.h',
38 'autofill/core/common/form_field_data.cc', 38 'autofill/core/common/form_field_data.cc',
39 'autofill/core/common/form_field_data.h', 39 'autofill/core/common/form_field_data.h',
40 'autofill/core/common/form_field_data_predictions.cc', 40 'autofill/core/common/form_field_data_predictions.cc',
41 'autofill/core/common/form_field_data_predictions.h', 41 'autofill/core/common/form_field_data_predictions.h',
42 'autofill/core/common/password_form.cc', 42 'autofill/core/common/password_form.cc',
43 'autofill/core/common/password_form.h', 43 'autofill/core/common/password_form.h',
44 'autofill/core/common/password_form_fill_data.cc', 44 'autofill/core/common/password_form_fill_data.cc',
45 'autofill/core/common/password_form_fill_data.h', 45 'autofill/core/common/password_form_fill_data.h',
46 'autofill/core/common/password_form_field_prediction_map.h',
46 'autofill/core/common/password_generation_util.cc', 47 'autofill/core/common/password_generation_util.cc',
47 'autofill/core/common/password_generation_util.h', 48 'autofill/core/common/password_generation_util.h',
48 'autofill/core/common/save_password_progress_logger.cc', 49 'autofill/core/common/save_password_progress_logger.cc',
49 'autofill/core/common/save_password_progress_logger.h', 50 'autofill/core/common/save_password_progress_logger.h',
50 'autofill/core/common/web_element_descriptor.cc', 51 'autofill/core/common/web_element_descriptor.cc',
51 'autofill/core/common/web_element_descriptor.h', 52 'autofill/core/common/web_element_descriptor.h',
52 ], 53 ],
53 54
54 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 55 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
55 'msvs_disabled_warnings': [4267, ], 56 'msvs_disabled_warnings': [4267, ],
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ], 468 ],
468 }, 469 },
469 'includes': [ 470 'includes': [
470 '../ios/web/js_compile_checked.gypi', 471 '../ios/web/js_compile_checked.gypi',
471 ], 472 ],
472 }, 473 },
473 ], 474 ],
474 }], 475 }],
475 ], 476 ],
476 } 477 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698