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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 'common/gpu/media/android_video_decode_accelerator.h', | 477 'common/gpu/media/android_video_decode_accelerator.h', |
478 ], | 478 ], |
479 }], | 479 }], |
480 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 480 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
481 'dependencies': [ | 481 'dependencies': [ |
482 '../media/media.gyp:media', | 482 '../media/media.gyp:media', |
483 ], | 483 ], |
484 'sources': [ | 484 'sources': [ |
485 'common/gpu/media/exynos_video_decode_accelerator.cc', | 485 'common/gpu/media/exynos_video_decode_accelerator.cc', |
486 'common/gpu/media/exynos_video_decode_accelerator.h', | 486 'common/gpu/media/exynos_video_decode_accelerator.h', |
| 487 'common/gpu/media/exynos_video_encode_accelerator.cc', |
| 488 'common/gpu/media/exynos_video_encode_accelerator.h', |
487 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', | 489 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', |
488 'common/gpu/media/gles2_texture_to_egl_image_translator.h', | 490 'common/gpu/media/gles2_texture_to_egl_image_translator.h', |
489 'common/gpu/media/omx_video_decode_accelerator.cc', | 491 'common/gpu/media/omx_video_decode_accelerator.cc', |
490 'common/gpu/media/omx_video_decode_accelerator.h', | 492 'common/gpu/media/omx_video_decode_accelerator.h', |
491 ], | 493 ], |
492 'include_dirs': [ | 494 'include_dirs': [ |
493 '<(DEPTH)/third_party/khronos', | 495 '<(DEPTH)/third_party/khronos', |
494 '<(DEPTH)/third_party/openmax/il', | 496 '<(DEPTH)/third_party/openmax/il', |
495 ], | 497 ], |
496 'link_settings': { | 498 'link_settings': { |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
570 '<(output)', | 572 '<(output)', |
571 '<(PRODUCT_DIR)', | 573 '<(PRODUCT_DIR)', |
572 ], | 574 ], |
573 'msvs_cygwin_shell': 1, | 575 'msvs_cygwin_shell': 1, |
574 }, | 576 }, |
575 ] | 577 ] |
576 }], | 578 }], |
577 ], | 579 ], |
578 } | 580 } |
OLD | NEW |