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

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: Bug number update. Created 7 years, 11 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 '../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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 ['enable_gpu==1', { 487 ['enable_gpu==1', {
488 'dependencies': [ 488 'dependencies': [
489 '../gpu/gpu.gyp:command_buffer_service', 489 '../gpu/gpu.gyp:command_buffer_service',
490 ], 490 ],
491 }], 491 }],
492 ['target_arch=="arm" and chromeos == 1', { 492 ['target_arch=="arm" and chromeos == 1', {
493 'dependencies': [ 493 'dependencies': [
494 '../media/media.gyp:media', 494 '../media/media.gyp:media',
495 ], 495 ],
496 'sources': [ 496 'sources': [
497 'common/gpu/media/exynos_video_decode_accelerator.cc',
498 'common/gpu/media/exynos_video_decode_accelerator.h',
497 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', 499 'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
498 'common/gpu/media/gles2_texture_to_egl_image_translator.h', 500 'common/gpu/media/gles2_texture_to_egl_image_translator.h',
499 'common/gpu/media/omx_video_decode_accelerator.cc', 501 'common/gpu/media/omx_video_decode_accelerator.cc',
500 'common/gpu/media/omx_video_decode_accelerator.h', 502 'common/gpu/media/omx_video_decode_accelerator.h',
501 ], 503 ],
502 'include_dirs': [ 504 'include_dirs': [
503 '<(DEPTH)/third_party/angle/include', 505 '<(DEPTH)/third_party/angle/include',
504 '<(DEPTH)/third_party/openmax/il', 506 '<(DEPTH)/third_party/openmax/il',
505 ], 507 ],
506 'link_settings': { 508 'link_settings': {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 '../build/extract_from_cab.py', 579 '../build/extract_from_cab.py',
578 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 580 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
579 '<(output)', 581 '<(output)',
580 '<(PRODUCT_DIR)', 582 '<(PRODUCT_DIR)',
581 ], 583 ],
582 }, 584 },
583 ] 585 ]
584 }], 586 }],
585 ], 587 ],
586 } 588 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698