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

Side by Side Diff: content/content_common.gypi

Issue 9568002: Renamed speech input implementation from to speech_recognition_*. The namespace has been renamed fr… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'public/common/resource_dispatcher_delegate.h', 67 'public/common/resource_dispatcher_delegate.h',
68 'public/common/resource_response.h', 68 'public/common/resource_response.h',
69 'public/common/result_codes.h', 69 'public/common/result_codes.h',
70 'public/common/sandbox_init.h', 70 'public/common/sandbox_init.h',
71 'public/common/sandbox_type_mac.h', 71 'public/common/sandbox_type_mac.h',
72 'public/common/security_style.h', 72 'public/common/security_style.h',
73 'public/common/serialized_script_value.cc', 73 'public/common/serialized_script_value.cc',
74 'public/common/serialized_script_value.h', 74 'public/common/serialized_script_value.h',
75 'public/common/show_desktop_notification_params.cc', 75 'public/common/show_desktop_notification_params.cc',
76 'public/common/show_desktop_notification_params.h', 76 'public/common/show_desktop_notification_params.h',
77 'public/common/speech_input_result.cc', 77 'public/common/speech_recognition_traits.h',
78 'public/common/speech_input_result.h',
79 'public/common/ssl_status.cc', 78 'public/common/ssl_status.cc',
80 'public/common/ssl_status.h', 79 'public/common/ssl_status.h',
81 'public/common/stop_find_action.h', 80 'public/common/stop_find_action.h',
82 'public/common/url_constants.cc', 81 'public/common/url_constants.cc',
83 'public/common/url_constants.h', 82 'public/common/url_constants.h',
84 'public/common/url_fetcher.h', 83 'public/common/url_fetcher.h',
85 'public/common/url_fetcher_delegate.h', 84 'public/common/url_fetcher_delegate.h',
86 'public/common/url_fetcher_factory.h', 85 'public/common/url_fetcher_factory.h',
87 'public/common/view_type.h', 86 'public/common/view_type.h',
88 'public/common/zygote_fork_delegate_linux.h', 87 'public/common/zygote_fork_delegate_linux.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'common/sandbox_policy.cc', 275 'common/sandbox_policy.cc',
277 'common/sandbox_policy.h', 276 'common/sandbox_policy.h',
278 'common/set_process_title.cc', 277 'common/set_process_title.cc',
279 'common/set_process_title.h', 278 'common/set_process_title.h',
280 'common/set_process_title_linux.cc', 279 'common/set_process_title_linux.cc',
281 'common/set_process_title_linux.h', 280 'common/set_process_title_linux.h',
282 'common/socket_stream.h', 281 'common/socket_stream.h',
283 'common/socket_stream_dispatcher.cc', 282 'common/socket_stream_dispatcher.cc',
284 'common/socket_stream_dispatcher.h', 283 'common/socket_stream_dispatcher.h',
285 'common/socket_stream_messages.h', 284 'common/socket_stream_messages.h',
286 'common/speech_input_messages.h', 285 'common/speech_recognition_messages.h',
287 'common/ssl_status_serialization.cc', 286 'common/ssl_status_serialization.cc',
288 'common/ssl_status_serialization.h', 287 'common/ssl_status_serialization.h',
289 'common/swapped_out_messages.cc', 288 'common/swapped_out_messages.cc',
290 'common/swapped_out_messages.h', 289 'common/swapped_out_messages.h',
291 'common/text_input_client_messages.h', 290 'common/text_input_client_messages.h',
292 'common/unix_domain_socket_posix.cc', 291 'common/unix_domain_socket_posix.cc',
293 'common/unix_domain_socket_posix.h', 292 'common/unix_domain_socket_posix.h',
294 'common/utility_messages.h', 293 'common/utility_messages.h',
295 'common/view_messages.h', 294 'common/view_messages.h',
296 'common/view_message_enums.h', 295 'common/view_message_enums.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 '../build/extract_from_cab.py', 423 '../build/extract_from_cab.py',
425 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 424 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
426 '<(output)', 425 '<(output)',
427 '<(PRODUCT_DIR)', 426 '<(PRODUCT_DIR)',
428 ], 427 ],
429 }, 428 },
430 ] 429 ]
431 }] 430 }]
432 ], 431 ],
433 } 432 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698