| 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..9d070e4a5a3c438c2e75e7d516c3560b672f357c 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 Chromium Ash resources.
|
|
|
| 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.
|
|
|