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