| Index: components/autofill.gypi
|
| diff --git a/components/autofill.gypi b/components/autofill.gypi
|
| index eac417edfbcd4c4f1c6f59d47c94bbf8a04871c8..1311387b5e62a7b8c95f754aaac9f0081f1b06b9 100644
|
| --- a/components/autofill.gypi
|
| +++ b/components/autofill.gypi
|
| @@ -6,6 +6,7 @@
|
| 'targets': [
|
| {
|
| # Private target only used in components/autofill.
|
| + # GN version: //components/autofill/core/browser:regexes
|
| 'target_name': 'autofill_regexes',
|
| 'type': 'none',
|
| 'actions': [{
|
| @@ -24,6 +25,7 @@
|
| },
|
|
|
| {
|
| + # GN version: //components/autofill/core/common
|
| 'target_name': 'autofill_core_common',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -82,6 +84,7 @@
|
| },
|
|
|
| {
|
| + # GN version: //components/autofill/core/browser
|
| 'target_name': 'autofill_core_browser',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -245,6 +248,7 @@
|
| },
|
|
|
| {
|
| + # GN version: //components/autofill/core/browser:test_support
|
| 'target_name': 'autofill_core_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -275,6 +279,7 @@
|
| ['OS != "ios"', {
|
| 'targets': [
|
| {
|
| + # GN version: //content/autofill/content/common
|
| 'target_name': 'autofill_content_common',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -299,6 +304,7 @@
|
|
|
| {
|
| # Protobuf compiler / generate rule for Autofill's risk integration.
|
| + # GN version: //components/autofill/content/browser:risk_proto
|
| 'target_name': 'autofill_content_risk_proto',
|
| 'type': 'static_library',
|
| 'sources': [
|
| @@ -311,6 +317,7 @@
|
| 'includes': [ '../build/protoc.gypi' ]
|
| },
|
| {
|
| + # GN version: //components/autofill/content/browser:test_support
|
| 'target_name': 'autofill_content_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -325,6 +332,7 @@
|
| 'include_dirs': [ '..' ],
|
| },
|
| {
|
| + # GN version: //components/autofill/content/browser
|
| 'target_name': 'autofill_content_browser',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -403,6 +411,7 @@
|
| },
|
|
|
| {
|
| + # GN version: //components/autofill/content/renderer
|
| 'target_name': 'autofill_content_renderer',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
|
|