| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 'common/inter_process_time_ticks_converter.cc', | 289 'common/inter_process_time_ticks_converter.cc', |
| 290 'common/inter_process_time_ticks_converter.h', | 290 'common/inter_process_time_ticks_converter.h', |
| 291 'common/java_bridge_messages.h', | 291 'common/java_bridge_messages.h', |
| 292 'common/mac/attributed_string_coder.h', | 292 'common/mac/attributed_string_coder.h', |
| 293 'common/mac/attributed_string_coder.mm', | 293 'common/mac/attributed_string_coder.mm', |
| 294 'common/mac/font_descriptor.h', | 294 'common/mac/font_descriptor.h', |
| 295 'common/mac/font_descriptor.mm', | 295 'common/mac/font_descriptor.mm', |
| 296 'common/mac/font_loader.h', | 296 'common/mac/font_loader.h', |
| 297 'common/mac/font_loader.mm', | 297 'common/mac/font_loader.mm', |
| 298 'common/media/audio_messages.h', | 298 'common/media/audio_messages.h', |
| 299 'common/media/encoded_video_source_messages.h', |
| 299 'common/media/media_param_traits.cc', | 300 'common/media/media_param_traits.cc', |
| 300 'common/media/media_param_traits.h', | 301 'common/media/media_param_traits.h', |
| 301 'common/media/media_player_messages.h', | 302 'common/media/media_player_messages.h', |
| 302 'common/media/media_stream_messages.h', | 303 'common/media/media_stream_messages.h', |
| 303 'common/media/media_stream_options.cc', | 304 'common/media/media_stream_options.cc', |
| 304 'common/media/media_stream_options.h', | 305 'common/media/media_stream_options.h', |
| 305 'common/media/video_capture.h', | 306 'common/media/video_capture.h', |
| 306 'common/media/video_capture_messages.h', | 307 'common/media/video_capture_messages.h', |
| 307 'common/message_router.cc', | 308 'common/message_router.cc', |
| 308 'common/message_router.h', | 309 'common/message_router.h', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 586 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 586 '<(output)', | 587 '<(output)', |
| 587 '<(PRODUCT_DIR)', | 588 '<(PRODUCT_DIR)', |
| 588 ], | 589 ], |
| 589 'msvs_cygwin_shell': 1, | 590 'msvs_cygwin_shell': 1, |
| 590 }, | 591 }, |
| 591 ] | 592 ] |
| 592 }], | 593 }], |
| 593 ], | 594 ], |
| 594 } | 595 } |
| OLD | NEW |