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

Unified Diff: ash/resources/PRESUBMIT.py

Issue 10905242: add ash_resources.grd and necessary changes to use images in ash/resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: presubmit.py Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/launcher/tabbed_launcher_button.cc ('k') | ash/resources/ash_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ash/launcher/tabbed_launcher_button.cc ('k') | ash/resources/ash_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698