summaryrefslogtreecommitdiffstats
path: root/build/android/play_services/config.json
diff options
context:
space:
mode:
authordgn <dgn@chromium.org>2015-11-03 14:39:21 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-03 22:41:08 +0000
commit24f457db32c79f72e5a445bcdf5d6bc0647f4edb (patch)
treedc2da8f5a22150ce1f1e693e7cc3f9830190187e /build/android/play_services/config.json
parent1fdfeb2825c578c6694e5d5b7323bd015000a7f3 (diff)
downloadchromium_src-24f457db32c79f72e5a445bcdf5d6bc0647f4edb.zip
chromium_src-24f457db32c79f72e5a445bcdf5d6bc0647f4edb.tar.gz
chromium_src-24f457db32c79f72e5a445bcdf5d6bc0647f4edb.tar.bz2
Use JSON instead of YAML for the play services scripts config
Bots don't have the yaml python module installed. JSON is supported. Added a parser object that will also hold the description of the different possible fields since JSON doesn't support comments BUG=541727 Review URL: https://codereview.chromium.org/1411183004 Cr-Commit-Position: refs/heads/master@{#357656}
Diffstat (limited to 'build/android/play_services/config.json')
-rw-r--r--build/android/play_services/config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/android/play_services/config.json b/build/android/play_services/config.json
new file mode 100644
index 0000000..df669e9
--- /dev/null
+++ b/build/android/play_services/config.json
@@ -0,0 +1,3 @@
+{
+ "version_number": 8115000
+}