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

Unified Diff: components/drive/BUILD.gn

Issue 2161363005: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/dom_distiller/core/BUILD.gn ('k') | components/error_page/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/BUILD.gn
diff --git a/components/drive/BUILD.gn b/components/drive/BUILD.gn
index 9ffcfac321a21be5bdd1ef65613b8b9bfd91c2c8..9190e9f9f7723de7d98d16c440b22848074ddc0c 100644
--- a/components/drive/BUILD.gn
+++ b/components/drive/BUILD.gn
@@ -68,7 +68,7 @@ static_library("drive") {
]
}
-source_set("drive_chromeos") {
+static_library("drive_chromeos") {
sources = [
"chromeos/change_list_loader.cc",
"chromeos/change_list_loader.h",
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('k') | components/error_page/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698