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

Side by Side Diff: content/content_common.gypi

Issue 11198060: VDA implementation for Exynos, using V4L2 (Closed) Base URL: https://git.chromium.org/git/chromium/src@git-svn
Patch Set: Added H264 parsing for frame boundaries. Created 8 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
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 '../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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ['enable_gpu==1', { 469 ['enable_gpu==1', {
470 'dependencies': [ 470 'dependencies': [
471 '../gpu/gpu.gyp:command_buffer_service', 471 '../gpu/gpu.gyp:command_buffer_service',
472 ], 472 ],
473 }], 473 }],
474 ['target_arch=="arm" and chromeos == 1', { 474 ['target_arch=="arm" and chromeos == 1', {
475 'dependencies': [ 475 'dependencies': [
476 '../media/media.gyp:media', 476 '../media/media.gyp:media',
477 ], 477 ],
478 'sources': [ 478 'sources': [
479 'common/gpu/media/exynos_video_decode_accelerator.cc',
480 'common/gpu/media/exynos_video_decode_accelerator.h',
479 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', 481 'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
480 'common/gpu/media/gles2_texture_to_egl_image_translator.h', 482 'common/gpu/media/gles2_texture_to_egl_image_translator.h',
481 'common/gpu/media/omx_video_decode_accelerator.cc', 483 'common/gpu/media/omx_video_decode_accelerator.cc',
482 'common/gpu/media/omx_video_decode_accelerator.h', 484 'common/gpu/media/omx_video_decode_accelerator.h',
483 ], 485 ],
484 'include_dirs': [ 486 'include_dirs': [
485 '<(DEPTH)/third_party/angle/include', 487 '<(DEPTH)/third_party/angle/include',
486 '<(DEPTH)/third_party/openmax/il', 488 '<(DEPTH)/third_party/openmax/il',
487 ], 489 ],
488 'link_settings': { 490 'link_settings': {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 '../build/extract_from_cab.py', 563 '../build/extract_from_cab.py',
562 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
563 '<(output)', 565 '<(output)',
564 '<(PRODUCT_DIR)', 566 '<(PRODUCT_DIR)',
565 ], 567 ],
566 }, 568 },
567 ] 569 ]
568 }], 570 }],
569 ], 571 ],
570 } 572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698