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

Unified Diff: components/crash/content/app/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: components/crash/content/app/BUILD.gn
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index fd1c8e47c6f1daab09ad5de461e9d2785acf70fc..b3e6605d6588fb997adfd72cc0b27a8c406203f2 100644
--- a/components/crash/content/app/BUILD.gn
+++ b/components/crash/content/app/BUILD.gn
@@ -27,7 +27,7 @@ static_library("lib") {
}
# GYP version: components/crash.gypi:crash_component
-source_set("app") {
+static_library("app") {
sources = [
"crash_switches.cc",
"crash_switches.h",

Powered by Google App Engine
This is Rietveld 408576698