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

Side by Side Diff: ui/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 ]
11
12 images_not_to_mirror = [
13 'autofill_popup_background_down.9.png',
14 'autofill_popup_background_up.9.png',
15 'color_picker_advanced_select_handle.png',
16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698