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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 'common/mac/font_descriptor.mm', | 261 'common/mac/font_descriptor.mm', |
262 'common/mac/font_loader.h', | 262 'common/mac/font_loader.h', |
263 'common/mac/font_loader.mm', | 263 'common/mac/font_loader.mm', |
264 'common/media/audio_messages.h', | 264 'common/media/audio_messages.h', |
265 'common/media/media_param_traits.cc', | 265 'common/media/media_param_traits.cc', |
266 'common/media/media_param_traits.h', | 266 'common/media/media_param_traits.h', |
267 'common/media/media_player_messages_android.h', | 267 'common/media/media_player_messages_android.h', |
268 'common/media/media_stream_messages.h', | 268 'common/media/media_stream_messages.h', |
269 'common/media/media_stream_options.cc', | 269 'common/media/media_stream_options.cc', |
270 'common/media/media_stream_options.h', | 270 'common/media/media_stream_options.h', |
| 271 'common/media/midi_messages.h', |
271 'common/media/video_capture.h', | 272 'common/media/video_capture.h', |
272 'common/media/video_capture_messages.h', | 273 'common/media/video_capture_messages.h', |
273 'common/memory_benchmark_messages.h', | 274 'common/memory_benchmark_messages.h', |
274 'common/message_router.cc', | 275 'common/message_router.cc', |
275 'common/message_router.h', | 276 'common/message_router.h', |
276 'common/mime_registry_messages.h', | 277 'common/mime_registry_messages.h', |
277 'common/navigation_gesture.h', | 278 'common/navigation_gesture.h', |
278 'common/net/url_fetcher.cc', | 279 'common/net/url_fetcher.cc', |
279 'common/net/url_request_user_data.cc', | 280 'common/net/url_request_user_data.cc', |
280 'common/net/url_request_user_data.h', | 281 'common/net/url_request_user_data.h', |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 539 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
539 '<(output)', | 540 '<(output)', |
540 '<(PRODUCT_DIR)', | 541 '<(PRODUCT_DIR)', |
541 ], | 542 ], |
542 'msvs_cygwin_shell': 1, | 543 'msvs_cygwin_shell': 1, |
543 }, | 544 }, |
544 ] | 545 ] |
545 }], | 546 }], |
546 ], | 547 ], |
547 } | 548 } |
OLD | NEW |