summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorerg <erg@chromium.org>2015-04-16 17:51:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-17 00:52:12 +0000
commit56f123297ad298113d9a2dc6ed4b7de37dad9e3b (patch)
treeca27209c6b032d3f3c7a65309201bf340616b0bc /components/BUILD.gn
parent16b112790f541670d5f2ab97dfa70c8b89b44b1f (diff)
downloadchromium_src-56f123297ad298113d9a2dc6ed4b7de37dad9e3b.zip
chromium_src-56f123297ad298113d9a2dc6ed4b7de37dad9e3b.tar.gz
chromium_src-56f123297ad298113d9a2dc6ed4b7de37dad9e3b.tar.bz2
html_viewer: Move webcrypto to a place where html_viewer can use it.
A good chunk of the web (Facebook and YouTube) require webcrypto. This takes the code in the content/ directory, puts it in a new top level component directory, and uses it from html_viewer. BUG=476568 TBR=jochen Review URL: https://codereview.chromium.org/1077273002 Cr-Commit-Position: refs/heads/master@{#325571}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 5873d65..2b58643 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -110,6 +110,7 @@ group("all_components") {
"//components/web_cache/renderer",
"//components/web_modal",
"//components/web_resource",
+ "//components/webcrypto",
"//components/webdata/common",
"//components/webui_generator",
"//components/wifi",
@@ -269,6 +270,7 @@ test("components_unittests") {
"//components/update_client:unit_tests",
"//components/variations:unit_tests",
"//components/web_resource:unit_tests",
+ "//components/webcrypto:unit_tests",
"//components/webdata/common:unit_tests",
# These are the deps required by the code in this target.