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

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: Rebased from master. 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('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 '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_result.h',
78 'public/common/speech_input_result.h', 78 'public/common/speech_recognition_result.cc',
79 'public/common/ssl_status.cc', 79 'public/common/ssl_status.cc',
80 'public/common/ssl_status.h', 80 'public/common/ssl_status.h',
81 'public/common/stop_find_action.h', 81 'public/common/stop_find_action.h',
82 'public/common/url_constants.cc', 82 'public/common/url_constants.cc',
83 'public/common/url_constants.h', 83 'public/common/url_constants.h',
84 'public/common/url_fetcher.h', 84 'public/common/url_fetcher.h',
85 'public/common/url_fetcher_delegate.h', 85 'public/common/url_fetcher_delegate.h',
86 'public/common/url_fetcher_factory.h', 86 'public/common/url_fetcher_factory.h',
87 'public/common/view_type.h', 87 'public/common/view_type.h',
88 'public/common/zygote_fork_delegate_linux.h', 88 'public/common/zygote_fork_delegate_linux.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'common/sandbox_policy.cc', 279 'common/sandbox_policy.cc',
280 'common/sandbox_policy.h', 280 'common/sandbox_policy.h',
281 'common/set_process_title.cc', 281 'common/set_process_title.cc',
282 'common/set_process_title.h', 282 'common/set_process_title.h',
283 'common/set_process_title_linux.cc', 283 'common/set_process_title_linux.cc',
284 'common/set_process_title_linux.h', 284 'common/set_process_title_linux.h',
285 'common/socket_stream.h', 285 'common/socket_stream.h',
286 'common/socket_stream_dispatcher.cc', 286 'common/socket_stream_dispatcher.cc',
287 'common/socket_stream_dispatcher.h', 287 'common/socket_stream_dispatcher.h',
288 'common/socket_stream_messages.h', 288 'common/socket_stream_messages.h',
289 'common/speech_input_messages.h', 289 'common/speech_recognition_messages.h',
290 'common/ssl_status_serialization.cc', 290 'common/ssl_status_serialization.cc',
291 'common/ssl_status_serialization.h', 291 'common/ssl_status_serialization.h',
292 'common/swapped_out_messages.cc', 292 'common/swapped_out_messages.cc',
293 'common/swapped_out_messages.h', 293 'common/swapped_out_messages.h',
294 'common/text_input_client_messages.h', 294 'common/text_input_client_messages.h',
295 'common/unix_domain_socket_posix.cc', 295 'common/unix_domain_socket_posix.cc',
296 'common/unix_domain_socket_posix.h', 296 'common/unix_domain_socket_posix.h',
297 'common/utility_messages.h', 297 'common/utility_messages.h',
298 'common/view_messages.h', 298 'common/view_messages.h',
299 'common/view_message_enums.h', 299 'common/view_message_enums.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 '../build/extract_from_cab.py', 424 '../build/extract_from_cab.py',
425 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 425 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
426 '<(output)', 426 '<(output)',
427 '<(PRODUCT_DIR)', 427 '<(PRODUCT_DIR)',
428 ], 428 ],
429 }, 429 },
430 ] 430 ]
431 }] 431 }]
432 ], 432 ],
433 } 433 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698