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

Unified 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: Minor changes 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 side-by-side diff with in-line comments
Download patch
Index: components/translate/README
diff --git a/components/translate/README b/components/translate/README
new file mode 100644
index 0000000000000000000000000000000000000000..16553d81ae381e9476334507b03e3a580d7d9e31
--- /dev/null
+++ b/components/translate/README
@@ -0,0 +1,8 @@
+- translate/language detection depends on the CLD library and should only be
+used from the renderer to avoid bloating the DLLs on Windows.
+
+- WebData is not allowed to depend on content/, because it is used by iOS.
Jói 2013/10/02 12:12:11 WebData? (here and line below)
droger 2013/10/02 12:33:12 Done.
+If dependences on content/ need to be added to WebData, it will have to be made
+into a layered component: see
+http://www.chromium.org/developers/design-documents/layered-components-design
+for more information.

Powered by Google App Engine
This is Rietveld 408576698