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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 '..', | 428 '..', |
429 ], | 429 ], |
430 'dependencies': [ | 430 'dependencies': [ |
431 '../base/base.gyp:base', | 431 '../base/base.gyp:base', |
432 '../content/content.gyp:content_common', | 432 '../content/content.gyp:content_common', |
433 '../content/content.gyp:content_renderer', | 433 '../content/content.gyp:content_renderer', |
434 '../google_apis/google_apis.gyp:google_apis', | 434 '../google_apis/google_apis.gyp:google_apis', |
435 '../ipc/ipc.gyp:ipc', | 435 '../ipc/ipc.gyp:ipc', |
436 '../net/net.gyp:net', | 436 '../net/net.gyp:net', |
437 '../skia/skia.gyp:skia', | 437 '../skia/skia.gyp:skia', |
| 438 '../third_party/re2/re2.gyp:re2', |
438 '../third_party/WebKit/public/blink.gyp:blink', | 439 '../third_party/WebKit/public/blink.gyp:blink', |
439 '../ui/base/ui_base.gyp:ui_base', | 440 '../ui/base/ui_base.gyp:ui_base', |
440 'autofill_content_common', | 441 'autofill_content_common', |
441 'autofill_core_common', | 442 'autofill_core_common', |
442 'components_strings.gyp:components_strings', | 443 'components_strings.gyp:components_strings', |
443 ], | 444 ], |
444 'sources': [ | 445 'sources': [ |
445 'autofill/content/renderer/autofill_agent.cc', | 446 'autofill/content/renderer/autofill_agent.cc', |
446 'autofill/content/renderer/autofill_agent.h', | 447 'autofill/content/renderer/autofill_agent.h', |
447 'autofill/content/renderer/form_autofill_util.cc', | 448 'autofill/content/renderer/form_autofill_util.cc', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 ], | 507 ], |
507 }, | 508 }, |
508 'includes': [ | 509 'includes': [ |
509 '../ios/web/js_compile.gypi', | 510 '../ios/web/js_compile.gypi', |
510 ], | 511 ], |
511 }, | 512 }, |
512 ], | 513 ], |
513 }], | 514 }], |
514 ], | 515 ], |
515 } | 516 } |
OLD | NEW |