| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'webmediaplayer_impl.cc', | 89 'webmediaplayer_impl.cc', |
| 90 'webmediaplayer_impl.h', | 90 'webmediaplayer_impl.h', |
| 91 'webmediaplayer_ms.cc', | 91 'webmediaplayer_ms.cc', |
| 92 'webmediaplayer_ms.h', | 92 'webmediaplayer_ms.h', |
| 93 'webmediaplayer_params.cc', | 93 'webmediaplayer_params.cc', |
| 94 'webmediaplayer_params.h', | 94 'webmediaplayer_params.h', |
| 95 'webmediaplayer_util.cc', | 95 'webmediaplayer_util.cc', |
| 96 'webmediaplayer_util.h', | 96 'webmediaplayer_util.h', |
| 97 'webmediasourceclient_impl.cc', | 97 'webmediasourceclient_impl.cc', |
| 98 'webmediasourceclient_impl.h', | 98 'webmediasourceclient_impl.h', |
| 99 'webvideoframe_impl.cc', | |
| 100 'webvideoframe_impl.h', | |
| 101 ], | 99 ], |
| 102 'conditions': [ | 100 'conditions': [ |
| 103 ['inside_chromium_build == 0', { | 101 ['inside_chromium_build == 0', { |
| 104 'dependencies': [ | 102 'dependencies': [ |
| 105 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 103 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 106 ], | 104 ], |
| 107 }], | 105 }], |
| 108 ['OS == "android"', { | 106 ['OS == "android"', { |
| 109 'sources!': [ | 107 'sources!': [ |
| 110 'audio_decoder.cc', | 108 'audio_decoder.cc', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 241 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
| 244 '<(PRODUCT_DIR)/ffmpegsumo.so' | 242 '<(PRODUCT_DIR)/ffmpegsumo.so' |
| 245 ] | 243 ] |
| 246 } | 244 } |
| 247 ] | 245 ] |
| 248 }], | 246 }], |
| 249 ], | 247 ], |
| 250 } | 248 } |
| 251 ], | 249 ], |
| 252 } | 250 } |
| OLD | NEW |