OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |