| 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 '../gpu/gpu.gyp:gpu_ipc', | 8 '../gpu/gpu.gyp:gpu_ipc', |
| 9 '../ipc/ipc.gyp:ipc', | 9 '../ipc/ipc.gyp:ipc', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'common/speech_input_result.h', | 241 'common/speech_input_result.h', |
| 242 'common/swapped_out_messages.cc', | 242 'common/swapped_out_messages.cc', |
| 243 'common/swapped_out_messages.h', | 243 'common/swapped_out_messages.h', |
| 244 'common/text_input_client_messages.h', | 244 'common/text_input_client_messages.h', |
| 245 'common/unix_domain_socket_posix.cc', | 245 'common/unix_domain_socket_posix.cc', |
| 246 'common/unix_domain_socket_posix.h', | 246 'common/unix_domain_socket_posix.h', |
| 247 'common/url_constants.cc', | 247 'common/url_constants.cc', |
| 248 'common/url_constants.h', | 248 'common/url_constants.h', |
| 249 'common/utility_messages.h', | 249 'common/utility_messages.h', |
| 250 'common/view_messages.h', | 250 'common/view_messages.h', |
| 251 'common/view_message_enums.h', |
| 251 'common/view_types.cc', | 252 'common/view_types.cc', |
| 252 'common/view_types.h', | 253 'common/view_types.h', |
| 253 'common/web_database_observer_impl.cc', | 254 'common/web_database_observer_impl.cc', |
| 254 'common/web_database_observer_impl.h', | 255 'common/web_database_observer_impl.h', |
| 255 'common/webblobregistry_impl.cc', | 256 'common/webblobregistry_impl.cc', |
| 256 'common/webblobregistry_impl.h', | 257 'common/webblobregistry_impl.h', |
| 257 'common/webblob_messages.h', | 258 'common/webblob_messages.h', |
| 258 'common/webkit_param_traits.cc', | 259 'common/webkit_param_traits.cc', |
| 259 'common/webkit_param_traits.h', | 260 'common/webkit_param_traits.h', |
| 260 'common/webmessageportchannel_impl.cc', | 261 'common/webmessageportchannel_impl.cc', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 ], | 327 ], |
| 327 'link_settings': { | 328 'link_settings': { |
| 328 'libraries': [ | 329 'libraries': [ |
| 329 '-lEGL', | 330 '-lEGL', |
| 330 '-lGLESv2', | 331 '-lGLESv2', |
| 331 ], | 332 ], |
| 332 }, | 333 }, |
| 333 }], | 334 }], |
| 334 ], | 335 ], |
| 335 } | 336 } |
| OLD | NEW |