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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 ['enable_gpu==1', { | 464 ['enable_gpu==1', { |
465 'dependencies': [ | 465 'dependencies': [ |
466 '../gpu/gpu.gyp:command_buffer_service', | 466 '../gpu/gpu.gyp:command_buffer_service', |
467 ], | 467 ], |
468 }], | 468 }], |
469 ['target_arch=="arm" and chromeos == 1', { | 469 ['target_arch=="arm" and chromeos == 1', { |
470 'dependencies': [ | 470 'dependencies': [ |
471 '../media/media.gyp:media', | 471 '../media/media.gyp:media', |
472 ], | 472 ], |
473 'sources': [ | 473 'sources': [ |
| 474 'common/gpu/media/exynos_video_decode_accelerator.cc', |
| 475 'common/gpu/media/exynos_video_decode_accelerator.h', |
474 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', | 476 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', |
475 'common/gpu/media/gles2_texture_to_egl_image_translator.h', | 477 'common/gpu/media/gles2_texture_to_egl_image_translator.h', |
476 'common/gpu/media/omx_video_decode_accelerator.cc', | 478 'common/gpu/media/omx_video_decode_accelerator.cc', |
477 'common/gpu/media/omx_video_decode_accelerator.h', | 479 'common/gpu/media/omx_video_decode_accelerator.h', |
478 ], | 480 ], |
479 'include_dirs': [ | 481 'include_dirs': [ |
480 '<(DEPTH)/third_party/angle/include', | 482 '<(DEPTH)/third_party/angle/include', |
481 '<(DEPTH)/third_party/openmax/il', | 483 '<(DEPTH)/third_party/openmax/il', |
482 ], | 484 ], |
483 'link_settings': { | 485 'link_settings': { |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 '../build/extract_from_cab.py', | 558 '../build/extract_from_cab.py', |
557 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
558 '<(output)', | 560 '<(output)', |
559 '<(PRODUCT_DIR)', | 561 '<(PRODUCT_DIR)', |
560 ], | 562 ], |
561 }, | 563 }, |
562 ] | 564 ] |
563 }], | 565 }], |
564 ], | 566 ], |
565 } | 567 } |
OLD | NEW |