| 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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 'sources!': [ | 478 'sources!': [ |
| 479 'common/pepper_plugin_registry.cc', | 479 'common/pepper_plugin_registry.cc', |
| 480 'common/pepper_plugin_registry.h', | 480 'common/pepper_plugin_registry.h', |
| 481 ], | 481 ], |
| 482 }], | 482 }], |
| 483 ['enable_gpu==1', { | 483 ['enable_gpu==1', { |
| 484 'dependencies': [ | 484 'dependencies': [ |
| 485 '../gpu/gpu.gyp:command_buffer_service', | 485 '../gpu/gpu.gyp:command_buffer_service', |
| 486 ], | 486 ], |
| 487 }], | 487 }], |
| 488 ['OS=="android"', { |
| 489 'dependencies': [ |
| 490 '../media/media.gyp:media', |
| 491 ], |
| 492 'sources': [ |
| 493 'common/gpu/media/android_video_decode_accelerator.cc', |
| 494 'common/gpu/media/android_video_decode_accelerator.h', |
| 495 'common/gpu/media/gles2_external_texture_copier.cc', |
| 496 'common/gpu/media/gles2_external_texture_copier.h', |
| 497 ], |
| 498 'link_settings': { |
| 499 'libraries': [ |
| 500 '-lEGL', |
| 501 '-lGLESv2', |
| 502 ], |
| 503 }, |
| 504 }], |
| 488 ['target_arch=="arm" and chromeos == 1', { | 505 ['target_arch=="arm" and chromeos == 1', { |
| 489 'dependencies': [ | 506 'dependencies': [ |
| 490 '../media/media.gyp:media', | 507 '../media/media.gyp:media', |
| 491 ], | 508 ], |
| 492 'sources': [ | 509 'sources': [ |
| 493 'common/gpu/media/exynos_video_decode_accelerator.cc', | 510 'common/gpu/media/exynos_video_decode_accelerator.cc', |
| 494 'common/gpu/media/exynos_video_decode_accelerator.h', | 511 'common/gpu/media/exynos_video_decode_accelerator.h', |
| 495 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', | 512 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', |
| 496 'common/gpu/media/gles2_texture_to_egl_image_translator.h', | 513 'common/gpu/media/gles2_texture_to_egl_image_translator.h', |
| 497 'common/gpu/media/omx_video_decode_accelerator.cc', | 514 'common/gpu/media/omx_video_decode_accelerator.cc', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 591 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 575 '<(output)', | 592 '<(output)', |
| 576 '<(PRODUCT_DIR)', | 593 '<(PRODUCT_DIR)', |
| 577 ], | 594 ], |
| 578 'msvs_cygwin_shell': 1, | 595 'msvs_cygwin_shell': 1, |
| 579 }, | 596 }, |
| 580 ] | 597 ] |
| 581 }], | 598 }], |
| 582 ], | 599 ], |
| 583 } | 600 } |
| OLD | NEW |