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

Side by Side Diff: chrome/android/java/mirror_images_config

Issue 106173002: Mirror images for RTL languages at build time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Specifies which images will be mirrored (i.e. flipped horizontally) for
6 # right-to-left (RTL) languages. Each image in res/drawable* must appear in one
7 # of the two lists below. For more info, see mirror_images.py.
8
9 images_to_mirror = [
10 'infobar_autofill.png',
11 'infobar_camera.png',
12 'infobar_desktop_notifications.png',
13 'infobar_protected_media_identifier.png',
14 ]
15
16 images_not_to_mirror = [
17 'back.png',
18 'back_disabled.png',
19 'bubble.9.png',
20 'bubble_arrow_up.png',
21 'forward.png',
22 'forward_disabled.png',
23 'globe_favicon.png',
24 'infobar_autologin.png',
25 'infobar_blocked_popups.png',
26 'infobar_button_normal_floating_enabled.9.png',
27 'infobar_button_normal_floating_pressed.9.png',
28 'infobar_button_normal_full_left_enabled.9.png',
29 'infobar_button_normal_full_left_pressed.9.png',
30 'infobar_button_normal_full_right_enabled.9.png',
31 'infobar_button_normal_full_right_pressed.9.png',
32 'infobar_button_warning_floating_enabled.9.png',
33 'infobar_button_warning_floating_pressed.9.png',
34 'infobar_button_warning_full_left_enabled.9.png',
35 'infobar_button_warning_full_left_pressed.9.png',
36 'infobar_button_warning_full_right_enabled.9.png',
37 'infobar_button_warning_full_right_pressed.9.png',
38 'infobar_cookie.png',
39 'infobar_didyoumean.png',
40 'infobar_dismiss.png',
41 'infobar_geolocation.png',
42 'infobar_incomplete.png',
43 'infobar_microphone.png',
44 'infobar_multiple_downloads.png',
45 'infobar_plugin.png',
46 'infobar_plugin_crashed.png',
47 'infobar_restore.png',
48 'infobar_savepassword.png',
49 'infobar_theme.png',
50 'infobar_translate.png',
51 'infobar_update_uma.png',
52 'infobar_warning.png',
53 'missing.png',
54 'pageinfo_bad.png',
55 'pageinfo_enterprise_managed.png',
56 'pageinfo_good.png',
57 'pageinfo_info.png',
58 'pageinfo_warning_major.png',
59 'pageinfo_warning_minor.png',
60 'star.png',
61 'star_lit.png',
62 'warning.png',
63 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698