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

Side by Side Diff: media/media.gyp

Issue 136343002: Remove Chrome for TV code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « media/filters/source_buffer_stream.cc ('k') | third_party/widevine/cdm/widevine_cdm.gyp » ('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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 'dependencies': [ 872 'dependencies': [
873 'media_asm', 873 'media_asm',
874 'media_mmx', 874 'media_mmx',
875 'media_sse', 875 'media_sse',
876 'media_sse2', 876 'media_sse2',
877 ], 877 ],
878 'sources': [ 878 'sources': [
879 'base/simd/convert_yuv_to_rgb_x86.cc', 879 'base/simd/convert_yuv_to_rgb_x86.cc',
880 ], 880 ],
881 }], 881 }],
882 ['google_tv==1', {
883 'defines': [
884 'ENABLE_EAC3_PLAYBACK',
885 ],
886 }],
887 ['OS!="linux" and OS!="win"', { 882 ['OS!="linux" and OS!="win"', {
888 'sources!': [ 883 'sources!': [
889 'base/keyboard_event_counter.cc', 884 'base/keyboard_event_counter.cc',
890 'base/keyboard_event_counter.h', 885 'base/keyboard_event_counter.h',
891 ], 886 ],
892 }], 887 }],
893 ], 888 ],
894 }, 889 },
895 { 890 {
896 'target_name': 'media_unittests', 891 'target_name': 'media_unittests',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1660 ], 1655 ],
1661 }], 1656 }],
1662 ], 1657 ],
1663 }], 1658 }],
1664 ], 1659 ],
1665 }, 1660 },
1666 ], 1661 ],
1667 }], 1662 }],
1668 ], 1663 ],
1669 } 1664 }
OLDNEW
« no previous file with comments | « media/filters/source_buffer_stream.cc ('k') | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698