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

Unified Diff: components/constrained_window/BUILD.gn

Issue 2165183003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac fix 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/client_update_protocol/BUILD.gn ('k') | components/content_settings/content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/constrained_window/BUILD.gn
diff --git a/components/constrained_window/BUILD.gn b/components/constrained_window/BUILD.gn
index 8e0952e0763484aea20c5ab91e9465da9fe55bb0..ddb6b29354bca439d4c308c6ae292c67d0d9db07 100644
--- a/components/constrained_window/BUILD.gn
+++ b/components/constrained_window/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("constrained_window") {
+static_library("constrained_window") {
sources = [
"constrained_window_views.cc",
"constrained_window_views.h",
« no previous file with comments | « components/client_update_protocol/BUILD.gn ('k') | components/content_settings/content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698