| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'common/media/audio_messages.h', | 286 'common/media/audio_messages.h', |
| 287 'common/media/media_param_traits.cc', | 287 'common/media/media_param_traits.cc', |
| 288 'common/media/media_param_traits.h', | 288 'common/media/media_param_traits.h', |
| 289 'common/media/media_player_messages.h', | 289 'common/media/media_player_messages.h', |
| 290 'common/media/media_stream_messages.h', | 290 'common/media/media_stream_messages.h', |
| 291 'common/media/media_stream_options.cc', | 291 'common/media/media_stream_options.cc', |
| 292 'common/media/media_stream_options.h', | 292 'common/media/media_stream_options.h', |
| 293 'common/media/video_capture.h', | 293 'common/media/video_capture.h', |
| 294 'common/media/video_capture_messages.h', | 294 'common/media/video_capture_messages.h', |
| 295 'common/media/webrtc_logging_messages.h', | 295 'common/media/webrtc_logging_messages.h', |
| 296 'common/memory_benchmark_messages.h', |
| 296 'common/message_router.cc', | 297 'common/message_router.cc', |
| 297 'common/message_router.h', | 298 'common/message_router.h', |
| 298 'common/mime_registry_messages.h', | 299 'common/mime_registry_messages.h', |
| 299 'common/navigation_gesture.h', | 300 'common/navigation_gesture.h', |
| 300 'common/net/url_fetcher.cc', | 301 'common/net/url_fetcher.cc', |
| 301 'common/net/url_request_user_data.cc', | 302 'common/net/url_request_user_data.cc', |
| 302 'common/net/url_request_user_data.h', | 303 'common/net/url_request_user_data.h', |
| 303 'common/np_channel_base.cc', | 304 'common/np_channel_base.cc', |
| 304 'common/np_channel_base.h', | 305 'common/np_channel_base.h', |
| 305 'common/npobject_base.h', | 306 'common/npobject_base.h', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 578 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 578 '<(output)', | 579 '<(output)', |
| 579 '<(PRODUCT_DIR)', | 580 '<(PRODUCT_DIR)', |
| 580 ], | 581 ], |
| 581 'msvs_cygwin_shell': 1, | 582 'msvs_cygwin_shell': 1, |
| 582 }, | 583 }, |
| 583 ] | 584 ] |
| 584 }], | 585 }], |
| 585 ], | 586 ], |
| 586 } | 587 } |
| OLD | NEW |