| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'media_stream_client.h', | 75 'media_stream_client.h', |
| 76 'media_switches.cc', | 76 'media_switches.cc', |
| 77 'media_switches.h', | 77 'media_switches.h', |
| 78 'preload.h', | 78 'preload.h', |
| 79 'simple_video_frame_provider.cc', | 79 'simple_video_frame_provider.cc', |
| 80 'simple_video_frame_provider.h', | 80 'simple_video_frame_provider.h', |
| 81 'video_frame_provider.cc', | 81 'video_frame_provider.cc', |
| 82 'video_frame_provider.h', | 82 'video_frame_provider.h', |
| 83 'webaudiosourceprovider_impl.cc', | 83 'webaudiosourceprovider_impl.cc', |
| 84 'webaudiosourceprovider_impl.h', | 84 'webaudiosourceprovider_impl.h', |
| 85 'webinbandtexttrack_impl.cc', |
| 86 'webinbandtexttrack_impl.h', |
| 85 'webmediaplayer_delegate.h', | 87 'webmediaplayer_delegate.h', |
| 86 'webmediaplayer_impl.cc', | 88 'webmediaplayer_impl.cc', |
| 87 'webmediaplayer_impl.h', | 89 'webmediaplayer_impl.h', |
| 88 'webmediaplayer_ms.cc', | 90 'webmediaplayer_ms.cc', |
| 89 'webmediaplayer_ms.h', | 91 'webmediaplayer_ms.h', |
| 90 'webmediaplayer_params.cc', | 92 'webmediaplayer_params.cc', |
| 91 'webmediaplayer_params.h', | 93 'webmediaplayer_params.h', |
| 92 'webmediaplayer_util.cc', | 94 'webmediaplayer_util.cc', |
| 93 'webmediaplayer_util.h', | 95 'webmediaplayer_util.h', |
| 94 'webmediasourceclient_impl.cc', | 96 'webmediasourceclient_impl.cc', |
| 95 'webmediasourceclient_impl.h', | 97 'webmediasourceclient_impl.h', |
| 96 'websourcebuffer_impl.cc', | 98 'websourcebuffer_impl.cc', |
| 97 'websourcebuffer_impl.h', | 99 'websourcebuffer_impl.h', |
| 100 'webtexttrack_impl.cc', |
| 101 'webtexttrack_impl.h' |
| 98 ], | 102 ], |
| 99 'conditions': [ | 103 'conditions': [ |
| 100 ['inside_chromium_build == 0', { | 104 ['inside_chromium_build == 0', { |
| 101 'dependencies': [ | 105 'dependencies': [ |
| 102 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 106 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 103 ], | 107 ], |
| 104 }], | 108 }], |
| 105 ['OS == "android"', { | 109 ['OS == "android"', { |
| 106 'sources!': [ | 110 'sources!': [ |
| 107 'audio_decoder.cc', | 111 'audio_decoder.cc', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 '-Wl,-exported_symbol,_PPP_InitializeModule', | 245 '-Wl,-exported_symbol,_PPP_InitializeModule', |
| 242 '-Wl,-exported_symbol,_PPP_ShutdownModule' | 246 '-Wl,-exported_symbol,_PPP_ShutdownModule' |
| 243 ], | 247 ], |
| 244 'DYLIB_INSTALL_NAME_BASE': '@loader_path', | 248 'DYLIB_INSTALL_NAME_BASE': '@loader_path', |
| 245 }, | 249 }, |
| 246 }], | 250 }], |
| 247 ], | 251 ], |
| 248 } | 252 } |
| 249 ], | 253 ], |
| 250 } | 254 } |
| OLD | NEW |