Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: components/safe_json.gypi

Issue 1214903010: Make JSONParser a pure interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: nullptr Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [

Powered by Google App Engine
This is Rietveld 408576698