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

Unified Diff: components/translate.gypi

Issue 382663002: Add components and CLD to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 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
« no previous file with comments | « components/rappor/proto/BUILD.gn ('k') | components/translate/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate.gypi
diff --git a/components/translate.gypi b/components/translate.gypi
index 8b94c2b0cc07068f25eb9ce851e3c93c5a9ee24e..0c738c204767e6463115c57a57474100c1aeb0d8 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/translate/core/browser
'target_name': 'translate_core_browser',
'type': 'static_library',
'dependencies': [
@@ -25,6 +26,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'translate/core/browser/language_state.cc',
'translate/core/browser/language_state.h',
'translate/core/browser/options_menu_model.cc',
@@ -61,6 +63,7 @@
],
},
{
+ # GN version: //components/translate/core/common
'target_name': 'translate_core_common',
'type': 'static_library',
'dependencies': [
@@ -71,6 +74,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'translate/core/common/translate_constants.cc',
'translate/core/common/translate_constants.h',
'translate/core/common/translate_errors.h',
@@ -87,6 +91,7 @@
],
},
{
+ # GN version: //components/translate/core/language_detection
'target_name': 'translate_core_language_detection',
'type': 'static_library',
'dependencies': [
@@ -98,6 +103,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'translate/core/language_detection/language_detection_util.cc',
'translate/core/language_detection/language_detection_util.h',
],
@@ -119,6 +125,7 @@
['OS != "ios"', {
'targets': [
{
+ # GN version: //components/translate/content/browser
'target_name': 'translate_content_browser',
'type': 'static_library',
'dependencies': [
@@ -130,6 +137,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'translate/content/browser/browser_cld_data_provider.h',
'translate/content/browser/content_translate_driver.cc',
'translate/content/browser/content_translate_driver.h',
@@ -150,6 +158,7 @@
],
},
{
+ # GN version: //components/translate/content/common
'target_name': 'translate_content_common',
'type': 'static_library',
'dependencies': [
@@ -163,6 +172,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'translate/content/common/translate_messages.cc',
'translate/content/common/translate_messages.h',
],
@@ -176,6 +186,7 @@
],
},
{
+ # GN version: //components/translate/content/renderer
'target_name': 'translate_content_renderer',
'type': 'static_library',
'dependencies': [
@@ -187,6 +198,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'translate/content/renderer/renderer_cld_data_provider.h',
],
'conditions': [
« no previous file with comments | « components/rappor/proto/BUILD.gn ('k') | components/translate/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698