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

Side by Side Diff: webkit/media/webkit_media.gypi

Issue 8601004: Remove --enable-video-logging and WebVideoRenderer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: forgot gypi Created 9 years, 1 month 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 | « webkit/media/web_video_renderer.h ('k') | webkit/media/webmediaplayer_impl.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webkit_media', 8 'target_name': 'webkit_media',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 11 matching lines...) Expand all
22 'buffered_resource_loader.h', 22 'buffered_resource_loader.h',
23 'media_stream_client.h', 23 'media_stream_client.h',
24 'simple_data_source.cc', 24 'simple_data_source.cc',
25 'simple_data_source.h', 25 'simple_data_source.h',
26 'video_renderer_impl.cc', 26 'video_renderer_impl.cc',
27 'video_renderer_impl.h', 27 'video_renderer_impl.h',
28 'web_data_source.cc', 28 'web_data_source.cc',
29 'web_data_source_factory.cc', 29 'web_data_source_factory.cc',
30 'web_data_source_factory.h', 30 'web_data_source_factory.h',
31 'web_data_source.h', 31 'web_data_source.h',
32 'web_video_renderer.h',
33 'webmediaplayer_delegate.h', 32 'webmediaplayer_delegate.h',
34 'webmediaplayer_impl.cc', 33 'webmediaplayer_impl.cc',
35 'webmediaplayer_impl.h', 34 'webmediaplayer_impl.h',
36 'webmediaplayer_proxy.cc', 35 'webmediaplayer_proxy.cc',
37 'webmediaplayer_proxy.h', 36 'webmediaplayer_proxy.h',
38 'webvideoframe_impl.cc', 37 'webvideoframe_impl.cc',
39 'webvideoframe_impl.h', 38 'webvideoframe_impl.h',
40 ], 39 ],
41 'conditions': [ 40 'conditions': [
42 ['inside_chromium_build==0', { 41 ['inside_chromium_build==0', {
43 'dependencies': [ 42 'dependencies': [
44 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 43 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
45 ], 44 ],
46 }], 45 }],
47 ], 46 ],
48 }, 47 },
49 ], 48 ],
50 } 49 }
OLDNEW
« no previous file with comments | « webkit/media/web_video_renderer.h ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698