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

Side by Side Diff: components/autofill.gypi

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | components/autofill/content/browser/BUILD.gn » ('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 # 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'type': 'static_library', 389 'type': 'static_library',
390 'dependencies': [ 390 'dependencies': [
391 'autofill_content_browser', 391 'autofill_content_browser',
392 'autofill_content_renderer', 392 'autofill_content_renderer',
393 '../base/base.gyp:base', 393 '../base/base.gyp:base',
394 '../ipc/ipc.gyp:ipc', 394 '../ipc/ipc.gyp:ipc',
395 '../skia/skia.gyp:skia', 395 '../skia/skia.gyp:skia',
396 '../testing/gmock.gyp:gmock', 396 '../testing/gmock.gyp:gmock',
397 ], 397 ],
398 'sources': [ 398 'sources': [
399 'autofill/content/browser/wallet/wallet_test_util.cc',
400 'autofill/content/browser/wallet/wallet_test_util.h',
401 'autofill/content/renderer/test_password_autofill_agent.cc', 399 'autofill/content/renderer/test_password_autofill_agent.cc',
402 'autofill/content/renderer/test_password_autofill_agent.h', 400 'autofill/content/renderer/test_password_autofill_agent.h',
403 'autofill/content/renderer/test_password_generation_agent.cc', 401 'autofill/content/renderer/test_password_generation_agent.cc',
404 'autofill/content/renderer/test_password_generation_agent.h', 402 'autofill/content/renderer/test_password_generation_agent.h',
405 ], 403 ],
406 'include_dirs': [ '..' ], 404 'include_dirs': [ '..' ],
407 }, 405 },
408 { 406 {
409 # GN version: //components/autofill/content/browser 407 # GN version: //components/autofill/content/browser
410 'target_name': 'autofill_content_browser', 408 'target_name': 'autofill_content_browser',
(...skipping 30 matching lines...) Expand all
441 'os_crypt', 439 'os_crypt',
442 'prefs/prefs.gyp:prefs', 440 'prefs/prefs.gyp:prefs',
443 'user_prefs', 441 'user_prefs',
444 'webdata_common', 442 'webdata_common',
445 ], 443 ],
446 'sources': [ 444 'sources': [
447 'autofill/content/browser/content_autofill_driver.cc', 445 'autofill/content/browser/content_autofill_driver.cc',
448 'autofill/content/browser/content_autofill_driver.h', 446 'autofill/content/browser/content_autofill_driver.h',
449 'autofill/content/browser/content_autofill_driver_factory.cc', 447 'autofill/content/browser/content_autofill_driver_factory.cc',
450 'autofill/content/browser/content_autofill_driver_factory.h', 448 'autofill/content/browser/content_autofill_driver_factory.h',
451 'autofill/content/browser/request_autocomplete_manager.cc',
452 'autofill/content/browser/request_autocomplete_manager.h',
453 'autofill/content/browser/risk/fingerprint.cc', 449 'autofill/content/browser/risk/fingerprint.cc',
454 'autofill/content/browser/risk/fingerprint.h', 450 'autofill/content/browser/risk/fingerprint.h',
455 'autofill/content/browser/wallet/full_wallet.cc',
456 'autofill/content/browser/wallet/full_wallet.h',
457 'autofill/content/browser/wallet/wallet_address.cc',
458 'autofill/content/browser/wallet/wallet_address.h',
459 'autofill/content/browser/wallet/wallet_service_url.cc', 451 'autofill/content/browser/wallet/wallet_service_url.cc',
460 'autofill/content/browser/wallet/wallet_service_url.h', 452 'autofill/content/browser/wallet/wallet_service_url.h',
461 ], 453 ],
462 454
463 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 455 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
464 'msvs_disabled_warnings': [4267, ], 456 'msvs_disabled_warnings': [4267, ],
465 # This is needed because GYP's handling of transitive dependencies is 457 # This is needed because GYP's handling of transitive dependencies is
466 # not great. See https://goo.gl/QGtlae for details. 458 # not great. See https://goo.gl/QGtlae for details.
467 'export_dependent_settings': [ 459 'export_dependent_settings': [
468 'autofill_server_proto', 460 'autofill_server_proto',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 ], 562 ],
571 }, 563 },
572 'includes': [ 564 'includes': [
573 '../ios/web/js_compile_checked.gypi', 565 '../ios/web/js_compile_checked.gypi',
574 ], 566 ],
575 }, 567 },
576 ], 568 ],
577 }], 569 }],
578 ], 570 ],
579 } 571 }
OLDNEW
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698