| Index: components/safe_json.gypi
|
| diff --git a/components/safe_json.gypi b/components/safe_json.gypi
|
| index d3c55126079b02825ef741c5ee2dab3c98e7af08..b7ab6084ec97793f9fcab7ee10ff989a6fbf163c 100644
|
| --- a/components/safe_json.gypi
|
| +++ b/components/safe_json.gypi
|
| @@ -25,6 +25,23 @@
|
| 'sources': [
|
| 'safe_json/safe_json_parser.cc',
|
| 'safe_json/safe_json_parser.h',
|
| + 'safe_json/safe_json_parser_impl.cc',
|
| + 'safe_json/safe_json_parser_impl.h',
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'safe_json_test_support',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + ':safe_json',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'safe_json/testing_json_parser.cc',
|
| + 'safe_json/testing_json_parser.h',
|
| ],
|
| },
|
| {
|
|
|