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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 'common/inter_process_time_ticks_converter.cc', | 254 'common/inter_process_time_ticks_converter.cc', |
255 'common/inter_process_time_ticks_converter.h', | 255 'common/inter_process_time_ticks_converter.h', |
256 'common/java_bridge_messages.h', | 256 'common/java_bridge_messages.h', |
257 'common/mac/attributed_string_coder.h', | 257 'common/mac/attributed_string_coder.h', |
258 'common/mac/attributed_string_coder.mm', | 258 'common/mac/attributed_string_coder.mm', |
259 'common/mac/font_descriptor.h', | 259 'common/mac/font_descriptor.h', |
260 'common/mac/font_descriptor.mm', | 260 'common/mac/font_descriptor.mm', |
261 'common/mac/font_loader.h', | 261 'common/mac/font_loader.h', |
262 'common/mac/font_loader.mm', | 262 'common/mac/font_loader.mm', |
263 'common/media/audio_messages.h', | 263 'common/media/audio_messages.h', |
264 'common/media/encoded_video_capture_messages.h', | |
265 'common/media/media_param_traits.cc', | 264 'common/media/media_param_traits.cc', |
266 'common/media/media_param_traits.h', | 265 'common/media/media_param_traits.h', |
267 'common/media/media_player_messages_android.h', | 266 'common/media/media_player_messages_android.h', |
268 'common/media/media_stream_messages.h', | 267 'common/media/media_stream_messages.h', |
269 'common/media/media_stream_options.cc', | 268 'common/media/media_stream_options.cc', |
270 'common/media/media_stream_options.h', | 269 'common/media/media_stream_options.h', |
271 'common/media/midi_messages.h', | 270 'common/media/midi_messages.h', |
272 'common/media/video_capture.h', | 271 'common/media/video_capture.h', |
273 'common/media/video_capture_messages.h', | 272 'common/media/video_capture_messages.h', |
274 'common/media/webrtc_identity_messages.h', | 273 'common/media/webrtc_identity_messages.h', |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
566 '<(output)', | 565 '<(output)', |
567 '<(PRODUCT_DIR)', | 566 '<(PRODUCT_DIR)', |
568 ], | 567 ], |
569 'msvs_cygwin_shell': 1, | 568 'msvs_cygwin_shell': 1, |
570 }, | 569 }, |
571 ] | 570 ] |
572 }], | 571 }], |
573 ], | 572 ], |
574 } | 573 } |
OLD | NEW |