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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'common/gpu/media/mac_video_decode_accelerator.h', | 257 'common/gpu/media/mac_video_decode_accelerator.h', |
258 'common/gpu/media/mac_video_decode_accelerator.mm', | 258 'common/gpu/media/mac_video_decode_accelerator.mm', |
259 'common/gpu/media/gpu_video_decode_accelerator.cc', | 259 'common/gpu/media/gpu_video_decode_accelerator.cc', |
260 'common/gpu/media/gpu_video_decode_accelerator.h', | 260 'common/gpu/media/gpu_video_decode_accelerator.h', |
261 'common/gpu/sync_point_manager.h', | 261 'common/gpu/sync_point_manager.h', |
262 'common/gpu/sync_point_manager.cc', | 262 'common/gpu/sync_point_manager.cc', |
263 'common/gpu/texture_image_transport_surface.h', | 263 'common/gpu/texture_image_transport_surface.h', |
264 'common/gpu/texture_image_transport_surface.cc', | 264 'common/gpu/texture_image_transport_surface.cc', |
265 'common/handle_enumerator_win.cc', | 265 'common/handle_enumerator_win.cc', |
266 'common/handle_enumerator_win.h', | 266 'common/handle_enumerator_win.h', |
267 'common/icon_messages.h', | 267 'common/image_messages.h', |
268 'common/indexed_db/indexed_db_key.cc', | 268 'common/indexed_db/indexed_db_key.cc', |
269 'common/indexed_db/indexed_db_key.h', | 269 'common/indexed_db/indexed_db_key.h', |
270 'common/indexed_db/indexed_db_key_path.cc', | 270 'common/indexed_db/indexed_db_key_path.cc', |
271 'common/indexed_db/indexed_db_key_path.h', | 271 'common/indexed_db/indexed_db_key_path.h', |
272 'common/indexed_db/indexed_db_key_range.cc', | 272 'common/indexed_db/indexed_db_key_range.cc', |
273 'common/indexed_db/indexed_db_key_range.h', | 273 'common/indexed_db/indexed_db_key_range.h', |
274 'common/indexed_db/indexed_db_messages.h', | 274 'common/indexed_db/indexed_db_messages.h', |
275 'common/indexed_db/indexed_db_param_traits.cc', | 275 'common/indexed_db/indexed_db_param_traits.cc', |
276 'common/indexed_db/indexed_db_param_traits.h', | 276 'common/indexed_db/indexed_db_param_traits.h', |
277 'common/indexed_db/indexed_db_dispatcher.cc', | 277 'common/indexed_db/indexed_db_dispatcher.cc', |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
584 '<(output)', | 584 '<(output)', |
585 '<(PRODUCT_DIR)', | 585 '<(PRODUCT_DIR)', |
586 ], | 586 ], |
587 'msvs_cygwin_shell': 1, | 587 'msvs_cygwin_shell': 1, |
588 }, | 588 }, |
589 ] | 589 ] |
590 }], | 590 }], |
591 ], | 591 ], |
592 } | 592 } |
OLD | NEW |