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 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'common/java_bridge_messages.h', | 262 'common/java_bridge_messages.h', |
263 'common/mac/attributed_string_coder.h', | 263 'common/mac/attributed_string_coder.h', |
264 'common/mac/attributed_string_coder.mm', | 264 'common/mac/attributed_string_coder.mm', |
265 'common/mac/font_descriptor.h', | 265 'common/mac/font_descriptor.h', |
266 'common/mac/font_descriptor.mm', | 266 'common/mac/font_descriptor.mm', |
267 'common/mac/font_loader.h', | 267 'common/mac/font_loader.h', |
268 'common/mac/font_loader.mm', | 268 'common/mac/font_loader.mm', |
269 'common/media/audio_messages.h', | 269 'common/media/audio_messages.h', |
270 'common/media/audio_param_traits.cc', | 270 'common/media/audio_param_traits.cc', |
271 'common/media/audio_param_traits.h', | 271 'common/media/audio_param_traits.h', |
272 'common/media/audio_stream_state.h', | |
273 'common/media/media_stream_messages.h', | 272 'common/media/media_stream_messages.h', |
274 'common/media/media_stream_options.cc', | 273 'common/media/media_stream_options.cc', |
275 'common/media/media_stream_options.h', | 274 'common/media/media_stream_options.h', |
276 'common/media/video_capture.h', | 275 'common/media/video_capture.h', |
277 'common/media/video_capture_messages.h', | 276 'common/media/video_capture_messages.h', |
278 'common/message_router.cc', | 277 'common/message_router.cc', |
279 'common/message_router.h', | 278 'common/message_router.h', |
280 'common/mime_registry_messages.h', | 279 'common/mime_registry_messages.h', |
281 'common/navigation_gesture.h', | 280 'common/navigation_gesture.h', |
282 'common/net/url_fetcher.cc', | 281 'common/net/url_fetcher.cc', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 '../build/extract_from_cab.py', | 495 '../build/extract_from_cab.py', |
497 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 496 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
498 '<(output)', | 497 '<(output)', |
499 '<(PRODUCT_DIR)', | 498 '<(PRODUCT_DIR)', |
500 ], | 499 ], |
501 }, | 500 }, |
502 ] | 501 ] |
503 }] | 502 }] |
504 ], | 503 ], |
505 } | 504 } |
OLD | NEW |