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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'common/url_schemes.h', | 359 'common/url_schemes.h', |
360 'common/utility_messages.h', | 360 'common/utility_messages.h', |
361 'common/view_messages.h', | 361 'common/view_messages.h', |
362 'common/view_message_enums.h', | 362 'common/view_message_enums.h', |
363 'common/web_database_observer_impl.cc', | 363 'common/web_database_observer_impl.cc', |
364 'common/web_database_observer_impl.h', | 364 'common/web_database_observer_impl.h', |
365 'common/webkitplatformsupport_impl.cc', | 365 'common/webkitplatformsupport_impl.cc', |
366 'common/webkitplatformsupport_impl.h', | 366 'common/webkitplatformsupport_impl.h', |
367 'common/webmessageportchannel_impl.cc', | 367 'common/webmessageportchannel_impl.cc', |
368 'common/webmessageportchannel_impl.h', | 368 'common/webmessageportchannel_impl.h', |
| 369 'common/websocket.h', |
| 370 'common/websocket_messages.h', |
369 'common/worker_messages.h', | 371 'common/worker_messages.h', |
370 'common/zygote_commands_linux.h', | 372 'common/zygote_commands_linux.h', |
371 'port/common/input_event_ack_state.h', | 373 'port/common/input_event_ack_state.h', |
372 'public/common/common_param_traits.cc', | 374 'public/common/common_param_traits.cc', |
373 'public/common/common_param_traits.h', | 375 'public/common/common_param_traits.h', |
374 'public/common/common_param_traits_macros.h', | 376 'public/common/common_param_traits_macros.h', |
375 'public/common/content_client.cc', | 377 'public/common/content_client.cc', |
376 'public/common/content_client.h', | 378 'public/common/content_client.h', |
377 'public/common/window_container_type.cc', | 379 'public/common/window_container_type.cc', |
378 'public/common/window_container_type.h', | 380 'public/common/window_container_type.h', |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
572 '<(output)', | 574 '<(output)', |
573 '<(PRODUCT_DIR)', | 575 '<(PRODUCT_DIR)', |
574 ], | 576 ], |
575 'msvs_cygwin_shell': 1, | 577 'msvs_cygwin_shell': 1, |
576 }, | 578 }, |
577 ] | 579 ] |
578 }], | 580 }], |
579 ], | 581 ], |
580 } | 582 } |
OLD | NEW |