| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 'common/gpu/media/android_video_decode_accelerator.h', | 473 'common/gpu/media/android_video_decode_accelerator.h', |
| 474 ], | 474 ], |
| 475 }], | 475 }], |
| 476 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 476 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
| 477 'dependencies': [ | 477 'dependencies': [ |
| 478 '../media/media.gyp:media', | 478 '../media/media.gyp:media', |
| 479 ], | 479 ], |
| 480 'sources': [ | 480 'sources': [ |
| 481 'common/gpu/media/exynos_video_decode_accelerator.cc', | 481 'common/gpu/media/exynos_video_decode_accelerator.cc', |
| 482 'common/gpu/media/exynos_video_decode_accelerator.h', | 482 'common/gpu/media/exynos_video_decode_accelerator.h', |
| 483 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', | |
| 484 'common/gpu/media/gles2_texture_to_egl_image_translator.h', | |
| 485 'common/gpu/media/omx_video_decode_accelerator.cc', | |
| 486 'common/gpu/media/omx_video_decode_accelerator.h', | |
| 487 ], | 483 ], |
| 488 'include_dirs': [ | 484 'include_dirs': [ |
| 489 '<(DEPTH)/third_party/khronos', | 485 '<(DEPTH)/third_party/khronos', |
| 490 '<(DEPTH)/third_party/openmax/il', | |
| 491 ], | 486 ], |
| 492 'link_settings': { | 487 'link_settings': { |
| 493 'libraries': [ | 488 'libraries': [ |
| 494 '-lEGL', | 489 '-lEGL', |
| 495 '-lGLESv2', | 490 '-lGLESv2', |
| 496 ], | 491 ], |
| 497 }, | 492 }, |
| 498 }], | 493 }], |
| 499 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { | 494 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { |
| 500 'sources': [ | 495 'sources': [ |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 560 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 566 '<(output)', | 561 '<(output)', |
| 567 '<(PRODUCT_DIR)', | 562 '<(PRODUCT_DIR)', |
| 568 ], | 563 ], |
| 569 'msvs_cygwin_shell': 1, | 564 'msvs_cygwin_shell': 1, |
| 570 }, | 565 }, |
| 571 ] | 566 ] |
| 572 }], | 567 }], |
| 573 ], | 568 ], |
| 574 } | 569 } |
| OLD | NEW |