OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |