| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'common/set_process_title_linux.h', | 343 'common/set_process_title_linux.h', |
| 344 'common/socket_stream.h', | 344 'common/socket_stream.h', |
| 345 'common/socket_stream_dispatcher.cc', | 345 'common/socket_stream_dispatcher.cc', |
| 346 'common/socket_stream_dispatcher.h', | 346 'common/socket_stream_dispatcher.h', |
| 347 'common/socket_stream_handle_data.cc', | 347 'common/socket_stream_handle_data.cc', |
| 348 'common/socket_stream_handle_data.h', | 348 'common/socket_stream_handle_data.h', |
| 349 'common/socket_stream_messages.h', | 349 'common/socket_stream_messages.h', |
| 350 'common/speech_recognition_messages.h', | 350 'common/speech_recognition_messages.h', |
| 351 'common/ssl_status_serialization.cc', | 351 'common/ssl_status_serialization.cc', |
| 352 'common/ssl_status_serialization.h', | 352 'common/ssl_status_serialization.h', |
| 353 'common/renderer_constants.cc', |
| 354 'common/renderer_constants.h', |
| 353 'common/swapped_out_messages.cc', | 355 'common/swapped_out_messages.cc', |
| 354 'common/swapped_out_messages.h', | 356 'common/swapped_out_messages.h', |
| 355 'common/text_input_client_messages.h', | 357 'common/text_input_client_messages.h', |
| 356 'common/url_schemes.cc', | 358 'common/url_schemes.cc', |
| 357 'common/url_schemes.h', | 359 'common/url_schemes.h', |
| 358 'common/utility_messages.h', | 360 'common/utility_messages.h', |
| 359 'common/view_messages.h', | 361 'common/view_messages.h', |
| 360 'common/view_message_enums.h', | 362 'common/view_message_enums.h', |
| 361 'common/web_database_observer_impl.cc', | 363 'common/web_database_observer_impl.cc', |
| 362 'common/web_database_observer_impl.h', | 364 'common/web_database_observer_impl.h', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 '../build/extract_from_cab.py', | 515 '../build/extract_from_cab.py', |
| 514 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 516 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 515 '<(output)', | 517 '<(output)', |
| 516 '<(PRODUCT_DIR)', | 518 '<(PRODUCT_DIR)', |
| 517 ], | 519 ], |
| 518 }, | 520 }, |
| 519 ] | 521 ] |
| 520 }] | 522 }] |
| 521 ], | 523 ], |
| 522 } | 524 } |
| OLD | NEW |