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

Unified Diff: build/secondary/third_party/crashpad/crashpad/client/BUILD.gn

Issue 2149483002: Reduce chrome.exe .text size by 50 KB with static_library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaking comments 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
Index: build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
index d10cb6303dac7851d71d1f1c3c818f0bd0013022..1b68b1670bfeb10b5df944ec9cfa63d1a10a4acd 100644
--- a/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/client/BUILD.gn
@@ -6,7 +6,7 @@ config("client_config") {
include_dirs = [ ".." ]
}
-source_set("client") {
+static_library("client") {
sources = [
"crash_report_database.cc",
"crash_report_database.h",

Powered by Google App Engine
This is Rietveld 408576698