| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'media_stream_client.h', | 79 'media_stream_client.h', |
| 80 'media_switches.cc', | 80 'media_switches.cc', |
| 81 'media_switches.h', | 81 'media_switches.h', |
| 82 'preload.h', | 82 'preload.h', |
| 83 'simple_video_frame_provider.cc', | 83 'simple_video_frame_provider.cc', |
| 84 'simple_video_frame_provider.h', | 84 'simple_video_frame_provider.h', |
| 85 'video_frame_provider.cc', | 85 'video_frame_provider.cc', |
| 86 'video_frame_provider.h', | 86 'video_frame_provider.h', |
| 87 'webaudiosourceprovider_impl.cc', | 87 'webaudiosourceprovider_impl.cc', |
| 88 'webaudiosourceprovider_impl.h', | 88 'webaudiosourceprovider_impl.h', |
| 89 'webinbandtexttrack_impl.cc', |
| 90 'webinbandtexttrack_impl.h', |
| 91 'webinbandtexttrackprivateclient_impl.cc', |
| 92 'webinbandtexttrackprivateclient_impl.h', |
| 89 'webmediaplayer_delegate.h', | 93 'webmediaplayer_delegate.h', |
| 90 'webmediaplayer_impl.cc', | 94 'webmediaplayer_impl.cc', |
| 91 'webmediaplayer_impl.h', | 95 'webmediaplayer_impl.h', |
| 92 'webmediaplayer_ms.cc', | 96 'webmediaplayer_ms.cc', |
| 93 'webmediaplayer_ms.h', | 97 'webmediaplayer_ms.h', |
| 94 'webmediaplayer_params.cc', | 98 'webmediaplayer_params.cc', |
| 95 'webmediaplayer_params.h', | 99 'webmediaplayer_params.h', |
| 96 'webmediaplayer_util.cc', | 100 'webmediaplayer_util.cc', |
| 97 'webmediaplayer_util.h', | 101 'webmediaplayer_util.h', |
| 98 'webmediasourceclient_impl.cc', | 102 'webmediasourceclient_impl.cc', |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 248 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
| 245 '<(PRODUCT_DIR)/ffmpegsumo.so' | 249 '<(PRODUCT_DIR)/ffmpegsumo.so' |
| 246 ] | 250 ] |
| 247 } | 251 } |
| 248 ] | 252 ] |
| 249 }], | 253 }], |
| 250 ], | 254 ], |
| 251 } | 255 } |
| 252 ], | 256 ], |
| 253 } | 257 } |
| OLD | NEW |