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

Unified Diff: tools/binary_size/testdata/ActualDiff.golden

Issue 2802893002: Add gn args to metadata and metadata diffing (Closed)
Patch Set: Created 3 years, 8 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 | « tools/binary_size/models.py ('k') | tools/binary_size/testdata/ConsoleNullDiff.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/testdata/ActualDiff.golden
diff --git a/tools/binary_size/testdata/ActualDiff.golden b/tools/binary_size/testdata/ActualDiff.golden
index d46c125c72e2c9a57f42431177bd17919ca040c3..d7fe08ada74d31a4bafcd6d0287bd41f4e7f5870 100644
--- a/tools/binary_size/testdata/ActualDiff.golden
+++ b/tools/binary_size/testdata/ActualDiff.golden
@@ -1,46 +1,53 @@
-Metadata:
+Common Metadata:
+ baz=yes
+ foo=1
+Old Metadata:
+ bar=[1, 3]
+New Metadata:
+ bar=[1, 2, 3]
+
Section Sizes (Total=0 bytes):
-.bss: 0 bytes (not included in totals)
-.data: 0 bytes (0.0%)
-.data.rel.ro: 0 bytes (0.0%)
-.data.rel.ro.local: 0 bytes (0.0%)
-.rodata: 0 bytes (0.0%)
-.text: 0 bytes (0.0%)
+ .bss: 0 bytes (not included in totals)
+ .data: 0 bytes (0.0%)
+ .data.rel.ro: 0 bytes (0.0%)
+ .data.rel.ro.local: 0 bytes (0.0%)
+ .rodata: 0 bytes (0.0%)
+ .text: 0 bytes (0.0%)
Other section sizes:
-.ARM.attributes: 0 bytes
-.ARM.exidx: 0 bytes
-.ARM.extab: 0 bytes
-.comment: 0 bytes
-.debug_abbrev: 0 bytes
-.debug_aranges: 0 bytes
-.debug_frame: 0 bytes
-.debug_info: 0 bytes
-.debug_line: 0 bytes
-.debug_loc: 0 bytes
-.debug_pubnames: 0 bytes
-.debug_pubtypes: 0 bytes
-.debug_ranges: 0 bytes
-.debug_str: 0 bytes
-.dynamic: 0 bytes
-.dynstr: 0 bytes
-.dynsym: 0 bytes
-.fini_array: 0 bytes
-.gnu.version: 0 bytes
-.gnu.version_d: 0 bytes
-.gnu.version_r: 0 bytes
-.got: 0 bytes
-.hash: 0 bytes
-.init_array: 0 bytes
-.interp: 0 bytes
-.note.gnu.build-id: 0 bytes
-.note.gnu.gold-version: 0 bytes
-.plt: 0 bytes
-.rel.dyn: 0 bytes
-.rel.plt: 0 bytes
-.shstrtab: 0 bytes
-.strtab: 0 bytes
-.symtab: 0 bytes
+ .ARM.attributes: 0 bytes
+ .ARM.exidx: 0 bytes
+ .ARM.extab: 0 bytes
+ .comment: 0 bytes
+ .debug_abbrev: 0 bytes
+ .debug_aranges: 0 bytes
+ .debug_frame: 0 bytes
+ .debug_info: 0 bytes
+ .debug_line: 0 bytes
+ .debug_loc: 0 bytes
+ .debug_pubnames: 0 bytes
+ .debug_pubtypes: 0 bytes
+ .debug_ranges: 0 bytes
+ .debug_str: 0 bytes
+ .dynamic: 0 bytes
+ .dynstr: 0 bytes
+ .dynsym: 0 bytes
+ .fini_array: 0 bytes
+ .gnu.version: 0 bytes
+ .gnu.version_d: 0 bytes
+ .gnu.version_r: 0 bytes
+ .got: 0 bytes
+ .hash: 0 bytes
+ .init_array: 0 bytes
+ .interp: 0 bytes
+ .note.gnu.build-id: 0 bytes
+ .note.gnu.gold-version: 0 bytes
+ .plt: 0 bytes
+ .rel.dyn: 0 bytes
+ .rel.plt: 0 bytes
+ .shstrtab: 0 bytes
+ .strtab: 0 bytes
+ .symtab: 0 bytes
1 symbols added (+), 1 changed (~), 1 removed (-), 42 unchanged (=)
Showing 45 symbols with total size: 0 bytes
« no previous file with comments | « tools/binary_size/models.py ('k') | tools/binary_size/testdata/ConsoleNullDiff.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698