| Index: components/safe_json/BUILD.gn
|
| diff --git a/components/safe_json/BUILD.gn b/components/safe_json/BUILD.gn
|
| index 9238befcb33341cc52a355b4d4e3260266acf2c5..31da258371e0a5c7c141b3d465c42b59f6221f16 100644
|
| --- a/components/safe_json/BUILD.gn
|
| +++ b/components/safe_json/BUILD.gn
|
| @@ -20,6 +20,21 @@ static_library("safe_json") {
|
| ]
|
| }
|
|
|
| +# GYP version: components/safe_json.gypi:safe_json_test_support
|
| +source_set("test_support") {
|
| + testonly = true
|
| + sources = [
|
| + "testing_json_parser.cc",
|
| + "testing_json_parser.h",
|
| + ]
|
| +
|
| + deps = [
|
| + ":safe_json",
|
| + "//base",
|
| + ]
|
| +}
|
| +
|
| +# GYP version: components/safe_json.gypi:safe_json_parser_message_filter
|
| static_library("safe_json_parser_message_filter") {
|
| sources = [
|
| "safe_json_parser_message_filter.cc",
|
|
|