| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'lru.h', | 53 'lru.h', |
| 54 'media_blink_export.h', | 54 'media_blink_export.h', |
| 55 'multibuffer.cc', | 55 'multibuffer.cc', |
| 56 'multibuffer.h', | 56 'multibuffer.h', |
| 57 'multibuffer_data_source.cc', | 57 'multibuffer_data_source.cc', |
| 58 'multibuffer_data_source.h', | 58 'multibuffer_data_source.h', |
| 59 'multibuffer_reader.cc', | 59 'multibuffer_reader.cc', |
| 60 'multibuffer_reader.h', | 60 'multibuffer_reader.h', |
| 61 'new_session_cdm_result_promise.cc', | 61 'new_session_cdm_result_promise.cc', |
| 62 'new_session_cdm_result_promise.h', | 62 'new_session_cdm_result_promise.h', |
| 63 'pipeline_state.cc', |
| 64 'pipeline_state.h', |
| 63 'resource_multibuffer_data_provider.cc', | 65 'resource_multibuffer_data_provider.cc', |
| 64 'resource_multibuffer_data_provider.h', | 66 'resource_multibuffer_data_provider.h', |
| 65 'texttrack_impl.cc', | 67 'texttrack_impl.cc', |
| 66 'texttrack_impl.h', | 68 'texttrack_impl.h', |
| 67 'url_index.cc', | 69 'url_index.cc', |
| 68 'url_index.h', | 70 'url_index.h', |
| 69 'video_frame_compositor.cc', | 71 'video_frame_compositor.cc', |
| 70 'video_frame_compositor.h', | 72 'video_frame_compositor.h', |
| 71 'webaudiosourceprovider_impl.cc', | 73 'webaudiosourceprovider_impl.cc', |
| 72 'webaudiosourceprovider_impl.h', | 74 'webaudiosourceprovider_impl.h', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 180 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 179 ], | 181 ], |
| 180 } | 182 } |
| 181 ], | 183 ], |
| 182 ], | 184 ], |
| 183 }, | 185 }, |
| 184 ], | 186 ], |
| 185 }], | 187 }], |
| 186 ], | 188 ], |
| 187 } | 189 } |
| OLD | NEW |