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

Side by Side Diff: media/media.gyp

Issue 7001017: add MediaCaptureSessionId (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: update gyp Created 9 years, 7 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_stream_types.h ('k') | media/video/capture/video_capture_types.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'base/filter_factories.h', 98 'base/filter_factories.h',
99 'base/filter_host.h', 99 'base/filter_host.h',
100 'base/filters.cc', 100 'base/filters.cc',
101 'base/filters.h', 101 'base/filters.h',
102 'base/h264_bitstream_converter.cc', 102 'base/h264_bitstream_converter.cc',
103 'base/h264_bitstream_converter.h', 103 'base/h264_bitstream_converter.h',
104 'base/media.h', 104 'base/media.h',
105 'base/media_format.cc', 105 'base/media_format.cc',
106 'base/media_format.h', 106 'base/media_format.h',
107 'base/media_posix.cc', 107 'base/media_posix.cc',
108 'base/media_stream_types.h',
108 'base/media_switches.cc', 109 'base/media_switches.cc',
109 'base/media_switches.h', 110 'base/media_switches.h',
110 'base/media_win.cc', 111 'base/media_win.cc',
111 'base/message_loop_factory.cc', 112 'base/message_loop_factory.cc',
112 'base/message_loop_factory.h', 113 'base/message_loop_factory.h',
113 'base/message_loop_factory_impl.cc', 114 'base/message_loop_factory_impl.cc',
114 'base/message_loop_factory_impl.h', 115 'base/message_loop_factory_impl.h',
115 'base/pipeline.h', 116 'base/pipeline.h',
116 'base/pipeline_impl.cc', 117 'base/pipeline_impl.cc',
117 'base/pipeline_impl.h', 118 'base/pipeline_impl.h',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 ], 777 ],
777 }], 778 }],
778 ], 779 ],
779 } 780 }
780 781
781 # Local Variables: 782 # Local Variables:
782 # tab-width:2 783 # tab-width:2
783 # indent-tabs-mode:nil 784 # indent-tabs-mode:nil
784 # End: 785 # End:
785 # vim: set expandtab tabstop=2 shiftwidth=2: 786 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « media/base/media_stream_types.h ('k') | media/video/capture/video_capture_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698