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

Side by Side Diff: components/autofill.gypi

Issue 1883183002: [Password Manager] HTML parsing based client-side form type classifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed the signature of ClassifyFormAndFindGenerationField Created 4 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'autofill_core_common', 483 'autofill_core_common',
484 'components_strings.gyp:components_strings', 484 'components_strings.gyp:components_strings',
485 ], 485 ],
486 'sources': [ 486 'sources': [
487 'autofill/content/renderer/autofill_agent.cc', 487 'autofill/content/renderer/autofill_agent.cc',
488 'autofill/content/renderer/autofill_agent.h', 488 'autofill/content/renderer/autofill_agent.h',
489 'autofill/content/renderer/form_autofill_util.cc', 489 'autofill/content/renderer/form_autofill_util.cc',
490 'autofill/content/renderer/form_autofill_util.h', 490 'autofill/content/renderer/form_autofill_util.h',
491 'autofill/content/renderer/form_cache.cc', 491 'autofill/content/renderer/form_cache.cc',
492 'autofill/content/renderer/form_cache.h', 492 'autofill/content/renderer/form_cache.h',
493 'autofill/content/renderer/form_classifier.cc',
vabr (Chromium) 2016/06/10 13:22:11 Where do we plan to use form_classifier? If only i
kolos1 2016/06/13 14:27:34 As we discussed in person, the form classifier wil
494 'autofill/content/renderer/form_classifier.h',
493 'autofill/content/renderer/page_click_listener.h', 495 'autofill/content/renderer/page_click_listener.h',
494 'autofill/content/renderer/page_click_tracker.cc', 496 'autofill/content/renderer/page_click_tracker.cc',
495 'autofill/content/renderer/page_click_tracker.h', 497 'autofill/content/renderer/page_click_tracker.h',
496 'autofill/content/renderer/password_autofill_agent.cc', 498 'autofill/content/renderer/password_autofill_agent.cc',
497 'autofill/content/renderer/password_autofill_agent.h', 499 'autofill/content/renderer/password_autofill_agent.h',
498 'autofill/content/renderer/password_form_conversion_utils.cc', 500 'autofill/content/renderer/password_form_conversion_utils.cc',
499 'autofill/content/renderer/password_form_conversion_utils.h', 501 'autofill/content/renderer/password_form_conversion_utils.h',
500 'autofill/content/renderer/password_generation_agent.cc', 502 'autofill/content/renderer/password_generation_agent.cc',
501 'autofill/content/renderer/password_generation_agent.h', 503 'autofill/content/renderer/password_generation_agent.h',
502 'autofill/content/renderer/renderer_save_password_progress_logger.cc ', 504 'autofill/content/renderer/renderer_save_password_progress_logger.cc ',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 ], 563 ],
562 }, 564 },
563 'includes': [ 565 'includes': [
564 '../ios/web/js_compile_checked.gypi', 566 '../ios/web/js_compile_checked.gypi',
565 ], 567 ],
566 }, 568 },
567 ], 569 ],
568 }], 570 }],
569 ], 571 ],
570 } 572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698