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

Unified Diff: build/linux/unbundle/yasm.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 | « no previous file | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/yasm.gn
diff --git a/build/linux/unbundle/yasm.gn b/build/linux/unbundle/yasm.gn
index a244bf02d7adaa0a2e55590c2ad82af185ff4821..b5b440e66faf5e6eb00bdadf5b4c6cfa3d23b2d1 100644
--- a/build/linux/unbundle/yasm.gn
+++ b/build/linux/unbundle/yasm.gn
@@ -88,7 +88,7 @@ template("yasm_assemble") {
# Gather the .o files into a linkable thing. This doesn't actually link
# anything (a source set just compiles files to link later), but will pass
# the object files generated by the action up the dependency chain.
- source_set(source_set_name) {
+ static_library(source_set_name) {
if (defined(invoker.visibility)) {
visibility = invoker.visibility
}
« no previous file with comments | « no previous file | components/crash/content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698