Index: components/safe_json.gypi |
diff --git a/components/safe_json.gypi b/components/safe_json.gypi |
index d3c55126079b02825ef741c5ee2dab3c98e7af08..c23185b9260bd61d51e974d2cfae5b14d078162e 100644 |
--- a/components/safe_json.gypi |
+++ b/components/safe_json.gypi |
@@ -28,6 +28,21 @@ |
], |
}, |
{ |
+ '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', |
+ ], |
+ }, |
+ { |
'target_name': 'safe_json_parser_message_filter', |
'type': 'static_library', |
'dependencies': [ |