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

Unified Diff: components/zoom/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/webdata_services/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/zoom/BUILD.gn
diff --git a/components/zoom/BUILD.gn b/components/zoom/BUILD.gn
index 4a2f3ea569c6f4748417c482da0b7a478b071e2a..42451b03979bf9a2a114d066f7a11fc1393a83c2 100644
--- a/components/zoom/BUILD.gn
+++ b/components/zoom/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("zoom") {
+static_library("zoom") {
sources = [
"page_zoom.cc",
"page_zoom.h",
@@ -27,7 +27,7 @@ source_set("zoom") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"test/zoom_test_utils.cc",
« no previous file with comments | « components/webdata_services/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698