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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 'common/text_input_client_messages.h', | 346 'common/text_input_client_messages.h', |
347 'common/url_schemes.cc', | 347 'common/url_schemes.cc', |
348 'common/url_schemes.h', | 348 'common/url_schemes.h', |
349 'common/utility_messages.h', | 349 'common/utility_messages.h', |
350 'common/view_messages.h', | 350 'common/view_messages.h', |
351 'common/view_message_enums.h', | 351 'common/view_message_enums.h', |
352 'common/webkitplatformsupport_impl.cc', | 352 'common/webkitplatformsupport_impl.cc', |
353 'common/webkitplatformsupport_impl.h', | 353 'common/webkitplatformsupport_impl.h', |
354 'common/webmessageportchannel_impl.cc', | 354 'common/webmessageportchannel_impl.cc', |
355 'common/webmessageportchannel_impl.h', | 355 'common/webmessageportchannel_impl.h', |
| 356 'common/websocket.h', |
| 357 'common/websocket_messages.h', |
356 'common/worker_messages.h', | 358 'common/worker_messages.h', |
357 'common/zygote_commands_linux.h', | 359 'common/zygote_commands_linux.h', |
358 'port/common/input_event_ack_state.h', | 360 'port/common/input_event_ack_state.h', |
359 'public/common/common_param_traits.cc', | 361 'public/common/common_param_traits.cc', |
360 'public/common/common_param_traits.h', | 362 'public/common/common_param_traits.h', |
361 'public/common/common_param_traits_macros.h', | 363 'public/common/common_param_traits_macros.h', |
362 'public/common/content_client.cc', | 364 'public/common/content_client.cc', |
363 'public/common/content_client.h', | 365 'public/common/content_client.h', |
364 'public/common/window_container_type.cc', | 366 'public/common/window_container_type.cc', |
365 'public/common/window_container_type.h', | 367 'public/common/window_container_type.h', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 568 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
567 '<(output)', | 569 '<(output)', |
568 '<(PRODUCT_DIR)', | 570 '<(PRODUCT_DIR)', |
569 ], | 571 ], |
570 'msvs_cygwin_shell': 1, | 572 'msvs_cygwin_shell': 1, |
571 }, | 573 }, |
572 ] | 574 ] |
573 }], | 575 }], |
574 ], | 576 ], |
575 } | 577 } |
OLD | NEW |