OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'includes': [ | 6 'includes': [ |
7 '../media_variables.gypi' | 7 '../media_variables.gypi' |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'webcontentdecryptionmodule_impl.cc', | 72 'webcontentdecryptionmodule_impl.cc', |
73 'webcontentdecryptionmodule_impl.h', | 73 'webcontentdecryptionmodule_impl.h', |
74 'webcontentdecryptionmoduleaccess_impl.cc', | 74 'webcontentdecryptionmoduleaccess_impl.cc', |
75 'webcontentdecryptionmoduleaccess_impl.h', | 75 'webcontentdecryptionmoduleaccess_impl.h', |
76 'webcontentdecryptionmodulesession_impl.cc', | 76 'webcontentdecryptionmodulesession_impl.cc', |
77 'webcontentdecryptionmodulesession_impl.h', | 77 'webcontentdecryptionmodulesession_impl.h', |
78 'webencryptedmediaclient_impl.cc', | 78 'webencryptedmediaclient_impl.cc', |
79 'webencryptedmediaclient_impl.h', | 79 'webencryptedmediaclient_impl.h', |
80 'webinbandtexttrack_impl.cc', | 80 'webinbandtexttrack_impl.cc', |
81 'webinbandtexttrack_impl.h', | 81 'webinbandtexttrack_impl.h', |
| 82 'webmediaplayer_cast_android.cc', |
| 83 'webmediaplayer_cast_android.h', |
82 'webmediaplayer_delegate.h', | 84 'webmediaplayer_delegate.h', |
83 'webmediaplayer_impl.cc', | 85 'webmediaplayer_impl.cc', |
84 'webmediaplayer_impl.h', | 86 'webmediaplayer_impl.h', |
85 'webmediaplayer_params.cc', | 87 'webmediaplayer_params.cc', |
86 'webmediaplayer_params.h', | 88 'webmediaplayer_params.h', |
87 'webmediaplayer_util.cc', | 89 'webmediaplayer_util.cc', |
88 'webmediaplayer_util.h', | 90 'webmediaplayer_util.h', |
89 'webmediasource_impl.cc', | 91 'webmediasource_impl.cc', |
90 'webmediasource_impl.h', | 92 'webmediasource_impl.h', |
91 'websourcebuffer_impl.cc', | 93 'websourcebuffer_impl.cc', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 173 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
172 ], | 174 ], |
173 } | 175 } |
174 ], | 176 ], |
175 ], | 177 ], |
176 }, | 178 }, |
177 ], | 179 ], |
178 }], | 180 }], |
179 ], | 181 ], |
180 } | 182 } |
OLD | NEW |