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

Unified Diff: device/usb/BUILD.gn

Issue 2151653003: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crypto 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 | « dbus/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/BUILD.gn
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index da028ff573be3c563b60deaa3b44e28a86dd3a70..ce1fe655d779a52b8dcc4f3f9ac155e1b6a09884 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -14,7 +14,7 @@ if (is_android) {
source_ids = "//third_party/usb_ids/usb.ids"
generated_ids = "$target_gen_dir/usb_ids_gen.cc"
-source_set("usb") {
+static_library("usb") {
sources = [
"android/usb_jni_registrar.cc",
"android/usb_jni_registrar.h",
@@ -102,7 +102,7 @@ source_set("usb") {
}
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
« no previous file with comments | « dbus/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698