diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 22:21:43 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 22:21:43 +0000 |
commit | 639e6714392efe8d0e568359ab91c9c90ad9f32d (patch) | |
tree | 347302a1d2194622033b2555fc6f126269ba2fd3 /chrome/chrome_common.gypi | |
parent | abb26096d64316448c4203de724e02a3258a2dce (diff) | |
download | chromium_src-639e6714392efe8d0e568359ab91c9c90ad9f32d.zip chromium_src-639e6714392efe8d0e568359ab91c9c90ad9f32d.tar.gz chromium_src-639e6714392efe8d0e568359ab91c9c90ad9f32d.tar.bz2 |
Implements a C++ version of JSONSchemaValidator.
BUG=none
TEST=covered by unit tests
Review URL: http://codereview.chromium.org/4673001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 1437c1e..28924ca 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -257,6 +257,8 @@ 'common/important_file_writer.h', 'common/json_pref_store.cc', 'common/json_pref_store.h', + 'common/json_schema_validator.cc', + 'common/json_schema_validator.h', 'common/jstemplate_builder.cc', 'common/jstemplate_builder.h', 'common/libxml_utils.cc', |