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

Side by Side Diff: ui/ui.gyp

Issue 11967005: Re-land "[Android] Generate localized strings.xml files at build time." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 }, 882 },
883 { 883 {
884 'target_name': 'ui_java', 884 'target_name': 'ui_java',
885 'type': 'none', 885 'type': 'none',
886 'variables': { 886 'variables': {
887 'package_name': 'ui', 887 'package_name': 'ui',
888 'java_in_dir': '../ui/android/java', 888 'java_in_dir': '../ui/android/java',
889 'has_java_resources': 1, 889 'has_java_resources': 1,
890 'R_package': 'org.chromium.ui', 890 'R_package': 'org.chromium.ui',
891 'R_package_relpath': 'org/chromium/ui', 891 'R_package_relpath': 'org/chromium/ui',
892 'java_strings_grd': 'android_ui_strings.grd',
892 }, 893 },
893 'dependencies': [ 894 'dependencies': [
894 '../base/base.gyp:base_java', 895 '../base/base.gyp:base_java',
895 ], 896 ],
896 'includes': [ '../build/java.gypi' ], 897 'includes': [ '../build/java.gypi' ],
897 }, 898 },
898 ], 899 ],
899 }], 900 }],
900 ], 901 ],
901 } 902 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698