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

Side by Side Diff: components/translate/README

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Run translate unittests on iOS Created 7 years, 2 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 unified diff | Download patch
« no previous file with comments | « components/translate/OWNERS ('k') | components/translate/common/translate_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 - translate/language detection depends on the CLD library and should only be
2 used from the renderer to avoid bloating the DLLs on Windows.
3
4 - Translate is not allowed to depend on content/, because it is used by iOS.
5 If dependences on content/ need to be added to Translate, it will have to be
6 made into a layered component: see
7 http://www.chromium.org/developers/design-documents/layered-components-design
8 for more information.
OLDNEW
« no previous file with comments | « components/translate/OWNERS ('k') | components/translate/common/translate_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698