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

Side by Side Diff: content/content_common.gypi

Issue 20962003: ExynosVideoEncodeAccelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_vea
Patch Set: 0d6e96d3 Nits. Created 7 years, 4 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'common/gpu/media/android_video_decode_accelerator.h', 483 'common/gpu/media/android_video_decode_accelerator.h',
484 ], 484 ],
485 }], 485 }],
486 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 486 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
487 'dependencies': [ 487 'dependencies': [
488 '../media/media.gyp:media', 488 '../media/media.gyp:media',
489 ], 489 ],
490 'sources': [ 490 'sources': [
491 'common/gpu/media/exynos_video_decode_accelerator.cc', 491 'common/gpu/media/exynos_video_decode_accelerator.cc',
492 'common/gpu/media/exynos_video_decode_accelerator.h', 492 'common/gpu/media/exynos_video_decode_accelerator.h',
493 'common/gpu/media/exynos_video_encode_accelerator.cc',
494 'common/gpu/media/exynos_video_encode_accelerator.h',
493 ], 495 ],
494 'include_dirs': [ 496 'include_dirs': [
495 '<(DEPTH)/third_party/khronos', 497 '<(DEPTH)/third_party/khronos',
496 ], 498 ],
497 'link_settings': { 499 'link_settings': {
498 'libraries': [ 500 'libraries': [
499 '-lEGL', 501 '-lEGL',
500 '-lGLESv2', 502 '-lGLESv2',
501 ], 503 ],
502 }, 504 },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 572 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
571 '<(output)', 573 '<(output)',
572 '<(PRODUCT_DIR)', 574 '<(PRODUCT_DIR)',
573 ], 575 ],
574 'msvs_cygwin_shell': 1, 576 'msvs_cygwin_shell': 1,
575 }, 577 },
576 ] 578 ]
577 }], 579 }],
578 ], 580 ],
579 } 581 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698