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

Unified Diff: components/webcrypto/BUILD.gn

Issue 2170813003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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 | « components/web_cache/renderer/BUILD.gn ('k') | components/wifi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/BUILD.gn
diff --git a/components/webcrypto/BUILD.gn b/components/webcrypto/BUILD.gn
index 06d0552e61f2d03d66cd3a51ef6c885e36bf3d9f..9c3ca50927b65219ec0b620fb774ae5f8cdc66a0 100644
--- a/components/webcrypto/BUILD.gn
+++ b/components/webcrypto/BUILD.gn
@@ -5,7 +5,7 @@
import("//testing/test.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
-source_set("webcrypto") {
+static_library("webcrypto") {
sources = [
"algorithm_dispatch.cc",
"algorithm_dispatch.h",
« no previous file with comments | « components/web_cache/renderer/BUILD.gn ('k') | components/wifi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698