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

Issue 9347013: Adds '#'s to the beginning of each output line when running with -d (Closed)

Created:
8 years, 10 months ago by Tyler Breisacher (Chromium)
Modified:
8 years, 10 months ago
Reviewers:
Nico
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Adds '#'s to the beginning of each output line when running with -d This way, if the output format changes in a way that confuses the bot running sizes.py, we can tell the bot to just ignore lines that start with '#'. See http://codereview.chromium.org/9323047/#msg11 BUG=102013 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120726

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M tools/linux/dump-static-initializers.py View 2 chunks +8 lines, -4 lines 1 comment Download

Messages

Total messages: 1 (0 generated)
Nico
8 years, 10 months ago (2012-02-07 05:53:19 UTC) #1
lgtm

https://chromiumcodereview.appspot.com/9347013/diff/1/tools/linux/dump-static...
File tools/linux/dump-static-initializers.py (right):

https://chromiumcodereview.appspot.com/9347013/diff/1/tools/linux/dump-static...
tools/linux/dump-static-initializers.py:191: 
Just

  if opts.diffable:
    print '#',
  print 'Found %d...'

is a bit simpler

Powered by Google App Engine
This is Rietveld 408576698