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

Unified Diff: content/test/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 | « components/zoom/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index bab905c772f44b5837eea8be41009c5ce43b8472..5bf5c7f549bec790999d58ee01685b8fd50ef17f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -50,7 +50,6 @@ static_library("test_support") {
":browsertest_base",
":content_test_mojo_bindings",
"//base/third_party/dynamic_annotations",
- "//cc",
"//cc:test_support",
"//cc/blink",
"//cc/ipc",
@@ -207,7 +206,7 @@ static_library("test_support") {
# browsertest_support can be used by targets that run content_shell based
# browser tests.
-source_set("browsertest_support") {
+static_library("browsertest_support") {
testonly = true
# See comment at the top of //content/BUILD.gn for why this is disabled in
@@ -258,7 +257,7 @@ source_set("browsertest_support") {
}
# browsertest_base can be used by any browser test target.
-source_set("browsertest_base") {
+static_library("browsertest_base") {
testonly = true
sources = [
« no previous file with comments | « components/zoom/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698