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

Side by Side Diff: tools/grit/grit.py

Issue 7976026: Prepare for moving grit to its own open-source project. This mostly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/grit/grit/grd_reader_unittest.py » ('j') | tools/grit/grit/node/misc.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/python2.4 1 #!/usr/bin/python
2 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 '''Bootstrapping for GRIT. 6 '''Bootstrapping for GRIT.
7 ''' 7 '''
8 8
9 import sys 9 import sys
10 10
11 import grit.grit_runner 11 import grit.grit_runner
12 12
13 13
14 if __name__ == '__main__': 14 if __name__ == '__main__':
15 grit.grit_runner.Main(sys.argv[1:]) 15 grit.grit_runner.Main(sys.argv[1:])
16 16
OLDNEW
« no previous file with comments | « no previous file | tools/grit/grit/grd_reader_unittest.py » ('j') | tools/grit/grit/node/misc.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698