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

Unified Diff: tools/binary_size/libsupersize/file_format.py

Issue 2813963002: //tools/binary_size: Consolidate most tools into "supersize" command (Closed)
Patch Set: Fix readme formatting. Make archive's --outoput-file a positional arg 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/libsupersize/describe.py ('k') | tools/binary_size/libsupersize/function_signature.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/libsupersize/file_format.py
diff --git a/tools/binary_size/file_format.py b/tools/binary_size/libsupersize/file_format.py
similarity index 99%
rename from tools/binary_size/file_format.py
rename to tools/binary_size/libsupersize/file_format.py
index c9ef495e5269f4315e64f16a4d4fb39b9c93e6f3..3e8baaf2913adf92ec7d47a29f9fac0ba8285b83 100644
--- a/tools/binary_size/file_format.py
+++ b/tools/binary_size/libsupersize/file_format.py
@@ -10,11 +10,12 @@ import collections
import datetime
import gzip
import json
-import models
import logging
import os
import shutil
+import models
+
# File format version for .size files.
_SERIALIZATION_VERSION = 'Size File Format v1'
« no previous file with comments | « tools/binary_size/libsupersize/describe.py ('k') | tools/binary_size/libsupersize/function_signature.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698