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