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

Side by Side Diff: media/media.gyp

Issue 7480032: Plumb media data from renderers up to MediaInternals in the browser process. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: s/MessageLoop/MessageLoopProxy Created 9 years, 4 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
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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'base/filter_collection.cc', 97 'base/filter_collection.cc',
98 'base/filter_collection.h', 98 'base/filter_collection.h',
99 'base/filter_factories.cc', 99 'base/filter_factories.cc',
100 'base/filter_factories.h', 100 'base/filter_factories.h',
101 'base/filter_host.h', 101 'base/filter_host.h',
102 'base/filters.cc', 102 'base/filters.cc',
103 'base/filters.h', 103 'base/filters.h',
104 'base/h264_bitstream_converter.cc', 104 'base/h264_bitstream_converter.cc',
105 'base/h264_bitstream_converter.h', 105 'base/h264_bitstream_converter.h',
106 'base/media.h', 106 'base/media.h',
107 'base/media_log.cc',
108 'base/media_log.h',
109 'base/media_log_event.h',
107 'base/media_posix.cc', 110 'base/media_posix.cc',
108 'base/media_switches.cc', 111 'base/media_switches.cc',
109 'base/media_switches.h', 112 'base/media_switches.h',
110 'base/media_win.cc', 113 'base/media_win.cc',
111 'base/message_loop_factory.cc', 114 'base/message_loop_factory.cc',
112 'base/message_loop_factory.h', 115 'base/message_loop_factory.h',
113 'base/message_loop_factory_impl.cc', 116 'base/message_loop_factory_impl.cc',
114 'base/message_loop_factory_impl.h', 117 'base/message_loop_factory_impl.h',
115 'base/pipeline.h', 118 'base/pipeline.h',
116 'base/pipeline_impl.cc', 119 'base/pipeline_impl.cc',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'tools/player_x11/gl_video_renderer.h', 703 'tools/player_x11/gl_video_renderer.h',
701 'tools/player_x11/player_x11.cc', 704 'tools/player_x11/player_x11.cc',
702 'tools/player_x11/x11_video_renderer.cc', 705 'tools/player_x11/x11_video_renderer.cc',
703 'tools/player_x11/x11_video_renderer.h', 706 'tools/player_x11/x11_video_renderer.h',
704 ], 707 ],
705 }, 708 },
706 ], 709 ],
707 }], 710 }],
708 ], 711 ],
709 } 712 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698