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

Side by Side Diff: content/content_renderer.gypi

Issue 2136103010: Add StreamTextureWrapper/StreamTextureWrapperImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding CONTENT_EXPORT to StreamTextureFactory Created 4 years, 4 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'renderer/media/android/renderer_demuxer_android.cc', 279 'renderer/media/android/renderer_demuxer_android.cc',
280 'renderer/media/android/renderer_demuxer_android.h', 280 'renderer/media/android/renderer_demuxer_android.h',
281 'renderer/media/android/renderer_media_player_manager.cc', 281 'renderer/media/android/renderer_media_player_manager.cc',
282 'renderer/media/android/renderer_media_player_manager.h', 282 'renderer/media/android/renderer_media_player_manager.h',
283 'renderer/media/android/renderer_media_session_manager.cc', 283 'renderer/media/android/renderer_media_session_manager.cc',
284 'renderer/media/android/renderer_media_session_manager.h', 284 'renderer/media/android/renderer_media_session_manager.h',
285 'renderer/media/android/renderer_surface_view_manager.cc', 285 'renderer/media/android/renderer_surface_view_manager.cc',
286 'renderer/media/android/renderer_surface_view_manager.h', 286 'renderer/media/android/renderer_surface_view_manager.h',
287 'renderer/media/android/stream_texture_factory.cc', 287 'renderer/media/android/stream_texture_factory.cc',
288 'renderer/media/android/stream_texture_factory.h', 288 'renderer/media/android/stream_texture_factory.h',
289 'renderer/media/android/stream_texture_wrapper_impl.cc',
290 'renderer/media/android/stream_texture_wrapper_impl.h',
289 'renderer/media/android/webmediaplayer_android.cc', 291 'renderer/media/android/webmediaplayer_android.cc',
290 'renderer/media/android/webmediaplayer_android.h', 292 'renderer/media/android/webmediaplayer_android.h',
291 'renderer/media/android/webmediasession_android.cc', 293 'renderer/media/android/webmediasession_android.cc',
292 'renderer/media/android/webmediasession_android.h', 294 'renderer/media/android/webmediasession_android.h',
293 'renderer/media/audio_decoder.cc', 295 'renderer/media/audio_decoder.cc',
294 'renderer/media/audio_decoder.h', 296 'renderer/media/audio_decoder.h',
295 'renderer/media/audio_device_factory.cc', 297 'renderer/media/audio_device_factory.cc',
296 'renderer/media/audio_device_factory.h', 298 'renderer/media/audio_device_factory.h',
297 'renderer/media/audio_input_message_filter.cc', 299 'renderer/media/audio_input_message_filter.cc',
298 'renderer/media/audio_input_message_filter.h', 300 'renderer/media/audio_input_message_filter.h',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 }], 905 }],
904 ], 906 ],
905 'target_conditions': [ 907 'target_conditions': [
906 ['OS=="android"', { 908 ['OS=="android"', {
907 'sources/': [ 909 'sources/': [
908 ['include', '^renderer/render_view_linux\\.cc$'], 910 ['include', '^renderer/render_view_linux\\.cc$'],
909 ], 911 ],
910 }], 912 }],
911 ], 913 ],
912 } 914 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698