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

Side by Side Diff: content/content_common.gypi

Issue 10233010: Introducing new data types and IPC messages for scripted JS speech recognition APIs (Speech CL2.0) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added CONTENT_EXPORT to SpeechRecognitionEngine::Config Created 8 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 | Annotate | Revision Log
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'public/common/sandbox_init.h', 75 'public/common/sandbox_init.h',
76 'public/common/sandbox_linux.h', 76 'public/common/sandbox_linux.h',
77 'public/common/sandbox_type_mac.h', 77 'public/common/sandbox_type_mac.h',
78 'public/common/security_style.h', 78 'public/common/security_style.h',
79 'public/common/selected_file_info.h', 79 'public/common/selected_file_info.h',
80 'public/common/serialized_script_value.cc', 80 'public/common/serialized_script_value.cc',
81 'public/common/serialized_script_value.h', 81 'public/common/serialized_script_value.h',
82 'public/common/show_desktop_notification_params.cc', 82 'public/common/show_desktop_notification_params.cc',
83 'public/common/show_desktop_notification_params.h', 83 'public/common/show_desktop_notification_params.h',
84 'public/common/speech_recognition_error.h', 84 'public/common/speech_recognition_error.h',
85 'public/common/speech_recognition_grammar.h',
85 'public/common/speech_recognition_result.h', 86 'public/common/speech_recognition_result.h',
86 'public/common/speech_recognition_result.cc', 87 'public/common/speech_recognition_result.cc',
87 'public/common/ssl_status.cc', 88 'public/common/ssl_status.cc',
88 'public/common/ssl_status.h', 89 'public/common/ssl_status.h',
89 'public/common/stop_find_action.h', 90 'public/common/stop_find_action.h',
90 'public/common/url_constants.cc', 91 'public/common/url_constants.cc',
91 'public/common/url_constants.h', 92 'public/common/url_constants.h',
92 'public/common/url_fetcher.h', 93 'public/common/url_fetcher.h',
93 'public/common/url_fetcher_delegate.h', 94 'public/common/url_fetcher_delegate.h',
94 'public/common/url_fetcher_factory.h', 95 'public/common/url_fetcher_factory.h',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 '../build/extract_from_cab.py', 451 '../build/extract_from_cab.py',
451 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 452 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
452 '<(output)', 453 '<(output)',
453 '<(PRODUCT_DIR)', 454 '<(PRODUCT_DIR)',
454 ], 455 ],
455 }, 456 },
456 ] 457 ]
457 }] 458 }]
458 ], 459 ],
459 } 460 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/speech_recognition_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698