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

Unified Diff: services/shell/background/tests/BUILD.gn

Issue 2151013002: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remoting 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 | « remoting/test/BUILD.gn ('k') | services/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/background/tests/BUILD.gn
diff --git a/services/shell/background/tests/BUILD.gn b/services/shell/background/tests/BUILD.gn
index eaf8469425353874f803d9b0c91dbb261fd360e8..b6fd6903f49f03ed11c469b3486d239cf873399f 100644
--- a/services/shell/background/tests/BUILD.gn
+++ b/services/shell/background/tests/BUILD.gn
@@ -6,7 +6,7 @@ import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//testing/test.gni")
-source_set("test_support") {
+static_library("test_support") {
sources = [
"test_catalog_store.cc",
"test_catalog_store.h",
« no previous file with comments | « remoting/test/BUILD.gn ('k') | services/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698