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

Side by Side Diff: content/content_renderer.gypi

Issue 1844843002: android: Remove in-process video path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove commented out code + rebase again Created 4 years, 8 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 | « content/content_browser.gypi ('k') | content/renderer/android/synchronous_compositor_factory.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 '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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'renderer/media/android/renderer_demuxer_android.h', 284 'renderer/media/android/renderer_demuxer_android.h',
285 'renderer/media/android/renderer_media_player_manager.cc', 285 'renderer/media/android/renderer_media_player_manager.cc',
286 'renderer/media/android/renderer_media_player_manager.h', 286 'renderer/media/android/renderer_media_player_manager.h',
287 'renderer/media/android/renderer_media_session_manager.cc', 287 'renderer/media/android/renderer_media_session_manager.cc',
288 'renderer/media/android/renderer_media_session_manager.h', 288 'renderer/media/android/renderer_media_session_manager.h',
289 'renderer/media/android/renderer_surface_view_manager.cc', 289 'renderer/media/android/renderer_surface_view_manager.cc',
290 'renderer/media/android/renderer_surface_view_manager.h', 290 'renderer/media/android/renderer_surface_view_manager.h',
291 'renderer/media/android/stream_texture_factory.h', 291 'renderer/media/android/stream_texture_factory.h',
292 'renderer/media/android/stream_texture_factory_impl.cc', 292 'renderer/media/android/stream_texture_factory_impl.cc',
293 'renderer/media/android/stream_texture_factory_impl.h', 293 'renderer/media/android/stream_texture_factory_impl.h',
294 'renderer/media/android/stream_texture_factory_synchronous_impl.cc',
295 'renderer/media/android/stream_texture_factory_synchronous_impl.h',
296 'renderer/media/android/webmediaplayer_android.cc', 294 'renderer/media/android/webmediaplayer_android.cc',
297 'renderer/media/android/webmediaplayer_android.h', 295 'renderer/media/android/webmediaplayer_android.h',
298 'renderer/media/android/webmediasession_android.cc', 296 'renderer/media/android/webmediasession_android.cc',
299 'renderer/media/android/webmediasession_android.h', 297 'renderer/media/android/webmediasession_android.h',
300 'renderer/media/audio_decoder.cc', 298 'renderer/media/audio_decoder.cc',
301 'renderer/media/audio_decoder.h', 299 'renderer/media/audio_decoder.h',
302 'renderer/media/audio_device_factory.cc', 300 'renderer/media/audio_device_factory.cc',
303 'renderer/media/audio_device_factory.h', 301 'renderer/media/audio_device_factory.h',
304 'renderer/media/audio_input_message_filter.cc', 302 'renderer/media/audio_input_message_filter.cc',
305 'renderer/media/audio_input_message_filter.h', 303 'renderer/media/audio_input_message_filter.h',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 }], 922 }],
925 ], 923 ],
926 'target_conditions': [ 924 'target_conditions': [
927 ['OS=="android"', { 925 ['OS=="android"', {
928 'sources/': [ 926 'sources/': [
929 ['include', '^renderer/render_view_linux\\.cc$'], 927 ['include', '^renderer/render_view_linux\\.cc$'],
930 ], 928 ],
931 }], 929 }],
932 ], 930 ],
933 } 931 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/android/synchronous_compositor_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698