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

Unified Diff: components/bubble/BUILD.gn

Issue 2143253002: Convert test_support source sets to static libs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android 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/browser_sync/browser/BUILD.gn ('k') | components/captive_portal/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bubble/BUILD.gn
diff --git a/components/bubble/BUILD.gn b/components/bubble/BUILD.gn
index 912dbad71a0a0f150f3883dc384035977d7e749a..b9e66327d062af7f1710f427b76815c04e7996e5 100644
--- a/components/bubble/BUILD.gn
+++ b/components/bubble/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("bubble") {
+static_library("bubble") {
sources = [
"bubble_close_reason.h",
"bubble_controller.cc",
@@ -20,7 +20,7 @@ source_set("bubble") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
« no previous file with comments | « components/browser_sync/browser/BUILD.gn ('k') | components/captive_portal/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698