Chromium Code Reviews| Index: third_party/closure_compiler/checker.py |
| diff --git a/third_party/closure_compiler/checker.py b/third_party/closure_compiler/checker.py |
| index 4f9cbd5c9bcb2ea0a6a03f25894f0da574221cdc..3e82a0fff9f3019aecc6de0fff51b1798bbc4ef4 100755 |
| --- a/third_party/closure_compiler/checker.py |
| +++ b/third_party/closure_compiler/checker.py |
| @@ -1,5 +1,5 @@ |
| #!/usr/bin/python |
|
rothwell
2014/12/18 22:30:47
are there unittests for this file?
Dan Beam
2015/02/25 03:36:49
this file mainly just runs a .jar file. the major
|
| -# Copyright 2014 The Chromium Authors. All rights reserved. |
| +# Copyright 2014 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. |