| 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 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 }], | 504 }], |
| 505 ['OS=="android"', { | 505 ['OS=="android"', { |
| 506 'dependencies': [ | 506 'dependencies': [ |
| 507 '../media/media.gyp:media', | 507 '../media/media.gyp:media', |
| 508 ], | 508 ], |
| 509 'sources': [ | 509 'sources': [ |
| 510 'common/gpu/media/android_video_decode_accelerator.cc', | 510 'common/gpu/media/android_video_decode_accelerator.cc', |
| 511 'common/gpu/media/android_video_decode_accelerator.h', | 511 'common/gpu/media/android_video_decode_accelerator.h', |
| 512 ], | 512 ], |
| 513 }], | 513 }], |
| 514 ['OS=="android" and android_webview_build==0', { |
| 515 'dependencies': [ |
| 516 '../media/media.gyp:media', |
| 517 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 518 ], |
| 519 'sources': [ |
| 520 'common/gpu/media/android_video_encode_accelerator.cc', |
| 521 'common/gpu/media/android_video_encode_accelerator.h', |
| 522 ], |
| 523 }], |
| 514 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 524 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
| 515 'dependencies': [ | 525 'dependencies': [ |
| 516 '../media/media.gyp:media', | 526 '../media/media.gyp:media', |
| 517 ], | 527 ], |
| 518 'sources': [ | 528 'sources': [ |
| 519 'common/gpu/media/exynos_video_decode_accelerator.cc', | 529 'common/gpu/media/exynos_video_decode_accelerator.cc', |
| 520 'common/gpu/media/exynos_video_decode_accelerator.h', | 530 'common/gpu/media/exynos_video_decode_accelerator.h', |
| 521 'common/gpu/media/exynos_video_encode_accelerator.cc', | 531 'common/gpu/media/exynos_video_encode_accelerator.cc', |
| 522 'common/gpu/media/exynos_video_encode_accelerator.h', | 532 'common/gpu/media/exynos_video_encode_accelerator.h', |
| 523 ], | 533 ], |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 610 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 601 '<(output)', | 611 '<(output)', |
| 602 '<(PRODUCT_DIR)', | 612 '<(PRODUCT_DIR)', |
| 603 ], | 613 ], |
| 604 'msvs_cygwin_shell': 1, | 614 'msvs_cygwin_shell': 1, |
| 605 }, | 615 }, |
| 606 ] | 616 ] |
| 607 }], | 617 }], |
| 608 ], | 618 ], |
| 609 } | 619 } |
| OLD | NEW |