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

Unified Diff: third_party/brotli/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: third_party/brotli/BUILD.gn
diff --git a/third_party/brotli/BUILD.gn b/third_party/brotli/BUILD.gn
index 3d6984878939a9c1e27db19a7415078662ba6489..f012b543626115dd9255a5a8616bb370d503ec8a 100644
--- a/third_party/brotli/BUILD.gn
+++ b/third_party/brotli/BUILD.gn
@@ -6,7 +6,7 @@ if (is_win) {
import("//build/config/win/visual_studio_version.gni")
}
-source_set("brotli") {
+static_library("brotli") {
sources = [
"dec/bit_reader.c",
"dec/bit_reader.h",

Powered by Google App Engine
This is Rietveld 408576698