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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'common/socket_stream_dispatcher.cc', | 363 'common/socket_stream_dispatcher.cc', |
364 'common/socket_stream_dispatcher.h', | 364 'common/socket_stream_dispatcher.h', |
365 'common/socket_stream_handle_data.cc', | 365 'common/socket_stream_handle_data.cc', |
366 'common/socket_stream_handle_data.h', | 366 'common/socket_stream_handle_data.h', |
367 'common/socket_stream_messages.h', | 367 'common/socket_stream_messages.h', |
368 'common/speech_recognition_messages.h', | 368 'common/speech_recognition_messages.h', |
369 'common/ssl_status_serialization.cc', | 369 'common/ssl_status_serialization.cc', |
370 'common/ssl_status_serialization.h', | 370 'common/ssl_status_serialization.h', |
371 'common/swapped_out_messages.cc', | 371 'common/swapped_out_messages.cc', |
372 'common/swapped_out_messages.h', | 372 'common/swapped_out_messages.h', |
| 373 'common/tab_load_stats.cc', |
| 374 'common/tab_load_stats.h', |
373 'common/thread_safe_sender.cc', | 375 'common/thread_safe_sender.cc', |
374 'common/thread_safe_sender.h', | 376 'common/thread_safe_sender.h', |
375 'common/text_input_client_messages.h', | 377 'common/text_input_client_messages.h', |
376 'common/url_schemes.cc', | 378 'common/url_schemes.cc', |
377 'common/url_schemes.h', | 379 'common/url_schemes.h', |
378 'common/utility_messages.h', | 380 'common/utility_messages.h', |
379 'common/view_messages.h', | 381 'common/view_messages.h', |
380 'common/view_message_enums.h', | 382 'common/view_message_enums.h', |
381 'common/web_database_observer_impl.cc', | 383 'common/web_database_observer_impl.cc', |
382 'common/web_database_observer_impl.h', | 384 'common/web_database_observer_impl.h', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
584 '<(output)', | 586 '<(output)', |
585 '<(PRODUCT_DIR)', | 587 '<(PRODUCT_DIR)', |
586 ], | 588 ], |
587 'msvs_cygwin_shell': 1, | 589 'msvs_cygwin_shell': 1, |
588 }, | 590 }, |
589 ] | 591 ] |
590 }], | 592 }], |
591 ], | 593 ], |
592 } | 594 } |
OLD | NEW |