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

Unified Diff: breakpad/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: breakpad/BUILD.gn
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 8174013378acd2eb121cdcd72474040f39f902d3..9c5dc89aa0e2276d963a7e49565a36c6bfe8f75d 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -856,7 +856,7 @@ if (is_win) {
}
}
- source_set("breakpad_handler") {
+ static_library("breakpad_handler") {
configs += [ ":handler_config" ]
if (is_win) {
public_configs = [ ":handler_config" ]
« no previous file with comments | « no previous file | build/secondary/third_party/crashpad/crashpad/client/BUILD.gn » ('j') | third_party/libpng/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698