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

Side by Side Diff: media/media.gyp

Issue 6171009: Remove MessageLoop methods from Filter interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied more CR suggestions & removed message_loop() methods where possible. Created 9 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/omx_video_decoder.cc ('k') | media/tools/player_wtl/movie.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'player_x11_renderer%': 'x11', 8 'player_x11_renderer%': 'x11',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'base/filter_host.h', 87 'base/filter_host.h',
88 'base/filters.cc', 88 'base/filters.cc',
89 'base/filters.h', 89 'base/filters.h',
90 'base/media.h', 90 'base/media.h',
91 'base/media_format.cc', 91 'base/media_format.cc',
92 'base/media_format.h', 92 'base/media_format.h',
93 'base/media_posix.cc', 93 'base/media_posix.cc',
94 'base/media_switches.cc', 94 'base/media_switches.cc',
95 'base/media_switches.h', 95 'base/media_switches.h',
96 'base/media_win.cc', 96 'base/media_win.cc',
97 'base/message_loop_factory.cc',
98 'base/message_loop_factory.h',
99 'base/message_loop_factory_impl.cc',
100 'base/message_loop_factory_impl.h',
97 'base/pipeline.h', 101 'base/pipeline.h',
98 'base/pipeline_impl.cc', 102 'base/pipeline_impl.cc',
99 'base/pipeline_impl.h', 103 'base/pipeline_impl.h',
100 'base/pts_heap.cc', 104 'base/pts_heap.cc',
101 'base/pts_heap.h', 105 'base/pts_heap.h',
102 'base/seekable_buffer.cc', 106 'base/seekable_buffer.cc',
103 'base/seekable_buffer.h', 107 'base/seekable_buffer.h',
104 'base/state_matrix.cc', 108 'base/state_matrix.cc',
105 'base/state_matrix.h', 109 'base/state_matrix.h',
106 'base/video_frame.cc', 110 'base/video_frame.cc',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ], 647 ],
644 }], 648 }],
645 ], 649 ],
646 } 650 }
647 651
648 # Local Variables: 652 # Local Variables:
649 # tab-width:2 653 # tab-width:2
650 # indent-tabs-mode:nil 654 # indent-tabs-mode:nil
651 # End: 655 # End:
652 # vim: set expandtab tabstop=2 shiftwidth=2: 656 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « media/filters/omx_video_decoder.cc ('k') | media/tools/player_wtl/movie.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698