| 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/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 Loading... |
| 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 } |
| OLD | NEW |