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

Unified Diff: components/crash/content/tools/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/crash/content/app/BUILD.gn ('k') | components/crash/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/tools/BUILD.gn
diff --git a/components/crash/content/tools/BUILD.gn b/components/crash/content/tools/BUILD.gn
index b781bd5f8f57db7259d47f15f9b84ce88fa32d22..62060206e4df88300688796cdd1cac85abefe32b 100644
--- a/components/crash/content/tools/BUILD.gn
+++ b/components/crash/content/tools/BUILD.gn
@@ -4,7 +4,7 @@
assert(is_win)
-source_set("crash_service") {
+static_library("crash_service") {
sources = [
"crash_service.cc",
"crash_service.h",
« no previous file with comments | « components/crash/content/app/BUILD.gn ('k') | components/crash/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698