| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/key_systems_info.cc', | 71 'crypto/key_systems_info.cc', |
| 72 'crypto/key_systems_info.h', | 72 'crypto/key_systems_info.h', |
| 73 'crypto/ppapi_decryptor.cc', | 73 'crypto/ppapi_decryptor.cc', |
| 74 'crypto/ppapi_decryptor.h', | 74 'crypto/ppapi_decryptor.h', |
| 75 'crypto/proxy_decryptor.cc', | 75 'crypto/proxy_decryptor.cc', |
| 76 'crypto/proxy_decryptor.h', | 76 'crypto/proxy_decryptor.h', |
| 77 'filter_helpers.cc', | |
| 78 'filter_helpers.h', | |
| 79 'media_stream_audio_renderer.cc', | 77 'media_stream_audio_renderer.cc', |
| 80 'media_stream_audio_renderer.h', | 78 'media_stream_audio_renderer.h', |
| 81 'media_stream_client.h', | 79 'media_stream_client.h', |
| 82 'media_switches.cc', | 80 'media_switches.cc', |
| 83 'media_switches.h', | 81 'media_switches.h', |
| 84 'preload.h', | 82 'preload.h', |
| 85 'simple_video_frame_provider.cc', | 83 'simple_video_frame_provider.cc', |
| 86 'simple_video_frame_provider.h', | 84 'simple_video_frame_provider.h', |
| 87 'video_frame_provider.cc', | 85 'video_frame_provider.cc', |
| 88 'video_frame_provider.h', | 86 'video_frame_provider.h', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 249 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
| 252 '<(PRODUCT_DIR)/ffmpegsumo.so' | 250 '<(PRODUCT_DIR)/ffmpegsumo.so' |
| 253 ] | 251 ] |
| 254 } | 252 } |
| 255 ] | 253 ] |
| 256 }], | 254 }], |
| 257 ], | 255 ], |
| 258 } | 256 } |
| 259 ], | 257 ], |
| 260 } | 258 } |
| OLD | NEW |