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

Unified Diff: chrome/test/BUILD.gn

Issue 2143253002: Convert test_support source sets to static libs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android 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 | « chrome/renderer/BUILD.gn ('k') | components/autofill/content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 1e608bbd442a6c3754c1965ee83f5fc53076a3da..614543e13d1bdb3fd7c6c5281fc1d2ebdcccc32a 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -662,7 +662,7 @@ if (!is_android) {
}
if (enable_app_list && use_ash) {
- source_set("test_support_applist_ash") {
+ static_library("test_support_applist_ash") {
defines = []
testonly = true
@@ -678,7 +678,7 @@ if (!is_android) {
}
}
- source_set("sync_integration_test_support") {
+ static_library("sync_integration_test_support") {
testonly = true
sources = rebase_path(
chrome_tests_gypi_values.test_support_sync_integration_sources,
@@ -2431,7 +2431,7 @@ if (!is_android && !is_ios && !is_chromecast) {
}
}
-source_set("test_support_unit") {
+static_library("test_support_unit") {
testonly = true
sources = [
"../browser/sync/glue/session_sync_test_helper.cc",
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | components/autofill/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698