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

Side by Side Diff: content/content_common.gypi

Issue 8137005: Applying changes to the existing speech input code to support the extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac bot fix. Created 9 years, 2 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
« no previous file with comments | « content/common/speech_input_result.cc ('k') | content/renderer/speech_input_dispatcher.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'common/serialized_script_value.h', 233 'common/serialized_script_value.h',
234 'common/set_process_title.cc', 234 'common/set_process_title.cc',
235 'common/set_process_title.h', 235 'common/set_process_title.h',
236 'common/set_process_title_linux.cc', 236 'common/set_process_title_linux.cc',
237 'common/set_process_title_linux.h', 237 'common/set_process_title_linux.h',
238 'common/socket_stream.h', 238 'common/socket_stream.h',
239 'common/socket_stream_dispatcher.cc', 239 'common/socket_stream_dispatcher.cc',
240 'common/socket_stream_dispatcher.h', 240 'common/socket_stream_dispatcher.h',
241 'common/socket_stream_messages.h', 241 'common/socket_stream_messages.h',
242 'common/speech_input_messages.h', 242 'common/speech_input_messages.h',
243 'common/speech_input_result.cc',
243 'common/speech_input_result.h', 244 'common/speech_input_result.h',
244 'common/swapped_out_messages.cc', 245 'common/swapped_out_messages.cc',
245 'common/swapped_out_messages.h', 246 'common/swapped_out_messages.h',
246 'common/text_input_client_messages.h', 247 'common/text_input_client_messages.h',
247 'common/unix_domain_socket_posix.cc', 248 'common/unix_domain_socket_posix.cc',
248 'common/unix_domain_socket_posix.h', 249 'common/unix_domain_socket_posix.h',
249 'common/url_constants.cc', 250 'common/url_constants.cc',
250 'common/url_constants.h', 251 'common/url_constants.h',
251 'common/utility_messages.h', 252 'common/utility_messages.h',
252 'common/view_messages.h', 253 'common/view_messages.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 ], 334 ],
334 'link_settings': { 335 'link_settings': {
335 'libraries': [ 336 'libraries': [
336 '-lEGL', 337 '-lEGL',
337 '-lGLESv2', 338 '-lGLESv2',
338 ], 339 ],
339 }, 340 },
340 }], 341 }],
341 ], 342 ],
342 } 343 }
OLDNEW
« no previous file with comments | « content/common/speech_input_result.cc ('k') | content/renderer/speech_input_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698