summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorpastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 16:17:23 +0000
committerpastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 16:17:23 +0000
commit8d77b63d675dca990934cd3e7860e0d830582ca9 (patch)
treefeedc7e68567e82ec219871007d27baca0529c29 /base/base.gyp
parent6f57ea8e1bcc64eefdee1fb4db3311ba8b2ade93 (diff)
downloadchromium_src-8d77b63d675dca990934cd3e7860e0d830582ca9.zip
chromium_src-8d77b63d675dca990934cd3e7860e0d830582ca9.tar.gz
chromium_src-8d77b63d675dca990934cd3e7860e0d830582ca9.tar.bz2
Allow trailing comma in JSON policy files.
This is not really part of the JSON standard but a common practice and is harmless in most of the cases so we can enable it for JSON policy files. BUG=101141 TEST=none Review URL: http://codereview.chromium.org/8423079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index b3b314c..0259c80 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -150,6 +150,7 @@
'i18n/string_search_unittest.cc',
'i18n/time_formatting_unittest.cc',
'json/json_reader_unittest.cc',
+ 'json/json_value_serializer_unittest.cc',
'json/json_writer_unittest.cc',
'json/string_escape_unittest.cc',
'lazy_instance_unittest.cc',