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

Unified Diff: ui/gl/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 | « ui/gfx/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index bf88fd6dfef02ae17c4e88a20b841ca25e635bec..6ad42da7ec8b156a920fe38dfe56a1df0348cccf 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -290,7 +290,7 @@ component("gl") {
}
}
-source_set("gl_unittest_utils") {
+static_library("gl_unittest_utils") {
testonly = true
sources = [
"gl_bindings_autogen_mock.cc",
@@ -311,7 +311,7 @@ source_set("gl_unittest_utils") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"test/gl_image_test_support.cc",
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698