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

Side by Side Diff: media/media.gyp

Issue 817023005: Reland: Refactor Vaapi video decoder/encoder in preparation of Freon support (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Remove refcounting on VaapiWrapper Created 5 years, 12 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 | « media/BUILD.gn ('k') | ui/gl/gl_image_glx.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 'dependencies': [ 692 'dependencies': [
693 'media_java', 693 'media_java',
694 ], 694 ],
695 }], 695 }],
696 ], 696 ],
697 'defines': [ 697 'defines': [
698 'DISABLE_USER_INPUT_MONITOR', 698 'DISABLE_USER_INPUT_MONITOR',
699 ], 699 ],
700 }], 700 }],
701 # For VaapiVideoEncodeAccelerator. 701 # For VaapiVideoEncodeAccelerator.
702 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { 702 ['target_arch != "arm" and chromeos == 1', {
703 'sources': [ 703 'sources': [
704 'filters/h264_bitstream_buffer.cc', 704 'filters/h264_bitstream_buffer.cc',
705 'filters/h264_bitstream_buffer.h', 705 'filters/h264_bitstream_buffer.h',
706 ], 706 ],
707 }], 707 }],
708 ['use_alsa==1', { 708 ['use_alsa==1', {
709 'link_settings': { 709 'link_settings': {
710 'libraries': [ 710 'libraries': [
711 '-lasound', 711 '-lasound',
712 ], 712 ],
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 '../build/isolate.gypi', 1890 '../build/isolate.gypi',
1891 ], 1891 ],
1892 'sources': [ 1892 'sources': [
1893 'media_unittests.isolate', 1893 'media_unittests.isolate',
1894 ], 1894 ],
1895 }, 1895 },
1896 ], 1896 ],
1897 }], 1897 }],
1898 ], 1898 ],
1899 } 1899 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | ui/gl/gl_image_glx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698