Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Side by Side Diff: content/content_common.gypi

Issue 74563002: AndroidVideoEncodeAccelerator is born! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/gpu_video_encode_accelerator.cc ('k') | content/renderer/media/media_stream_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698