summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorandrewhayden@chromium.org <andrewhayden@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 11:27:19 +0000
committerandrewhayden@chromium.org <andrewhayden@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 11:27:19 +0000
commitfb53e6560669a1b4753c9d603d54103535cef824 (patch)
tree0c8f1a3670b16527fa01699509249f5eb5e3137f /third_party
parent10955d3b8976ffb9a2aada7f135798c5171fc424 (diff)
downloadchromium_src-fb53e6560669a1b4753c9d603d54103535cef824.zip
chromium_src-fb53e6560669a1b4753c9d603d54103535cef824.tar.gz
chromium_src-fb53e6560669a1b4753c9d603d54103535cef824.tar.bz2
Add a component updater for the CLD2 data file.
BUG=326023,367239 Review URL: https://codereview.chromium.org/216923006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267181 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cld_2/crx_gen/manifest.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/cld_2/crx_gen/manifest.json b/third_party/cld_2/crx_gen/manifest.json
new file mode 100644
index 0000000..4b3a098
--- /dev/null
+++ b/third_party/cld_2/crx_gen/manifest.json
@@ -0,0 +1,12 @@
+{
+ "manifest_version": 2,
+ "name": "CLD2 Data",
+ "description": "Compact Language Detector 2 (CLD2) data for Chrome",
+ "minimum_chrome_version": "36",
+ "version": "160",
+ "platforms": [
+ {
+ "sub_package_path": "_platform_specific/all/"
+ }
+ ]
+} \ No newline at end of file