| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'common/gpu/media/mac_video_decode_accelerator.mm', | 260 'common/gpu/media/mac_video_decode_accelerator.mm', |
| 261 'common/gpu/media/gpu_video_decode_accelerator.cc', | 261 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 262 'common/gpu/media/gpu_video_decode_accelerator.h', | 262 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 263 'common/gpu/sync_point_manager.h', | 263 'common/gpu/sync_point_manager.h', |
| 264 'common/gpu/sync_point_manager.cc', | 264 'common/gpu/sync_point_manager.cc', |
| 265 'common/gpu/texture_image_transport_surface.h', | 265 'common/gpu/texture_image_transport_surface.h', |
| 266 'common/gpu/texture_image_transport_surface.cc', | 266 'common/gpu/texture_image_transport_surface.cc', |
| 267 'common/handle_enumerator_win.cc', | 267 'common/handle_enumerator_win.cc', |
| 268 'common/handle_enumerator_win.h', | 268 'common/handle_enumerator_win.h', |
| 269 'common/icon_messages.h', | 269 'common/icon_messages.h', |
| 270 'common/image_messages.h', |
| 270 'common/indexed_db/indexed_db_key.cc', | 271 'common/indexed_db/indexed_db_key.cc', |
| 271 'common/indexed_db/indexed_db_key.h', | 272 'common/indexed_db/indexed_db_key.h', |
| 272 'common/indexed_db/indexed_db_key_path.cc', | 273 'common/indexed_db/indexed_db_key_path.cc', |
| 273 'common/indexed_db/indexed_db_key_path.h', | 274 'common/indexed_db/indexed_db_key_path.h', |
| 274 'common/indexed_db/indexed_db_key_range.cc', | 275 'common/indexed_db/indexed_db_key_range.cc', |
| 275 'common/indexed_db/indexed_db_key_range.h', | 276 'common/indexed_db/indexed_db_key_range.h', |
| 276 'common/indexed_db/indexed_db_messages.h', | 277 'common/indexed_db/indexed_db_messages.h', |
| 277 'common/indexed_db/indexed_db_param_traits.cc', | 278 'common/indexed_db/indexed_db_param_traits.cc', |
| 278 'common/indexed_db/indexed_db_param_traits.h', | 279 'common/indexed_db/indexed_db_param_traits.h', |
| 279 'common/indexed_db/indexed_db_dispatcher.cc', | 280 'common/indexed_db/indexed_db_dispatcher.cc', |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 590 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 590 '<(output)', | 591 '<(output)', |
| 591 '<(PRODUCT_DIR)', | 592 '<(PRODUCT_DIR)', |
| 592 ], | 593 ], |
| 593 'msvs_cygwin_shell': 1, | 594 'msvs_cygwin_shell': 1, |
| 594 }, | 595 }, |
| 595 ] | 596 ] |
| 596 }], | 597 }], |
| 597 ], | 598 ], |
| 598 } | 599 } |
| OLD | NEW |