summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authoreranm <eranm@chromium.org>2015-06-03 01:38:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-03 08:40:00 +0000
commitb795155cfcf7583c9bc1d9527e07a5d3ee5742b3 (patch)
tree92be64c0b86c77fa9b7ddb282860803125efb6f1 /components/components.gyp
parentbadc218efbcd06f30ee6d0a0097841240db355ae (diff)
downloadchromium_src-b795155cfcf7583c9bc1d9527e07a5d3ee5742b3.zip
chromium_src-b795155cfcf7583c9bc1d9527e07a5d3ee5742b3.tar.gz
chromium_src-b795155cfcf7583c9bc1d9527e07a5d3ee5742b3.tar.bz2
Refactoring: Moving the SafeJsonParser to its own component.
So it can be used by other components, particularly parsing Certificate Transparency's Signed Tree Heads fetched from third-parties. BUG= Review URL: https://codereview.chromium.org/1140053003 Cr-Commit-Position: refs/heads/master@{#332573}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index ff61c3f..4fef48a 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -95,6 +95,7 @@
'devtools_http_handler.gypi',
'navigation_interception.gypi',
'power.gypi',
+ 'safe_json_parser.gypi',
'visitedlink.gypi',
'web_cache.gypi',
'web_contents_delegate_android.gypi',