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

Side by Side Diff: ui/android/ui_android.gyp

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
1 # Copyright 2013 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'window_open_disposition_java', 11 'target_name': 'window_open_disposition_java',
12 'type': 'none', 12 'type': 'none',
13 'sources': [ 13 'sources': [
14 'java/WindowOpenDisposition.template', 14 'java/WindowOpenDisposition.template',
15 ], 15 ],
16 'variables': { 16 'variables': {
17 'package_name': 'org/chromium/ui', 17 'package_name': 'org/chromium/ui',
18 'template_deps': ['../base/window_open_disposition_list.h'], 18 'template_deps': ['../base/window_open_disposition_list.h'],
19 }, 19 },
20 'includes': [ '../../build/android/java_cpp_template.gypi' ], 20 'includes': [ '../../build/android/java_cpp_template.gypi' ],
21 }, 21 },
22 { 22 {
23 'target_name': 'ui_java', 23 'target_name': 'ui_java',
24 'type': 'none', 24 'type': 'none',
25 'variables': { 25 'variables': {
26 'java_in_dir': '../../ui/android/java', 26 'java_in_dir': '../../ui/android/java',
27 'has_java_resources': 1, 27 'has_java_resources': 1,
28 'mirror_images': 1,
28 'R_package': 'org.chromium.ui', 29 'R_package': 'org.chromium.ui',
29 'R_package_relpath': 'org/chromium/ui', 30 'R_package_relpath': 'org/chromium/ui',
30 'java_strings_grd': 'android_ui_strings.grd', 31 'java_strings_grd': 'android_ui_strings.grd',
31 }, 32 },
32 'dependencies': [ 33 'dependencies': [
33 '../../base/base.gyp:base_java', 34 '../../base/base.gyp:base_java',
34 'window_open_disposition_java', 35 'window_open_disposition_java',
35 ], 36 ],
36 'includes': [ '../../build/java.gypi' ], 37 'includes': [ '../../build/java.gypi' ],
37 }, 38 },
38 ], 39 ],
39 } 40 }
OLDNEW
« build/install-build-deps-android.sh ('K') | « ui/android/java/mirror_images_config ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698