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