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

Unified Diff: components/translate.gypi

Issue 131463002: Move TranslateURLFetcher to the translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 11 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/translate.gypi
diff --git a/components/translate.gypi b/components/translate.gypi
index 7c63eb9faaa11e5ef26e7f406a1e793b68eebc61..98042c7134772ce656daf3e7f2bd0b0247dad9e7 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -20,6 +20,8 @@
'translate/core/browser/translate_error_details.h',
'translate/core/browser/translate_event_details.cc',
'translate/core/browser/translate_event_details.h',
+ 'translate/core/browser/translate_url_fetcher.cc',
+ 'translate/core/browser/translate_url_fetcher.h',
],
},
{
@@ -35,6 +37,7 @@
'sources': [
'translate/core/common/translate_constants.cc',
'translate/core/common/translate_constants.h',
+ 'translate/core/common/translate_driver.h',
'translate/core/common/translate_errors.h',
'translate/core/common/translate_metrics.cc',
'translate/core/common/translate_metrics.h',

Powered by Google App Engine
This is Rietveld 408576698