commit | a417ad30a7b7eed2107d3de35b8d376ba2af7049 | [log] [tgz] |
---|---|---|
author | Andrew Grieve <[email protected]> | Wed Feb 06 19:54:38 2019 |
committer | Commit Bot <[email protected]> | Wed Feb 06 19:54:38 2019 |
tree | 1210c4f4b4198640d779575a398125607d0b6f29 | |
parent | 7b83e99f216a2b05c22c00f04194d4c3babad7f6 [diff] [blame] |
Android: Stop measuring static initializers in resource_sizes.py I don't think it's helpful to record this metric since we now have an assertion / expectation file. Moves all logic into assert_static_initializers.py Bug: 873714 Change-Id: I2495262d30ac4aab1dd7f0c3c0d8c24792d68850 Reviewed-on: https://chromium-review.googlesource.com/c/1456653 Commit-Queue: Andrew Grieve <[email protected]> Reviewed-by: Eric Stevenson <[email protected]> Cr-Commit-Position: refs/heads/master@{#629699}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 7f2ec1b2..ee980b0 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -655,6 +655,7 @@ 'build/android/gyp/aar.pydeps', 'build/android/gyp/aidl.pydeps', 'build/android/gyp/apkbuilder.pydeps', + 'build/android/gyp/assert_static_initializers.pydeps', 'build/android/gyp/bytecode_processor.pydeps', 'build/android/gyp/compile_resources.pydeps', 'build/android/gyp/create_bundle_wrapper_script.pydeps',