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

Unified Diff: components/autofill.gypi

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698