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

Unified Diff: google_apis/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 | « extensions/BUILD.gn ('k') | google_apis/gcm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index 064eca60952d6341c2e47358b3ea0dc905b7e737..4ce63ba66d30c87e1ade46431f92c188458d3aa3 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -182,7 +182,7 @@ google_apis_tmpl("google_apis") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"gaia/fake_gaia.cc",
@@ -202,7 +202,6 @@ source_set("test_support") {
":google_apis",
"//base",
"//base/test:test_support",
- "//net",
"//net:test_support",
]
« no previous file with comments | « extensions/BUILD.gn ('k') | google_apis/gcm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698