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

Unified Diff: components/BUILD.gn

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 years, 8 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
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 93aa8249b13221f689d796b8f45235dc13b0ecdc..52444826e5a6a54d6201ff38c8d0938bdbf81c15 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -112,6 +112,7 @@ group("all_components") {
"//components/web_cache/renderer",
"//components/web_modal",
"//components/web_resource",
+ "//components/webcrypto",
"//components/webdata/common",
"//components/webui_generator",
"//components/wifi",
@@ -265,6 +266,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.
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698