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

Side by Side Diff: components/autofill.gypi

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mem leak Created 6 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
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 # GN version: //components/autofill/core/browser:regexes 9 # GN version: //components/autofill/core/browser:regexes
10 'target_name': 'autofill_regexes', 10 'target_name': 'autofill_regexes',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'autofill_regexes', 354 'autofill_regexes',
355 'components_resources.gyp:components_resources', 355 'components_resources.gyp:components_resources',
356 'components_strings.gyp:components_strings', 356 'components_strings.gyp:components_strings',
357 'os_crypt', 357 'os_crypt',
358 'user_prefs', 358 'user_prefs',
359 'webdata_common', 359 'webdata_common',
360 ], 360 ],
361 'sources': [ 361 'sources': [
362 'autofill/content/browser/content_autofill_driver.cc', 362 'autofill/content/browser/content_autofill_driver.cc',
363 'autofill/content/browser/content_autofill_driver.h', 363 'autofill/content/browser/content_autofill_driver.h',
364 'autofill/content/browser/content_autofill_driver_factory.cc',
365 'autofill/content/browser/content_autofill_driver_factory.h',
364 'autofill/content/browser/request_autocomplete_manager.cc', 366 'autofill/content/browser/request_autocomplete_manager.cc',
365 'autofill/content/browser/request_autocomplete_manager.h', 367 'autofill/content/browser/request_autocomplete_manager.h',
366 'autofill/content/browser/risk/fingerprint.cc', 368 'autofill/content/browser/risk/fingerprint.cc',
367 'autofill/content/browser/risk/fingerprint.h', 369 'autofill/content/browser/risk/fingerprint.h',
368 'autofill/content/browser/wallet/form_field_error.cc', 370 'autofill/content/browser/wallet/form_field_error.cc',
369 'autofill/content/browser/wallet/form_field_error.h', 371 'autofill/content/browser/wallet/form_field_error.h',
370 'autofill/content/browser/wallet/full_wallet.cc', 372 'autofill/content/browser/wallet/full_wallet.cc',
371 'autofill/content/browser/wallet/full_wallet.h', 373 'autofill/content/browser/wallet/full_wallet.h',
372 'autofill/content/browser/wallet/gaia_account.cc', 374 'autofill/content/browser/wallet/gaia_account.cc',
373 'autofill/content/browser/wallet/gaia_account.h', 375 'autofill/content/browser/wallet/gaia_account.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'autofill/content/renderer/renderer_save_password_progress_logger.cc ', 443 'autofill/content/renderer/renderer_save_password_progress_logger.cc ',
442 'autofill/content/renderer/renderer_save_password_progress_logger.h' , 444 'autofill/content/renderer/renderer_save_password_progress_logger.h' ,
443 ], 445 ],
444 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 446 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
445 'msvs_disabled_warnings': [4267, ], 447 'msvs_disabled_warnings': [4267, ],
446 }, 448 },
447 ], 449 ],
448 }], 450 }],
449 ], 451 ],
450 } 452 }
OLDNEW
« no previous file with comments | « chrome/test/base/chrome_render_view_test.cc ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698