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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 12589005: Implement web speech synthesis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@webtts
Patch Set: Fix android build Created 7 years, 7 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 | « chrome/chrome_common.gypi ('k') | chrome/common/common_message_generator.h » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'renderer/spellchecker/spellcheck_provider.h', 293 'renderer/spellchecker/spellcheck_provider.h',
294 'renderer/spellchecker/spellcheck.cc', 294 'renderer/spellchecker/spellcheck.cc',
295 'renderer/spellchecker/spellcheck.h', 295 'renderer/spellchecker/spellcheck.h',
296 'renderer/spellchecker/spellcheck_language.cc', 296 'renderer/spellchecker/spellcheck_language.cc',
297 'renderer/spellchecker/spellcheck_language.h', 297 'renderer/spellchecker/spellcheck_language.h',
298 'renderer/spellchecker/spellcheck_worditerator.cc', 298 'renderer/spellchecker/spellcheck_worditerator.cc',
299 'renderer/spellchecker/spellcheck_worditerator.h', 299 'renderer/spellchecker/spellcheck_worditerator.h',
300 'renderer/spellchecker/spelling_engine.h', 300 'renderer/spellchecker/spelling_engine.h',
301 'renderer/static_v8_external_string_resource.cc', 301 'renderer/static_v8_external_string_resource.cc',
302 'renderer/static_v8_external_string_resource.h', 302 'renderer/static_v8_external_string_resource.h',
303 'renderer/tts_dispatcher.cc',
304 'renderer/tts_dispatcher.h',
303 'renderer/translate/translate_helper.cc', 305 'renderer/translate/translate_helper.cc',
304 'renderer/translate/translate_helper.h', 306 'renderer/translate/translate_helper.h',
305 'renderer/validation_message_agent.cc', 307 'renderer/validation_message_agent.cc',
306 'renderer/validation_message_agent.h', 308 'renderer/validation_message_agent.h',
307 'renderer/webview_color_overlay.cc', 309 'renderer/webview_color_overlay.cc',
308 'renderer/webview_color_overlay.h', 310 'renderer/webview_color_overlay.h',
309 ], 311 ],
310 'conditions': [ 312 'conditions': [
311 ['disable_nacl!=1', { 313 ['disable_nacl!=1', {
312 'dependencies': [ 314 'dependencies': [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'export_dependent_settings': [ 386 'export_dependent_settings': [
385 '<(allocator_target)', 387 '<(allocator_target)',
386 ], 388 ],
387 }], 389 }],
388 ], 390 ],
389 }], 391 }],
390 ], 392 ],
391 }, 393 },
392 ], 394 ],
393 } 395 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698