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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'public/common/show_desktop_notification_params.cc', | 87 'public/common/show_desktop_notification_params.cc', |
88 'public/common/show_desktop_notification_params.h', | 88 'public/common/show_desktop_notification_params.h', |
89 'public/common/speech_recognition_error.h', | 89 'public/common/speech_recognition_error.h', |
90 'public/common/speech_recognition_grammar.h', | 90 'public/common/speech_recognition_grammar.h', |
91 'public/common/speech_recognition_result.h', | 91 'public/common/speech_recognition_result.h', |
92 'public/common/speech_recognition_result.cc', | 92 'public/common/speech_recognition_result.cc', |
93 'public/common/ssl_status.cc', | 93 'public/common/ssl_status.cc', |
94 'public/common/ssl_status.h', | 94 'public/common/ssl_status.h', |
95 'public/common/stop_find_action.h', | 95 'public/common/stop_find_action.h', |
96 'public/common/three_d_api_types.h', | 96 'public/common/three_d_api_types.h', |
| 97 'public/common/tts_utterance_request.cc', |
| 98 'public/common/tts_utterance_request.h', |
97 'public/common/url_constants.cc', | 99 'public/common/url_constants.cc', |
98 'public/common/url_constants.h', | 100 'public/common/url_constants.h', |
99 'public/common/url_fetcher.h', | 101 'public/common/url_fetcher.h', |
100 'public/common/zygote_fork_delegate_linux.h', | 102 'public/common/zygote_fork_delegate_linux.h', |
101 'common/accessibility_messages.h', | 103 'common/accessibility_messages.h', |
102 'common/accessibility_node_data.cc', | 104 'common/accessibility_node_data.cc', |
103 'common/accessibility_node_data.h', | 105 'common/accessibility_node_data.h', |
104 'common/all_messages.h', | 106 'common/all_messages.h', |
105 'common/android/address_parser.cc', | 107 'common/android/address_parser.cc', |
106 'common/android/address_parser.h', | 108 'common/android/address_parser.h', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'common/socket_stream_handle_data.h', | 368 'common/socket_stream_handle_data.h', |
367 'common/socket_stream_messages.h', | 369 'common/socket_stream_messages.h', |
368 'common/speech_recognition_messages.h', | 370 'common/speech_recognition_messages.h', |
369 'common/ssl_status_serialization.cc', | 371 'common/ssl_status_serialization.cc', |
370 'common/ssl_status_serialization.h', | 372 'common/ssl_status_serialization.h', |
371 'common/swapped_out_messages.cc', | 373 'common/swapped_out_messages.cc', |
372 'common/swapped_out_messages.h', | 374 'common/swapped_out_messages.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', |
| 378 'common/tts_messages.h', |
376 'common/url_schemes.cc', | 379 'common/url_schemes.cc', |
377 'common/url_schemes.h', | 380 'common/url_schemes.h', |
378 'common/utility_messages.h', | 381 'common/utility_messages.h', |
379 'common/view_messages.h', | 382 'common/view_messages.h', |
380 'common/view_message_enums.h', | 383 'common/view_message_enums.h', |
381 'common/web_database_observer_impl.cc', | 384 'common/web_database_observer_impl.cc', |
382 'common/web_database_observer_impl.h', | 385 'common/web_database_observer_impl.h', |
383 'common/webkitplatformsupport_impl.cc', | 386 'common/webkitplatformsupport_impl.cc', |
384 'common/webkitplatformsupport_impl.h', | 387 'common/webkitplatformsupport_impl.h', |
385 'common/webmessageportchannel_impl.cc', | 388 'common/webmessageportchannel_impl.cc', |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 592 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
590 '<(output)', | 593 '<(output)', |
591 '<(PRODUCT_DIR)', | 594 '<(PRODUCT_DIR)', |
592 ], | 595 ], |
593 'msvs_cygwin_shell': 1, | 596 'msvs_cygwin_shell': 1, |
594 }, | 597 }, |
595 ] | 598 ] |
596 }], | 599 }], |
597 ], | 600 ], |
598 } | 601 } |
OLD | NEW |