| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'common/mac/font_loader.mm', | 272 'common/mac/font_loader.mm', |
| 273 'common/media/audio_messages.h', | 273 'common/media/audio_messages.h', |
| 274 'common/media/media_param_traits.cc', | 274 'common/media/media_param_traits.cc', |
| 275 'common/media/media_param_traits.h', | 275 'common/media/media_param_traits.h', |
| 276 'common/media/media_player_messages_android.h', | 276 'common/media/media_player_messages_android.h', |
| 277 'common/media/media_stream_messages.h', | 277 'common/media/media_stream_messages.h', |
| 278 'common/media/media_stream_options.cc', | 278 'common/media/media_stream_options.cc', |
| 279 'common/media/media_stream_options.h', | 279 'common/media/media_stream_options.h', |
| 280 'common/media/video_capture.h', | 280 'common/media/video_capture.h', |
| 281 'common/media/video_capture_messages.h', | 281 'common/media/video_capture_messages.h', |
| 282 'common/media/webrtc_logging_messages.h', | |
| 283 'common/memory_benchmark_messages.h', | 282 'common/memory_benchmark_messages.h', |
| 284 'common/message_router.cc', | 283 'common/message_router.cc', |
| 285 'common/message_router.h', | 284 'common/message_router.h', |
| 286 'common/mime_registry_messages.h', | 285 'common/mime_registry_messages.h', |
| 287 'common/navigation_gesture.h', | 286 'common/navigation_gesture.h', |
| 288 'common/net/url_fetcher.cc', | 287 'common/net/url_fetcher.cc', |
| 289 'common/net/url_request_user_data.cc', | 288 'common/net/url_request_user_data.cc', |
| 290 'common/net/url_request_user_data.h', | 289 'common/net/url_request_user_data.h', |
| 291 'common/p2p_messages.h', | 290 'common/p2p_messages.h', |
| 292 'common/p2p_sockets.h', | 291 'common/p2p_sockets.h', |
| 293 'common/page_zoom.cc', | 292 'common/page_zoom.cc', |
| 294 'common/partial_circular_buffer.cc', | |
| 295 'common/partial_circular_buffer.h', | |
| 296 'common/pepper_messages.h', | 293 'common/pepper_messages.h', |
| 297 'common/pepper_plugin_registry.cc', | 294 'common/pepper_plugin_registry.cc', |
| 298 'common/pepper_plugin_registry.h', | 295 'common/pepper_plugin_registry.h', |
| 299 'common/pepper_renderer_instance_data.cc', | 296 'common/pepper_renderer_instance_data.cc', |
| 300 'common/pepper_renderer_instance_data.h', | 297 'common/pepper_renderer_instance_data.h', |
| 301 'common/plugin_carbon_interpose_constants_mac.cc', | 298 'common/plugin_carbon_interpose_constants_mac.cc', |
| 302 'common/plugin_carbon_interpose_constants_mac.h', | 299 'common/plugin_carbon_interpose_constants_mac.h', |
| 303 'common/plugin_process_messages.h', | 300 'common/plugin_process_messages.h', |
| 304 'common/process_type.cc', | 301 'common/process_type.cc', |
| 305 'common/quota_messages.h', | 302 'common/quota_messages.h', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 567 '<(output)', | 564 '<(output)', |
| 568 '<(PRODUCT_DIR)', | 565 '<(PRODUCT_DIR)', |
| 569 ], | 566 ], |
| 570 'msvs_cygwin_shell': 1, | 567 'msvs_cygwin_shell': 1, |
| 571 }, | 568 }, |
| 572 ] | 569 ] |
| 573 }], | 570 }], |
| 574 ], | 571 ], |
| 575 } | 572 } |
| OLD | NEW |