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: components/crash/content/app/BUILD.gn

Issue 2114783002: Shrink chrome_elf.dll by switching source_sets to static_library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « build/linux/unbundle/yasm.gn ('k') | third_party/yasm/yasm_assemble.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/BUILD.gn
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index 5f1c1be86572903310816abae07af955be5cd797..fd1c8e47c6f1daab09ad5de461e9d2785acf70fc 100644
--- a/components/crash/content/app/BUILD.gn
+++ b/components/crash/content/app/BUILD.gn
@@ -7,7 +7,7 @@ if (is_android) {
import("//build/config/android/config.gni")
}
-source_set("lib") {
+static_library("lib") {
sources = [
"crash_keys_win.cc",
"crash_keys_win.h",
« no previous file with comments | « build/linux/unbundle/yasm.gn ('k') | third_party/yasm/yasm_assemble.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698