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