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

Unified Diff: chrome/chrome_browser.gypi

Issue 131463002: Move TranslateURLFetcher to the translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix translate.gypi for real 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
« no previous file with comments | « chrome/browser/translate/translate_url_fetcher.cc ('k') | components/translate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 516940839c5e3b6460ef1dd1d04fe99b21ec58c4..d6fd46640f160a6ab649e2fffd6e69cad22822c7 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2488,6 +2488,8 @@
'browser/thumbnails/thumbnailing_algorithm.h',
'browser/thumbnails/thumbnailing_context.cc',
'browser/thumbnails/thumbnailing_context.h',
+ 'browser/translate/chrome_translate_delegate.cc',
+ 'browser/translate/chrome_translate_delegate.h',
'browser/translate/options_menu_model.cc',
'browser/translate/options_menu_model.h',
'browser/translate/translate_accept_languages.h',
@@ -2506,8 +2508,6 @@
'browser/translate/translate_tab_helper.h',
'browser/translate/translate_ui_delegate.cc',
'browser/translate/translate_ui_delegate.h',
- 'browser/translate/translate_url_fetcher.cc',
- 'browser/translate/translate_url_fetcher.h',
'browser/translate/translate_url_util.cc',
'browser/translate/translate_url_util.h',
'browser/undo/bookmark_renumber_observer.h',
« no previous file with comments | « chrome/browser/translate/translate_url_fetcher.cc ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698