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

Side by Side Diff: content/content_common.gypi

Issue 12589005: Implement web speech synthesis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@webtts
Patch Set: Created 7 years, 9 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/components_tracing.gyp:tracing', 9 '../components/components_tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'public/common/show_desktop_notification_params.cc', 86 'public/common/show_desktop_notification_params.cc',
87 'public/common/show_desktop_notification_params.h', 87 'public/common/show_desktop_notification_params.h',
88 'public/common/speech_recognition_error.h', 88 'public/common/speech_recognition_error.h',
89 'public/common/speech_recognition_grammar.h', 89 'public/common/speech_recognition_grammar.h',
90 'public/common/speech_recognition_result.h', 90 'public/common/speech_recognition_result.h',
91 'public/common/speech_recognition_result.cc', 91 'public/common/speech_recognition_result.cc',
92 'public/common/ssl_status.cc', 92 'public/common/ssl_status.cc',
93 'public/common/ssl_status.h', 93 'public/common/ssl_status.h',
94 'public/common/stop_find_action.h', 94 'public/common/stop_find_action.h',
95 'public/common/three_d_api_types.h', 95 'public/common/three_d_api_types.h',
96 'public/common/tts_utterance_request.cc',
97 'public/common/tts_utterance_request.h',
96 'public/common/url_constants.cc', 98 'public/common/url_constants.cc',
97 'public/common/url_constants.h', 99 'public/common/url_constants.h',
98 'public/common/url_fetcher.h', 100 'public/common/url_fetcher.h',
99 'public/common/zygote_fork_delegate_linux.h', 101 'public/common/zygote_fork_delegate_linux.h',
100 'common/accessibility_messages.h', 102 'common/accessibility_messages.h',
101 'common/accessibility_node_data.cc', 103 'common/accessibility_node_data.cc',
102 'common/accessibility_node_data.h', 104 'common/accessibility_node_data.h',
103 'common/all_messages.h', 105 'common/all_messages.h',
104 'common/android/address_parser.cc', 106 'common/android/address_parser.cc',
105 'common/android/address_parser.h', 107 'common/android/address_parser.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'common/socket_stream_handle_data.h', 367 'common/socket_stream_handle_data.h',
366 'common/socket_stream_messages.h', 368 'common/socket_stream_messages.h',
367 'common/speech_recognition_messages.h', 369 'common/speech_recognition_messages.h',
368 'common/ssl_status_serialization.cc', 370 'common/ssl_status_serialization.cc',
369 'common/ssl_status_serialization.h', 371 'common/ssl_status_serialization.h',
370 'common/swapped_out_messages.cc', 372 'common/swapped_out_messages.cc',
371 'common/swapped_out_messages.h', 373 'common/swapped_out_messages.h',
372 'common/thread_safe_sender.cc', 374 'common/thread_safe_sender.cc',
373 'common/thread_safe_sender.h', 375 'common/thread_safe_sender.h',
374 'common/text_input_client_messages.h', 376 'common/text_input_client_messages.h',
377 'common/tts_messages.h',
375 'common/url_schemes.cc', 378 'common/url_schemes.cc',
376 'common/url_schemes.h', 379 'common/url_schemes.h',
377 'common/utility_messages.h', 380 'common/utility_messages.h',
378 'common/view_messages.h', 381 'common/view_messages.h',
379 'common/view_message_enums.h', 382 'common/view_message_enums.h',
380 'common/web_database_observer_impl.cc', 383 'common/web_database_observer_impl.cc',
381 'common/web_database_observer_impl.h', 384 'common/web_database_observer_impl.h',
382 'common/webkitplatformsupport_impl.cc', 385 'common/webkitplatformsupport_impl.cc',
383 'common/webkitplatformsupport_impl.h', 386 'common/webkitplatformsupport_impl.h',
384 'common/webmessageportchannel_impl.cc', 387 'common/webmessageportchannel_impl.cc',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 591 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
589 '<(output)', 592 '<(output)',
590 '<(PRODUCT_DIR)', 593 '<(PRODUCT_DIR)',
591 ], 594 ],
592 'msvs_cygwin_shell': 1, 595 'msvs_cygwin_shell': 1,
593 }, 596 },
594 ] 597 ]
595 }], 598 }],
596 ], 599 ],
597 } 600 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698