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

Side by Side Diff: build/linux/system.gyp

Issue 1043933002: Support languages other than the default on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 5 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/speech/tts_linux.cc » ('j') | 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 'conditions': [ 7 'conditions': [
8 ['sysroot!=""', { 8 ['sysroot!=""', {
9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target _arch)" "<(system_libdir)"', 9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target _arch)" "<(system_libdir)"',
10 }, { 10 }, {
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'spd_close', 1117 'spd_close',
1118 'spd_pause', 1118 'spd_pause',
1119 'spd_resume', 1119 'spd_resume',
1120 'spd_set_notification_on', 1120 'spd_set_notification_on',
1121 'spd_set_voice_rate', 1121 'spd_set_voice_rate',
1122 'spd_set_voice_pitch', 1122 'spd_set_voice_pitch',
1123 'spd_list_synthesis_voices', 1123 'spd_list_synthesis_voices',
1124 'spd_set_synthesis_voice', 1124 'spd_set_synthesis_voice',
1125 'spd_list_modules', 1125 'spd_list_modules',
1126 'spd_set_output_module', 1126 'spd_set_output_module',
1127 'spd_set_language',
1127 ], 1128 ],
1128 'message': 'Generating libspeechd library loader', 1129 'message': 'Generating libspeechd library loader',
1129 'process_outputs_as_sources': 1, 1130 'process_outputs_as_sources': 1,
1130 }, 1131 },
1131 ], 1132 ],
1132 }, 1133 },
1133 { 1134 {
1134 'target_name': 'pangocairo', 1135 'target_name': 'pangocairo',
1135 'type': 'none', 1136 'type': 'none',
1136 'toolsets': ['host', 'target'], 1137 'toolsets': ['host', 'target'],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 }, 1221 },
1221 }], 1222 }],
1222 ], 1223 ],
1223 }], 1224 }],
1224 ] 1225 ]
1225 }], 1226 }],
1226 ], 1227 ],
1227 }, 1228 },
1228 ], 1229 ],
1229 } 1230 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/speech/tts_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698