Chromium Code Reviews| Index: ash/resources/PRESUBMIT.py |
| diff --git a/chrome/app/theme/PRESUBMIT.py b/ash/resources/PRESUBMIT.py |
| similarity index 94% |
| copy from chrome/app/theme/PRESUBMIT.py |
| copy to ash/resources/PRESUBMIT.py |
| index ed83270a4a6c2312ff886a64d9b37539d35fa0c0..64f482ca031f5e7807b8599e7a23551899da2372 100644 |
| --- a/chrome/app/theme/PRESUBMIT.py |
| +++ b/ash/resources/PRESUBMIT.py |
| @@ -2,7 +2,7 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -"""Presubmit script for Chromium theme resources. |
| +"""Presubmit script for ash Chromium Ash resources. |
|
flackr
2012/09/13 17:52:25
ash Chromium Ash?
|
| See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts |
| for more details about the presubmit API built into gcl/git cl, and see |
| @@ -23,7 +23,7 @@ def _CommonChecks(input_api, output_api): |
| """Checks common to both upload and commit.""" |
| results = [] |
| resources = input_api.os_path.join(input_api.PresubmitLocalPath(), |
| - '../../../ui/resources') |
| + '../../ui/resources') |
| # List of paths with their associated scale factor. This is used to verify |
| # that the images modified in one are the correct scale of the other. |