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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 'common/java_bridge_messages.h', | 279 'common/java_bridge_messages.h', |
280 'common/mac/attributed_string_coder.h', | 280 'common/mac/attributed_string_coder.h', |
281 'common/mac/attributed_string_coder.mm', | 281 'common/mac/attributed_string_coder.mm', |
282 'common/mac/font_descriptor.h', | 282 'common/mac/font_descriptor.h', |
283 'common/mac/font_descriptor.mm', | 283 'common/mac/font_descriptor.mm', |
284 'common/mac/font_loader.h', | 284 'common/mac/font_loader.h', |
285 'common/mac/font_loader.mm', | 285 'common/mac/font_loader.mm', |
286 'common/media/audio_messages.h', | 286 'common/media/audio_messages.h', |
287 'common/media/audio_param_traits.cc', | 287 'common/media/audio_param_traits.cc', |
288 'common/media/audio_param_traits.h', | 288 'common/media/audio_param_traits.h', |
| 289 'common/media/media_player_messages.h', |
289 'common/media/media_stream_messages.h', | 290 'common/media/media_stream_messages.h', |
290 'common/media/media_stream_options.cc', | 291 'common/media/media_stream_options.cc', |
291 'common/media/media_stream_options.h', | 292 'common/media/media_stream_options.h', |
292 'common/media/video_capture.h', | 293 'common/media/video_capture.h', |
293 'common/media/video_capture_messages.h', | 294 'common/media/video_capture_messages.h', |
294 'common/message_router.cc', | 295 'common/message_router.cc', |
295 'common/message_router.h', | 296 'common/message_router.h', |
296 'common/mime_registry_messages.h', | 297 'common/mime_registry_messages.h', |
297 'common/navigation_gesture.h', | 298 'common/navigation_gesture.h', |
298 'common/net/url_fetcher.cc', | 299 'common/net/url_fetcher.cc', |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 '../build/extract_from_cab.py', | 553 '../build/extract_from_cab.py', |
553 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 554 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
554 '<(output)', | 555 '<(output)', |
555 '<(PRODUCT_DIR)', | 556 '<(PRODUCT_DIR)', |
556 ], | 557 ], |
557 }, | 558 }, |
558 ] | 559 ] |
559 }], | 560 }], |
560 ], | 561 ], |
561 } | 562 } |
OLD | NEW |