| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'crypto/key_systems.h', | 66 'crypto/key_systems.h', |
| 67 'crypto/key_systems_info.cc', | 67 'crypto/key_systems_info.cc', |
| 68 'crypto/key_systems_info.h', | 68 'crypto/key_systems_info.h', |
| 69 'crypto/ppapi_decryptor.cc', | 69 'crypto/ppapi_decryptor.cc', |
| 70 'crypto/ppapi_decryptor.h', | 70 'crypto/ppapi_decryptor.h', |
| 71 'crypto/proxy_decryptor.cc', | 71 'crypto/proxy_decryptor.cc', |
| 72 'crypto/proxy_decryptor.h', | 72 'crypto/proxy_decryptor.h', |
| 73 'media_stream_audio_renderer.cc', | 73 'media_stream_audio_renderer.cc', |
| 74 'media_stream_audio_renderer.h', | 74 'media_stream_audio_renderer.h', |
| 75 'media_stream_client.h', | 75 'media_stream_client.h', |
| 76 'media_switches.cc', | |
| 77 'media_switches.h', | |
| 78 'preload.h', | 76 'preload.h', |
| 79 'simple_video_frame_provider.cc', | 77 'simple_video_frame_provider.cc', |
| 80 'simple_video_frame_provider.h', | 78 'simple_video_frame_provider.h', |
| 81 'video_frame_provider.cc', | 79 'video_frame_provider.cc', |
| 82 'video_frame_provider.h', | 80 'video_frame_provider.h', |
| 83 'webaudiosourceprovider_impl.cc', | 81 'webaudiosourceprovider_impl.cc', |
| 84 'webaudiosourceprovider_impl.h', | 82 'webaudiosourceprovider_impl.h', |
| 85 'webmediaplayer_delegate.h', | 83 'webmediaplayer_delegate.h', |
| 86 'webmediaplayer_impl.cc', | 84 'webmediaplayer_impl.cc', |
| 87 'webmediaplayer_impl.h', | 85 'webmediaplayer_impl.h', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 '-Wl,-exported_symbol,_PPP_InitializeModule', | 239 '-Wl,-exported_symbol,_PPP_InitializeModule', |
| 242 '-Wl,-exported_symbol,_PPP_ShutdownModule' | 240 '-Wl,-exported_symbol,_PPP_ShutdownModule' |
| 243 ], | 241 ], |
| 244 'DYLIB_INSTALL_NAME_BASE': '@loader_path', | 242 'DYLIB_INSTALL_NAME_BASE': '@loader_path', |
| 245 }, | 243 }, |
| 246 }], | 244 }], |
| 247 ], | 245 ], |
| 248 } | 246 } |
| 249 ], | 247 ], |
| 250 } | 248 } |
| OLD | NEW |