OLD | NEW |
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 Loading... |
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/re2/re2.gyp:re2', |
440 '../third_party/WebKit/public/blink.gyp:blink', | 441 '../third_party/WebKit/public/blink.gyp:blink', |
441 '../ui/base/ui_base.gyp:ui_base', | 442 '../ui/base/ui_base.gyp:ui_base', |
442 'autofill_content_common', | 443 'autofill_content_common', |
443 'autofill_core_common', | 444 'autofill_core_common', |
444 'components_strings.gyp:components_strings', | 445 'components_strings.gyp:components_strings', |
445 ], | 446 ], |
446 'sources': [ | 447 'sources': [ |
447 'autofill/content/renderer/autofill_agent.cc', | 448 'autofill/content/renderer/autofill_agent.cc', |
448 'autofill/content/renderer/autofill_agent.h', | 449 'autofill/content/renderer/autofill_agent.h', |
449 'autofill/content/renderer/form_autofill_util.cc', | 450 'autofill/content/renderer/form_autofill_util.cc', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 ], | 509 ], |
509 }, | 510 }, |
510 'includes': [ | 511 'includes': [ |
511 '../ios/web/js_compile.gypi', | 512 '../ios/web/js_compile.gypi', |
512 ], | 513 ], |
513 }, | 514 }, |
514 ], | 515 ], |
515 }], | 516 }], |
516 ], | 517 ], |
517 } | 518 } |
OLD | NEW |