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

Side by Side Diff: components/autofill.gypi

Issue 1014683006: [Password manager] Recognise squashed login+sign-up forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: LazyInstance + commented regexp Created 5 years, 9 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 # 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 '..', 430 '..',
431 ], 431 ],
432 'dependencies': [ 432 'dependencies': [
433 '../base/base.gyp:base', 433 '../base/base.gyp:base',
434 '../content/content.gyp:content_common', 434 '../content/content.gyp:content_common',
435 '../content/content.gyp:content_renderer', 435 '../content/content.gyp:content_renderer',
436 '../google_apis/google_apis.gyp:google_apis', 436 '../google_apis/google_apis.gyp:google_apis',
437 '../ipc/ipc.gyp:ipc', 437 '../ipc/ipc.gyp:ipc',
438 '../net/net.gyp:net', 438 '../net/net.gyp:net',
439 '../skia/skia.gyp:skia', 439 '../skia/skia.gyp:skia',
440 '../third_party/icu/icu.gyp:icui18n',
441 '../third_party/icu/icu.gyp:icuuc',
440 '../third_party/WebKit/public/blink.gyp:blink', 442 '../third_party/WebKit/public/blink.gyp:blink',
441 '../ui/base/ui_base.gyp:ui_base', 443 '../ui/base/ui_base.gyp:ui_base',
442 'autofill_content_common', 444 'autofill_content_common',
443 'autofill_core_common', 445 'autofill_core_common',
444 'components_strings.gyp:components_strings', 446 'components_strings.gyp:components_strings',
445 ], 447 ],
446 'sources': [ 448 'sources': [
447 'autofill/content/renderer/autofill_agent.cc', 449 'autofill/content/renderer/autofill_agent.cc',
448 'autofill/content/renderer/autofill_agent.h', 450 'autofill/content/renderer/autofill_agent.h',
449 'autofill/content/renderer/form_autofill_util.cc', 451 'autofill/content/renderer/form_autofill_util.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 ], 510 ],
509 }, 511 },
510 'includes': [ 512 'includes': [
511 '../ios/web/js_compile.gypi', 513 '../ios/web/js_compile.gypi',
512 ], 514 ],
513 }, 515 },
514 ], 516 ],
515 }], 517 }],
516 ], 518 ],
517 } 519 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698