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

Unified Diff: components/translate.gypi

Issue 275233004: Move language_detection to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding TBR=jam@ Created 6 years, 7 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/components_tests.gyp ('k') | components/translate/core/language_detection/DEPS » ('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 dde833f091c6a846c655e937d5bbbb4a454a0955..295ab96fcdb3bf0dd0de644846f3308c4f61501f 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -80,7 +80,7 @@
],
},
{
- 'target_name': 'translate_language_detection',
+ 'target_name': 'translate_core_language_detection',
'type': 'static_library',
'dependencies': [
'translate_core_common',
@@ -91,8 +91,8 @@
'..',
],
'sources': [
- 'translate/language_detection/language_detection_util.cc',
- 'translate/language_detection/language_detection_util.h',
+ 'translate/core/language_detection/language_detection_util.cc',
+ 'translate/core/language_detection/language_detection_util.h',
],
'conditions': [
['cld_version==0 or cld_version==1', {
@@ -132,7 +132,7 @@
'type': 'static_library',
'dependencies': [
'translate_core_common',
- 'translate_language_detection',
+ 'translate_core_language_detection',
'../base/base.gyp:base',
'../content/content.gyp:content_common',
'../ipc/ipc.gyp:ipc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/translate/core/language_detection/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698