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

Unified Diff: content/child/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: Copy the msvs_disabled_warnings to the new target. 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
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index c567f4eb8f5de50e014f3a283228f6f572ebf481..fe296dd32b1528a5fb7fd32e4f394558621257ec 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -23,6 +23,7 @@ source_set("child") {
deps = [
"//base",
"//components/tracing",
+ "//components/webcrypto",
"//content/common:mojo_bindings",
"//mojo/common",
"//mojo/environment:chromium",
@@ -128,14 +129,4 @@ source_set("child") {
if (is_win || !use_aura) {
sources -= [ "npapi/webplugin_delegate_impl_aura.cc" ]
}
-
- if (!use_openssl) {
- sources += rebase_path(content_child_gypi_values.webcrypto_nss_sources,
- ".",
- "//content")
- } else {
- sources += rebase_path(content_child_gypi_values.webcrypto_openssl_sources,
- ".",
- "//content")
- }
}
« content/DEPS ('K') | « content/DEPS ('k') | content/child/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698