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

Side by Side Diff: content/content_common.gypi

Issue 16693005: Add ExynosVideoEncodeAccelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cl_5
Patch Set: a1d2f2c4 Bitrate settings. Created 7 years, 6 months 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
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 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'ENABLE_JAVA_BRIDGE', 454 'ENABLE_JAVA_BRIDGE',
455 ], 455 ],
456 }], 456 }],
457 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 457 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
458 'dependencies': [ 458 'dependencies': [
459 '../media/media.gyp:media', 459 '../media/media.gyp:media',
460 ], 460 ],
461 'sources': [ 461 'sources': [
462 'common/gpu/media/exynos_video_decode_accelerator.cc', 462 'common/gpu/media/exynos_video_decode_accelerator.cc',
463 'common/gpu/media/exynos_video_decode_accelerator.h', 463 'common/gpu/media/exynos_video_decode_accelerator.h',
464 'common/gpu/media/exynos_video_encode_accelerator.cc',
465 'common/gpu/media/exynos_video_encode_accelerator.h',
464 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', 466 'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
465 'common/gpu/media/gles2_texture_to_egl_image_translator.h', 467 'common/gpu/media/gles2_texture_to_egl_image_translator.h',
466 'common/gpu/media/omx_video_decode_accelerator.cc', 468 'common/gpu/media/omx_video_decode_accelerator.cc',
467 'common/gpu/media/omx_video_decode_accelerator.h', 469 'common/gpu/media/omx_video_decode_accelerator.h',
468 ], 470 ],
469 'include_dirs': [ 471 'include_dirs': [
470 '<(DEPTH)/third_party/khronos', 472 '<(DEPTH)/third_party/khronos',
471 '<(DEPTH)/third_party/openmax/il', 473 '<(DEPTH)/third_party/openmax/il',
472 ], 474 ],
473 'link_settings': { 475 'link_settings': {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 548 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
547 '<(output)', 549 '<(output)',
548 '<(PRODUCT_DIR)', 550 '<(PRODUCT_DIR)',
549 ], 551 ],
550 'msvs_cygwin_shell': 1, 552 'msvs_cygwin_shell': 1,
551 }, 553 },
552 ] 554 ]
553 }], 555 }],
554 ], 556 ],
555 } 557 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698