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

Unified Diff: extensions/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 | « no previous file | google_apis/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 59cd8548b5eabbb4ed5114ca29853c3ddff1d30c..7e75013e2dac45c7795d120fdbb8b0a6799a7fef 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -69,7 +69,7 @@ grit("extensions_renderer_resources") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = rebase_path(extensions_gypi_values.extensions_test_support_sources,
".",
« no previous file with comments | « no previous file | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698