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

Side by Side Diff: build/android/preprocess_google_play_services.config.json

Issue 1469913002: Cleanup gms update/preprocess scripts, roll android_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years 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
OLDNEW
(Empty)
1 {
2 "lib_version": "7.3.0",
3 "clients": [
4 "play-services-base",
5 "play-services-cast",
6 "play-services-identity"
7 ],
8 "base_client": "play-services-base",
9 "_comment": [
10 "For the list of locales to keep, generate an android build and list ",
11 "out/Debug/gen/chrome/java/res, or look at the android section in ",
12 "//chrome/app/generated_resources.grd"
13 ],
14 "locale_whitelist": [
15 "am",
16 "ar",
17 "bg",
18 "ca",
19 "cs",
20 "da",
21 "de",
22 "el",
23 "en-rGB",
24 "es",
25 "es-rUS",
26 "fa",
27 "fi",
28 "fr",
29 "hi",
30 "hr",
31 "hu",
32 "in",
33 "it",
34 "iw",
35 "ja",
36 "ko",
37 "lt",
38 "lv",
39 "nb",
40 "nl",
41 "pl",
42 "pt-rBR",
43 "pt-rPT",
44 "ro",
45 "ru",
46 "sk",
47 "sl",
48 "sr",
49 "sv",
50 "sw",
51 "th",
52 "tl",
53 "tr",
54 "uk",
55 "vi",
56 "zh-rCN",
57 "zh-rTW"
58 ]
59 }
OLDNEW
« no previous file with comments | « build/android/preprocess_google_play_services.py ('k') | build/android/pylib/utils/argparse_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698