Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Side by Side Diff: webkit/media/webkit_media.gypi

Issue 12902002: Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just removing code Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/media/android/webmediaplayer_android.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « webkit/media/android/webmediaplayer_android.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698