Chromium Code Reviews| Index: components/previews/PRESUBMIT.py |
| diff --git a/components/data_reduction_proxy/PRESUBMIT.py b/components/previews/PRESUBMIT.py |
| similarity index 88% |
| copy from components/data_reduction_proxy/PRESUBMIT.py |
| copy to components/previews/PRESUBMIT.py |
| index b91867873b31c65aceaea9229bcca769a79f90aa..3af0bfe5ba6d7adbf9b6766156981a5f624e8d74 100644 |
| --- a/components/data_reduction_proxy/PRESUBMIT.py |
| +++ b/components/previews/PRESUBMIT.py |
| @@ -1,11 +1,11 @@ |
| -# Copyright 2015 The Chromium Authors. All rights reserved. |
| +# Copyright 2016 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. |
| """Top-level presubmit script for the data_reduction_proxy component. |
|
tbansal1
2016/07/26 20:11:37
s/data_reduction_proxy/??/
RyanSturm
2016/07/26 21:56:52
Done.
|
| See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts |
| for more details about the presubmit API built into depot_tools. |
| """ |
| def CheckChangeOnUpload(input_api, output_api): |