| OLD | NEW |
| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'common/socket_stream_handle_data.h', | 306 'common/socket_stream_handle_data.h', |
| 307 'common/socket_stream_messages.h', | 307 'common/socket_stream_messages.h', |
| 308 'common/speech_recognition_messages.h', | 308 'common/speech_recognition_messages.h', |
| 309 'common/ssl_status_serialization.cc', | 309 'common/ssl_status_serialization.cc', |
| 310 'common/ssl_status_serialization.h', | 310 'common/ssl_status_serialization.h', |
| 311 'common/swapped_out_messages.cc', | 311 'common/swapped_out_messages.cc', |
| 312 'common/swapped_out_messages.h', | 312 'common/swapped_out_messages.h', |
| 313 'common/text_input_client_messages.h', | 313 'common/text_input_client_messages.h', |
| 314 'common/unix_domain_socket_posix.cc', | 314 'common/unix_domain_socket_posix.cc', |
| 315 'common/unix_domain_socket_posix.h', | 315 'common/unix_domain_socket_posix.h', |
| 316 'common/url_schemes.cc', |
| 317 'common/url_schemes.h', |
| 316 'common/utility_messages.h', | 318 'common/utility_messages.h', |
| 317 'common/view_messages.h', | 319 'common/view_messages.h', |
| 318 'common/view_message_enums.h', | 320 'common/view_message_enums.h', |
| 319 'common/web_database_observer_impl.cc', | 321 'common/web_database_observer_impl.cc', |
| 320 'common/web_database_observer_impl.h', | 322 'common/web_database_observer_impl.h', |
| 321 'common/webkitplatformsupport_impl.cc', | 323 'common/webkitplatformsupport_impl.cc', |
| 322 'common/webkitplatformsupport_impl.h', | 324 'common/webkitplatformsupport_impl.h', |
| 323 'common/webmessageportchannel_impl.cc', | 325 'common/webmessageportchannel_impl.cc', |
| 324 'common/webmessageportchannel_impl.h', | 326 'common/webmessageportchannel_impl.h', |
| 325 'common/worker_messages.h', | 327 'common/worker_messages.h', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 '../build/extract_from_cab.py', | 453 '../build/extract_from_cab.py', |
| 452 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 454 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 453 '<(output)', | 455 '<(output)', |
| 454 '<(PRODUCT_DIR)', | 456 '<(PRODUCT_DIR)', |
| 455 ], | 457 ], |
| 456 }, | 458 }, |
| 457 ] | 459 ] |
| 458 }] | 460 }] |
| 459 ], | 461 ], |
| 460 } | 462 } |
| OLD | NEW |