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

Side by Side Diff: media/media.gyp

Issue 16252006: Refactor BlockDifference() to use MediaInitializer(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android. Cleanup checks. Created 7 years, 6 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/base/media.cc ('k') | media/video/capture/screen/differ_block.h » ('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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'mp4/offset_byte_queue.cc', 862 'mp4/offset_byte_queue.cc',
863 'mp4/offset_byte_queue.h', 863 'mp4/offset_byte_queue.h',
864 'mp4/track_run_iterator.cc', 864 'mp4/track_run_iterator.cc',
865 'mp4/track_run_iterator.h', 865 'mp4/track_run_iterator.h',
866 ], 866 ],
867 }], 867 }],
868 ['screen_capture_supported==1', { 868 ['screen_capture_supported==1', {
869 'dependencies': [ 869 'dependencies': [
870 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 870 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
871 ], 871 ],
872 'defines': [
873 'SCREEN_CAPTURE_SUPPORTED',
874 ],
872 }, { 875 }, {
873 'sources/': [ 876 'sources/': [
874 ['exclude', '^video/capture/screen/'], 877 ['exclude', '^video/capture/screen/'],
875 ], 878 ],
876 }], 879 }],
877 ['toolkit_uses_gtk==1', { 880 ['toolkit_uses_gtk==1', {
878 'dependencies': [ 881 'dependencies': [
879 '../build/linux/system.gyp:gtk', 882 '../build/linux/system.gyp:gtk',
880 ], 883 ],
881 }], 884 }],
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 'sources': [ 1706 'sources': [
1704 'tools/media_bench/media_bench.cc', 1707 'tools/media_bench/media_bench.cc',
1705 ], 1708 ],
1706 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1709 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1707 'msvs_disabled_warnings': [ 4267, ], 1710 'msvs_disabled_warnings': [ 4267, ],
1708 }, 1711 },
1709 ], 1712 ],
1710 }], 1713 }],
1711 ], 1714 ],
1712 } 1715 }
OLDNEW
« no previous file with comments | « media/base/media.cc ('k') | media/video/capture/screen/differ_block.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698