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

Unified Diff: chrome/app/theme/PRESUBMIT.py

Issue 10875076: Add support for non-integer scaling factors in resource_scale_factors presubmit script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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 | « no previous file | ui/resources/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/PRESUBMIT.py
diff --git a/chrome/app/theme/PRESUBMIT.py b/chrome/app/theme/PRESUBMIT.py
index b3e99c9646765cc0d520c2c813144694c766d963..ed83270a4a6c2312ff886a64d9b37539d35fa0c0 100644
--- a/chrome/app/theme/PRESUBMIT.py
+++ b/chrome/app/theme/PRESUBMIT.py
@@ -28,7 +28,7 @@ def _CommonChecks(input_api, output_api):
# 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.
path_scales = [
- [(1, 'default_100_percent/'), (2, 'default_200_percent/')],
+ [(100, 'default_100_percent/'), (200, 'default_200_percent/')],
]
import sys
« no previous file with comments | « no previous file | ui/resources/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698