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

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: Reuploading so I can resbumit because the Windows builders were broken due to a WebKit roll, and I … 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
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 ['enable_gpu==1', { 483 ['enable_gpu==1', {
484 'dependencies': [ 484 'dependencies': [
485 '../gpu/gpu.gyp:command_buffer_service', 485 '../gpu/gpu.gyp:command_buffer_service',
486 ], 486 ],
487 }], 487 }],
488 ['target_arch=="arm" and chromeos == 1', { 488 ['target_arch=="arm" and chromeos == 1', {
489 'dependencies': [ 489 'dependencies': [
490 '../media/media.gyp:media', 490 '../media/media.gyp:media',
491 ], 491 ],
492 'sources': [ 492 'sources': [
493 'common/gpu/media/exynos_video_decode_accelerator.cc',
494 'common/gpu/media/exynos_video_decode_accelerator.h',
493 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', 495 'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
494 'common/gpu/media/gles2_texture_to_egl_image_translator.h', 496 'common/gpu/media/gles2_texture_to_egl_image_translator.h',
495 'common/gpu/media/omx_video_decode_accelerator.cc', 497 'common/gpu/media/omx_video_decode_accelerator.cc',
496 'common/gpu/media/omx_video_decode_accelerator.h', 498 'common/gpu/media/omx_video_decode_accelerator.h',
497 ], 499 ],
498 'include_dirs': [ 500 'include_dirs': [
499 '<(DEPTH)/third_party/angle/include', 501 '<(DEPTH)/third_party/angle/include',
500 '<(DEPTH)/third_party/openmax/il', 502 '<(DEPTH)/third_party/openmax/il',
501 ], 503 ],
502 'link_settings': { 504 'link_settings': {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '../build/extract_from_cab.py', 575 '../build/extract_from_cab.py',
574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 576 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
575 '<(output)', 577 '<(output)',
576 '<(PRODUCT_DIR)', 578 '<(PRODUCT_DIR)',
577 ], 579 ],
578 }, 580 },
579 ] 581 ]
580 }], 582 }],
581 ], 583 ],
582 } 584 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698