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

Unified Diff: components/wifi/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/webcrypto/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/BUILD.gn
diff --git a/components/wifi/BUILD.gn b/components/wifi/BUILD.gn
index 7cd3146940113585b8f6e6b5aa40de2f44b8169f..878e1f69cdbd756a20e019137b6c431f4fd96bd7 100644
--- a/components/wifi/BUILD.gn
+++ b/components/wifi/BUILD.gn
@@ -35,7 +35,7 @@ component("wifi") {
}
}
-source_set("test_support") {
+static_library("test_support") {
sources = [
"fake_wifi_service.cc",
"fake_wifi_service.h",
« no previous file with comments | « components/webcrypto/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698