| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'buffered_resource_loader.cc', | 65 'buffered_resource_loader.cc', |
| 66 'buffered_resource_loader.h', | 66 'buffered_resource_loader.h', |
| 67 'cache_util.cc', | 67 'cache_util.cc', |
| 68 'cache_util.h', | 68 'cache_util.h', |
| 69 'crypto/key_systems.cc', | 69 'crypto/key_systems.cc', |
| 70 'crypto/key_systems.h', | 70 'crypto/key_systems.h', |
| 71 'crypto/ppapi_decryptor.cc', | 71 'crypto/ppapi_decryptor.cc', |
| 72 'crypto/ppapi_decryptor.h', | 72 'crypto/ppapi_decryptor.h', |
| 73 'crypto/proxy_decryptor.cc', | 73 'crypto/proxy_decryptor.cc', |
| 74 'crypto/proxy_decryptor.h', | 74 'crypto/proxy_decryptor.h', |
| 75 'filter_helpers.cc', | |
| 76 'filter_helpers.h', | |
| 77 'media_stream_audio_renderer.cc', | 75 'media_stream_audio_renderer.cc', |
| 78 'media_stream_audio_renderer.h', | 76 'media_stream_audio_renderer.h', |
| 79 'media_stream_client.h', | 77 'media_stream_client.h', |
| 80 'media_switches.cc', | 78 'media_switches.cc', |
| 81 'media_switches.h', | 79 'media_switches.h', |
| 82 'preload.h', | 80 'preload.h', |
| 83 'simple_video_frame_provider.cc', | 81 'simple_video_frame_provider.cc', |
| 84 'simple_video_frame_provider.h', | 82 'simple_video_frame_provider.h', |
| 85 'video_frame_provider.cc', | 83 'video_frame_provider.cc', |
| 86 'video_frame_provider.h', | 84 'video_frame_provider.h', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 242 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
| 245 '<(PRODUCT_DIR)/ffmpegsumo.so' | 243 '<(PRODUCT_DIR)/ffmpegsumo.so' |
| 246 ] | 244 ] |
| 247 } | 245 } |
| 248 ] | 246 ] |
| 249 }], | 247 }], |
| 250 ], | 248 ], |
| 251 } | 249 } |
| 252 ], | 250 ], |
| 253 } | 251 } |
| OLD | NEW |