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