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

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

Issue 14651027: Move webkit/compositor_bindings into webkit/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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.cc » ('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 ['OS == "android" or OS == "ios"', { 8 ['OS == "android" or OS == "ios"', {
9 # Android and iOS don't use ffmpeg. 9 # Android and iOS don't use ffmpeg.
10 'use_ffmpeg%': 0, 10 'use_ffmpeg%': 0,
(...skipping 18 matching lines...) Expand all
29 'dependencies': [ 29 'dependencies': [
30 '<(DEPTH)/base/base.gyp:base', 30 '<(DEPTH)/base/base.gyp:base',
31 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 31 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
32 '<(DEPTH)/cc/cc.gyp:cc', 32 '<(DEPTH)/cc/cc.gyp:cc',
33 '<(DEPTH)/media/media.gyp:media', 33 '<(DEPTH)/media/media.gyp:media',
34 '<(DEPTH)/media/media.gyp:shared_memory_support', 34 '<(DEPTH)/media/media.gyp:shared_memory_support',
35 '<(DEPTH)/media/media.gyp:yuv_convert', 35 '<(DEPTH)/media/media.gyp:yuv_convert',
36 '<(DEPTH)/skia/skia.gyp:skia', 36 '<(DEPTH)/skia/skia.gyp:skia',
37 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 37 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
38 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version _h', 38 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version _h',
39 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp ositor_bindings', 39 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings',
40 ], 40 ],
41 'sources': [ 41 'sources': [
42 'android/audio_decoder_android.cc', 42 'android/audio_decoder_android.cc',
43 'android/stream_texture_factory_android.h', 43 'android/stream_texture_factory_android.h',
44 'android/webmediaplayer_android.cc', 44 'android/webmediaplayer_android.cc',
45 'android/webmediaplayer_android.h', 45 'android/webmediaplayer_android.h',
46 'android/webmediaplayer_manager_android.cc', 46 'android/webmediaplayer_manager_android.cc',
47 'android/webmediaplayer_manager_android.h', 47 'android/webmediaplayer_manager_android.h',
48 'android/webmediaplayer_proxy_android.cc', 48 'android/webmediaplayer_proxy_android.cc',
49 'android/webmediaplayer_proxy_android.h', 49 'android/webmediaplayer_proxy_android.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '-Wl,-exported_symbol,_PPP_InitializeModule', 229 '-Wl,-exported_symbol,_PPP_InitializeModule',
230 '-Wl,-exported_symbol,_PPP_ShutdownModule' 230 '-Wl,-exported_symbol,_PPP_ShutdownModule'
231 ], 231 ],
232 'DYLIB_INSTALL_NAME_BASE': '@loader_path', 232 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
233 }, 233 },
234 }], 234 }],
235 ], 235 ],
236 } 236 }
237 ], 237 ],
238 } 238 }
OLDNEW
« no previous file with comments | « webkit/media/android/webmediaplayer_android.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698