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

Side by Side Diff: base/test/data/serializer_test.json

Issue 1647803004: Move base to DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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
OLDNEW
(Empty)
1 {
2 "bool": true,
3 "int": 42,
4 "list": [ 1, 2 ],
5 "null": null,
6 "real": 3.14,
7 "string": "hello"
8 }
OLDNEW
« no previous file with comments | « base/test/data/serializer_nested_test.json ('k') | base/test/data/serializer_test_nowhitespace.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698