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

Side by Side Diff: media/media.gyp

Issue 9597016: Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 9 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/pipeline_integration_test_base.cc ('k') | media/tools/player_wtl/movie.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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 }, 10 },
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'base/media_export.h', 137 'base/media_export.h',
138 'base/media_log.cc', 138 'base/media_log.cc',
139 'base/media_log.h', 139 'base/media_log.h',
140 'base/media_log_event.h', 140 'base/media_log_event.h',
141 'base/media_posix.cc', 141 'base/media_posix.cc',
142 'base/media_switches.cc', 142 'base/media_switches.cc',
143 'base/media_switches.h', 143 'base/media_switches.h',
144 'base/media_win.cc', 144 'base/media_win.cc',
145 'base/message_loop_factory.cc', 145 'base/message_loop_factory.cc',
146 'base/message_loop_factory.h', 146 'base/message_loop_factory.h',
147 'base/message_loop_factory_impl.cc',
148 'base/message_loop_factory_impl.h',
149 'base/pipeline.cc', 147 'base/pipeline.cc',
150 'base/pipeline.h', 148 'base/pipeline.h',
151 'base/pipeline_status.h', 149 'base/pipeline_status.h',
152 'base/preload.h', 150 'base/preload.h',
153 'base/seekable_buffer.cc', 151 'base/seekable_buffer.cc',
154 'base/seekable_buffer.h', 152 'base/seekable_buffer.h',
155 'base/state_matrix.cc', 153 'base/state_matrix.cc',
156 'base/state_matrix.h', 154 'base/state_matrix.h',
157 'base/stream_parser.cc', 155 'base/stream_parser.cc',
158 'base/stream_parser.h', 156 'base/stream_parser.h',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 941 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
944 ], 942 ],
945 'sources': [ 943 'sources': [
946 'tools/media_bench/media_bench.cc', 944 'tools/media_bench/media_bench.cc',
947 ], 945 ],
948 }, 946 },
949 ], 947 ],
950 }] 948 }]
951 ], 949 ],
952 } 950 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_integration_test_base.cc ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698