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

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: Halfway through .cc review.wq Created 8 years, 1 month 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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 ['enable_gpu==1', { 463 ['enable_gpu==1', {
464 'dependencies': [ 464 'dependencies': [
465 '../gpu/gpu.gyp:command_buffer_service', 465 '../gpu/gpu.gyp:command_buffer_service',
466 ], 466 ],
467 }], 467 }],
468 ['target_arch=="arm" and chromeos == 1', { 468 ['target_arch=="arm" and chromeos == 1', {
469 'dependencies': [ 469 'dependencies': [
470 '../media/media.gyp:media', 470 '../media/media.gyp:media',
471 ], 471 ],
472 'sources': [ 472 'sources': [
473 'common/gpu/media/exynos_video_decode_accelerator.cc',
474 'common/gpu/media/exynos_video_decode_accelerator.h',
473 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', 475 'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
474 'common/gpu/media/gles2_texture_to_egl_image_translator.h', 476 'common/gpu/media/gles2_texture_to_egl_image_translator.h',
475 'common/gpu/media/omx_video_decode_accelerator.cc', 477 'common/gpu/media/omx_video_decode_accelerator.cc',
476 'common/gpu/media/omx_video_decode_accelerator.h', 478 'common/gpu/media/omx_video_decode_accelerator.h',
477 ], 479 ],
478 'include_dirs': [ 480 'include_dirs': [
479 '<(DEPTH)/third_party/angle/include', 481 '<(DEPTH)/third_party/angle/include',
480 '<(DEPTH)/third_party/openmax/il', 482 '<(DEPTH)/third_party/openmax/il',
481 ], 483 ],
482 'link_settings': { 484 'link_settings': {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 '../build/extract_from_cab.py', 557 '../build/extract_from_cab.py',
556 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
557 '<(output)', 559 '<(output)',
558 '<(PRODUCT_DIR)', 560 '<(PRODUCT_DIR)',
559 ], 561 ],
560 }, 562 },
561 ] 563 ]
562 }], 564 }],
563 ], 565 ],
564 } 566 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698