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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 'common/url_schemes.h', | 377 'common/url_schemes.h', |
378 'common/utility_messages.h', | 378 'common/utility_messages.h', |
379 'common/view_messages.h', | 379 'common/view_messages.h', |
380 'common/view_message_enums.h', | 380 'common/view_message_enums.h', |
381 'common/web_database_observer_impl.cc', | 381 'common/web_database_observer_impl.cc', |
382 'common/web_database_observer_impl.h', | 382 'common/web_database_observer_impl.h', |
383 'common/webkitplatformsupport_impl.cc', | 383 'common/webkitplatformsupport_impl.cc', |
384 'common/webkitplatformsupport_impl.h', | 384 'common/webkitplatformsupport_impl.h', |
385 'common/webmessageportchannel_impl.cc', | 385 'common/webmessageportchannel_impl.cc', |
386 'common/webmessageportchannel_impl.h', | 386 'common/webmessageportchannel_impl.h', |
| 387 'common/webrtc_logging_messages.h', |
387 'common/worker_messages.h', | 388 'common/worker_messages.h', |
388 'common/zygote_commands_linux.h', | 389 'common/zygote_commands_linux.h', |
389 'port/common/input_event_ack_state.h', | 390 'port/common/input_event_ack_state.h', |
390 'public/common/common_param_traits.cc', | 391 'public/common/common_param_traits.cc', |
391 'public/common/common_param_traits.h', | 392 'public/common/common_param_traits.h', |
392 'public/common/common_param_traits_macros.h', | 393 'public/common/common_param_traits_macros.h', |
393 'public/common/content_client.cc', | 394 'public/common/content_client.cc', |
394 'public/common/content_client.h', | 395 'public/common/content_client.h', |
395 'public/common/window_container_type.cc', | 396 'public/common/window_container_type.cc', |
396 'public/common/window_container_type.h', | 397 'public/common/window_container_type.h', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
584 '<(output)', | 585 '<(output)', |
585 '<(PRODUCT_DIR)', | 586 '<(PRODUCT_DIR)', |
586 ], | 587 ], |
587 'msvs_cygwin_shell': 1, | 588 'msvs_cygwin_shell': 1, |
588 }, | 589 }, |
589 ] | 590 ] |
590 }], | 591 }], |
591 ], | 592 ], |
592 } | 593 } |
OLD | NEW |