| 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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'common/set_process_title_linux.h', | 361 'common/set_process_title_linux.h', |
| 362 'common/socket_stream.h', | 362 'common/socket_stream.h', |
| 363 'common/socket_stream_handle_data.cc', | 363 'common/socket_stream_handle_data.cc', |
| 364 'common/socket_stream_handle_data.h', | 364 'common/socket_stream_handle_data.h', |
| 365 'common/socket_stream_messages.h', | 365 'common/socket_stream_messages.h', |
| 366 'common/speech_recognition_messages.h', | 366 'common/speech_recognition_messages.h', |
| 367 'common/ssl_status_serialization.cc', | 367 'common/ssl_status_serialization.cc', |
| 368 'common/ssl_status_serialization.h', | 368 'common/ssl_status_serialization.h', |
| 369 'common/swapped_out_messages.cc', | 369 'common/swapped_out_messages.cc', |
| 370 'common/swapped_out_messages.h', | 370 'common/swapped_out_messages.h', |
| 371 'common/synthetic_delay_configuration.cc', |
| 372 'common/synthetic_delay_configuration.h', |
| 371 'common/text_input_client_messages.h', | 373 'common/text_input_client_messages.h', |
| 372 'common/url_schemes.cc', | 374 'common/url_schemes.cc', |
| 373 'common/url_schemes.h', | 375 'common/url_schemes.h', |
| 374 'common/utility_messages.h', | 376 'common/utility_messages.h', |
| 375 'common/view_messages.h', | 377 'common/view_messages.h', |
| 376 'common/view_message_enums.h', | 378 'common/view_message_enums.h', |
| 377 'common/webplugin_geometry.cc', | 379 'common/webplugin_geometry.cc', |
| 378 'common/webplugin_geometry.h', | 380 'common/webplugin_geometry.h', |
| 379 'common/websocket.cc', | 381 'common/websocket.cc', |
| 380 'common/websocket.h', | 382 'common/websocket.h', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 600 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 599 '<(output)', | 601 '<(output)', |
| 600 '<(PRODUCT_DIR)', | 602 '<(PRODUCT_DIR)', |
| 601 ], | 603 ], |
| 602 'msvs_cygwin_shell': 1, | 604 'msvs_cygwin_shell': 1, |
| 603 }, | 605 }, |
| 604 ] | 606 ] |
| 605 }], | 607 }], |
| 606 ], | 608 ], |
| 607 } | 609 } |
| OLD | NEW |