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

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: Switch to eventfd for device-polling interrupt. 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ['enable_gpu==1', { 467 ['enable_gpu==1', {
468 'dependencies': [ 468 'dependencies': [
469 '../gpu/gpu.gyp:command_buffer_service', 469 '../gpu/gpu.gyp:command_buffer_service',
470 ], 470 ],
471 }], 471 }],
472 ['target_arch=="arm" and chromeos == 1', { 472 ['target_arch=="arm" and chromeos == 1', {
473 'dependencies': [ 473 'dependencies': [
474 '../media/media.gyp:media', 474 '../media/media.gyp:media',
475 ], 475 ],
476 'sources': [ 476 'sources': [
477 'common/gpu/media/exynos_video_decode_accelerator.cc',
478 'common/gpu/media/exynos_video_decode_accelerator.h',
477 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', 479 'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
478 'common/gpu/media/gles2_texture_to_egl_image_translator.h', 480 'common/gpu/media/gles2_texture_to_egl_image_translator.h',
479 'common/gpu/media/omx_video_decode_accelerator.cc', 481 'common/gpu/media/omx_video_decode_accelerator.cc',
480 'common/gpu/media/omx_video_decode_accelerator.h', 482 'common/gpu/media/omx_video_decode_accelerator.h',
481 ], 483 ],
482 'include_dirs': [ 484 'include_dirs': [
483 '<(DEPTH)/third_party/angle/include', 485 '<(DEPTH)/third_party/angle/include',
484 '<(DEPTH)/third_party/openmax/il', 486 '<(DEPTH)/third_party/openmax/il',
485 ], 487 ],
486 'link_settings': { 488 'link_settings': {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '../build/extract_from_cab.py', 561 '../build/extract_from_cab.py',
560 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 562 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
561 '<(output)', 563 '<(output)',
562 '<(PRODUCT_DIR)', 564 '<(PRODUCT_DIR)',
563 ], 565 ],
564 }, 566 },
565 ] 567 ]
566 }], 568 }],
567 ], 569 ],
568 } 570 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698