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

Side by Side Diff: chrome/chrome.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 (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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 '../components/components.gyp:web_contents_delegate_android_java', 1009 '../components/components.gyp:web_contents_delegate_android_java',
1010 '../content/content.gyp:content_java', 1010 '../content/content.gyp:content_java',
1011 '../printing/printing.gyp:printing_java', 1011 '../printing/printing.gyp:printing_java',
1012 '../sync/sync.gyp:sync_java', 1012 '../sync/sync.gyp:sync_java',
1013 '../third_party/guava/guava.gyp:guava_javalib', 1013 '../third_party/guava/guava.gyp:guava_javalib',
1014 '../ui/android/ui_android.gyp:ui_java', 1014 '../ui/android/ui_android.gyp:ui_java',
1015 ], 1015 ],
1016 'variables': { 1016 'variables': {
1017 'java_in_dir': '../chrome/android/java', 1017 'java_in_dir': '../chrome/android/java',
1018 'has_java_resources': 1, 1018 'has_java_resources': 1,
1019 'mirror_images': 1,
1019 'R_package': 'org.chromium.chrome', 1020 'R_package': 'org.chromium.chrome',
1020 'R_package_relpath': 'org/chromium/chrome', 1021 'R_package_relpath': 'org/chromium/chrome',
1021 'java_strings_grd': 'android_chrome_strings.grd', 1022 'java_strings_grd': 'android_chrome_strings.grd',
1022 # Include xml string files generated from generated_resources.grd 1023 # Include xml string files generated from generated_resources.grd
1023 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], 1024 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'],
1024 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'], 1025 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'],
1025 }, 1026 },
1026 'includes': [ 1027 'includes': [
1027 '../build/java.gypi', 1028 '../build/java.gypi',
1028 ], 1029 ],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 'sources': [ 1123 'sources': [
1123 'service/cloud_print/print_system_dummy.cc', 1124 'service/cloud_print/print_system_dummy.cc',
1124 ], 1125 ],
1125 }], 1126 }],
1126 ], 1127 ],
1127 }, 1128 },
1128 ], 1129 ],
1129 }], 1130 }],
1130 ], # 'conditions' 1131 ], # 'conditions'
1131 } 1132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698