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

Unified Diff: tools/sort-headers.py

Issue 6873034: Add a tool that estimates the size of a file after all #includes have been resolved. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 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
« tools/include_tracer.py ('K') | « tools/include_tracer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sort-headers.py
diff --git a/tools/sort-headers.py b/tools/sort-headers.py
index b18ac6c4a83147e85a1051df45fa7f8e4206ac6e..8ce2c192c4cc39ea1b4f4bc35b915e1b706c1156 100755
--- a/tools/sort-headers.py
+++ b/tools/sort-headers.py
@@ -1,4 +1,7 @@
#!/usr/bin/python
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
Evan Martin 2011/04/18 21:46:47 Probably didn't mean to include this (?)
Nico 2011/04/18 21:54:28 I opened this file to copy the license header, and
"""Given a filename as an argument, sort the #include/#imports in that file.
« tools/include_tracer.py ('K') | « tools/include_tracer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698