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

Unified Diff: components/autocomplete.gypi

Issue 382663002: Add components and CLD to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: components/autocomplete.gypi
diff --git a/components/autocomplete.gypi b/components/autocomplete.gypi
index 3059a90e07f4afb05e7706e65c6e71bf22074f30..22b88f0a50a38dc5eed0c54f58e3d5e647390557 100644
--- a/components/autocomplete.gypi
+++ b/components/autocomplete.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/autocomplete
'target_name': 'autocomplete',
'type': 'static_library',
'dependencies': [
@@ -18,6 +19,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'autocomplete/autocomplete_input.cc',
'autocomplete/autocomplete_input.h',
'autocomplete/autocomplete_scheme_classifier.h',
@@ -26,6 +28,7 @@
],
},
{
+ # GN version: //components/autocomplete:test_support
'target_name': 'autocomplete_test_support',
'type': 'static_library',
'dependencies': [
@@ -37,6 +40,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'autocomplete/test_scheme_classifier.cc',
'autocomplete/test_scheme_classifier.h',
],

Powered by Google App Engine
This is Rietveld 408576698