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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'public/common/sandboxed_process_launcher_delegate.h', | 83 'public/common/sandboxed_process_launcher_delegate.h', |
84 'public/common/security_style.h', | 84 'public/common/security_style.h', |
85 'public/common/show_desktop_notification_params.cc', | 85 'public/common/show_desktop_notification_params.cc', |
86 'public/common/show_desktop_notification_params.h', | 86 'public/common/show_desktop_notification_params.h', |
87 'public/common/speech_recognition_error.h', | 87 'public/common/speech_recognition_error.h', |
88 'public/common/speech_recognition_grammar.h', | 88 'public/common/speech_recognition_grammar.h', |
89 'public/common/speech_recognition_result.h', | 89 'public/common/speech_recognition_result.h', |
90 'public/common/speech_recognition_result.cc', | 90 'public/common/speech_recognition_result.cc', |
91 'public/common/ssl_status.cc', | 91 'public/common/ssl_status.cc', |
92 'public/common/ssl_status.h', | 92 'public/common/ssl_status.h', |
| 93 'public/common/startup_task_runner.h', |
93 'public/common/stop_find_action.h', | 94 'public/common/stop_find_action.h', |
94 'public/common/three_d_api_types.h', | 95 'public/common/three_d_api_types.h', |
95 'public/common/top_controls_state.h', | 96 'public/common/top_controls_state.h', |
96 'public/common/top_controls_state_list.h', | 97 'public/common/top_controls_state_list.h', |
97 'public/common/url_constants.cc', | 98 'public/common/url_constants.cc', |
98 'public/common/url_constants.h', | 99 'public/common/url_constants.h', |
99 'public/common/url_fetcher.h', | 100 'public/common/url_fetcher.h', |
100 'public/common/url_utils.cc', | 101 'public/common/url_utils.cc', |
101 'public/common/url_utils.h', | 102 'public/common/url_utils.h', |
102 'public/common/zygote_fork_delegate_linux.h', | 103 'public/common/zygote_fork_delegate_linux.h', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 'common/set_process_title.h', | 323 'common/set_process_title.h', |
323 'common/set_process_title_linux.cc', | 324 'common/set_process_title_linux.cc', |
324 'common/set_process_title_linux.h', | 325 'common/set_process_title_linux.h', |
325 'common/socket_stream.h', | 326 'common/socket_stream.h', |
326 'common/socket_stream_handle_data.cc', | 327 'common/socket_stream_handle_data.cc', |
327 'common/socket_stream_handle_data.h', | 328 'common/socket_stream_handle_data.h', |
328 'common/socket_stream_messages.h', | 329 'common/socket_stream_messages.h', |
329 'common/speech_recognition_messages.h', | 330 'common/speech_recognition_messages.h', |
330 'common/ssl_status_serialization.cc', | 331 'common/ssl_status_serialization.cc', |
331 'common/ssl_status_serialization.h', | 332 'common/ssl_status_serialization.h', |
| 333 'common/startup_task_runner.cc', |
332 'common/swapped_out_messages.cc', | 334 'common/swapped_out_messages.cc', |
333 'common/swapped_out_messages.h', | 335 'common/swapped_out_messages.h', |
334 'common/text_input_client_messages.h', | 336 'common/text_input_client_messages.h', |
335 'common/url_schemes.cc', | 337 'common/url_schemes.cc', |
336 'common/url_schemes.h', | 338 'common/url_schemes.h', |
337 'common/utility_messages.h', | 339 'common/utility_messages.h', |
338 'common/view_messages.h', | 340 'common/view_messages.h', |
339 'common/view_message_enums.h', | 341 'common/view_message_enums.h', |
340 'common/webplugin_geometry.cc', | 342 'common/webplugin_geometry.cc', |
341 'common/webplugin_geometry.h', | 343 'common/webplugin_geometry.h', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
562 '<(output)', | 564 '<(output)', |
563 '<(PRODUCT_DIR)', | 565 '<(PRODUCT_DIR)', |
564 ], | 566 ], |
565 'msvs_cygwin_shell': 1, | 567 'msvs_cygwin_shell': 1, |
566 }, | 568 }, |
567 ] | 569 ] |
568 }], | 570 }], |
569 ], | 571 ], |
570 } | 572 } |
OLD | NEW |