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

Side by Side Diff: grit/format/policy_templates/PRESUBMIT.py

Issue 7994004: Initial source commit to grit-i18n project. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: 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 | « grit/format/js_map_format_unittest.py ('k') | grit/format/policy_templates/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 UNIT_TESTS = [
6 'policy_template_generator_unittest',
7 'writers.adm_writer_unittest',
8 'writers.adml_writer_unittest',
9 'writers.admx_writer_unittest',
10 'writers.doc_writer_unittest',
11 'writers.json_writer_unittest',
12 'writers.plist_strings_writer_unittest',
13 'writers.plist_writer_unittest',
14 'writers.reg_writer_unittest',
15 'writers.template_writer_unittest'
16 ]
17
18 def CheckChangeOnUpload(input_api, output_api):
19 return input_api.canned_checks.RunPythonUnitTests(input_api,
20 output_api,
21 UNIT_TESTS)
22
23
24 def CheckChangeOnCommit(input_api, output_api):
25 return input_api.canned_checks.RunPythonUnitTests(input_api,
26 output_api,
27 UNIT_TESTS)
OLDNEW
« no previous file with comments | « grit/format/js_map_format_unittest.py ('k') | grit/format/policy_templates/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698