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/components_tracing.gyp:tracing', | 9 '../components/components_tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 ['enable_gpu==1', { | 487 ['enable_gpu==1', { |
488 'dependencies': [ | 488 'dependencies': [ |
489 '../gpu/gpu.gyp:command_buffer_service', | 489 '../gpu/gpu.gyp:command_buffer_service', |
490 ], | 490 ], |
491 }], | 491 }], |
492 ['target_arch=="arm" and chromeos == 1', { | 492 ['target_arch=="arm" and chromeos == 1', { |
493 'dependencies': [ | 493 'dependencies': [ |
494 '../media/media.gyp:media', | 494 '../media/media.gyp:media', |
495 ], | 495 ], |
496 'sources': [ | 496 'sources': [ |
| 497 'common/gpu/media/exynos_video_decode_accelerator.cc', |
| 498 'common/gpu/media/exynos_video_decode_accelerator.h', |
497 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', | 499 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', |
498 'common/gpu/media/gles2_texture_to_egl_image_translator.h', | 500 'common/gpu/media/gles2_texture_to_egl_image_translator.h', |
499 'common/gpu/media/omx_video_decode_accelerator.cc', | 501 'common/gpu/media/omx_video_decode_accelerator.cc', |
500 'common/gpu/media/omx_video_decode_accelerator.h', | 502 'common/gpu/media/omx_video_decode_accelerator.h', |
501 ], | 503 ], |
502 'include_dirs': [ | 504 'include_dirs': [ |
503 '<(DEPTH)/third_party/angle/include', | 505 '<(DEPTH)/third_party/angle/include', |
504 '<(DEPTH)/third_party/openmax/il', | 506 '<(DEPTH)/third_party/openmax/il', |
505 ], | 507 ], |
506 'link_settings': { | 508 'link_settings': { |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 '../build/extract_from_cab.py', | 581 '../build/extract_from_cab.py', |
580 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 582 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
581 '<(output)', | 583 '<(output)', |
582 '<(PRODUCT_DIR)', | 584 '<(PRODUCT_DIR)', |
583 ], | 585 ], |
584 }, | 586 }, |
585 ] | 587 ] |
586 }], | 588 }], |
587 ], | 589 ], |
588 } | 590 } |
OLD | NEW |