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

Unified Diff: components/version_ui/BUILD.gn

Issue 2170813003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac 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/version_info/BUILD.gn ('k') | components/visitedlink/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/BUILD.gn
diff --git a/components/version_ui/BUILD.gn b/components/version_ui/BUILD.gn
index a6693b67eaeed33e1972c70cf3cc48564cadf4f6..91b80b27a72cb337b09da0b015bc9d84fd21d02c 100644
--- a/components/version_ui/BUILD.gn
+++ b/components/version_ui/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("version_ui") {
+static_library("version_ui") {
sources = [
"version_handler_helper.cc",
"version_handler_helper.h",
« no previous file with comments | « components/version_info/BUILD.gn ('k') | components/visitedlink/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698