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

Side by Side Diff: content/content_browser.gypi

Issue 1484403002: cast: Support for low-latency interactive mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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
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_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'browser/media/capture/web_contents_audio_input_stream.cc', 995 'browser/media/capture/web_contents_audio_input_stream.cc',
996 'browser/media/capture/web_contents_audio_input_stream.h', 996 'browser/media/capture/web_contents_audio_input_stream.h',
997 'browser/media/capture/web_contents_audio_muter.cc', 997 'browser/media/capture/web_contents_audio_muter.cc',
998 'browser/media/capture/web_contents_audio_muter.h', 998 'browser/media/capture/web_contents_audio_muter.h',
999 'browser/media/capture/web_contents_capture_util.cc', 999 'browser/media/capture/web_contents_capture_util.cc',
1000 'browser/media/capture/web_contents_capture_util.h', 1000 'browser/media/capture/web_contents_capture_util.h',
1001 'browser/media/capture/web_contents_tracker.cc', 1001 'browser/media/capture/web_contents_tracker.cc',
1002 'browser/media/capture/web_contents_tracker.h', 1002 'browser/media/capture/web_contents_tracker.h',
1003 'browser/media/capture/web_contents_video_capture_device.cc', 1003 'browser/media/capture/web_contents_video_capture_device.cc',
1004 'browser/media/capture/web_contents_video_capture_device.h', 1004 'browser/media/capture/web_contents_video_capture_device.h',
1005 'browser/media/capture/window_activity_tracker.h',
1006 'browser/media/capture/window_activity_tracker_aura.cc',
1007 'browser/media/capture/window_activity_tracker_aura.h',
1005 'browser/media/media_internals.cc', 1008 'browser/media/media_internals.cc',
1006 'browser/media/media_internals.h', 1009 'browser/media/media_internals.h',
1007 'browser/media/media_internals_handler.cc', 1010 'browser/media/media_internals_handler.cc',
1008 'browser/media/media_internals_handler.h', 1011 'browser/media/media_internals_handler.h',
1009 'browser/media/media_internals_proxy.cc', 1012 'browser/media/media_internals_proxy.cc',
1010 'browser/media/media_internals_proxy.h', 1013 'browser/media/media_internals_proxy.h',
1011 'browser/media/media_internals_ui.cc', 1014 'browser/media/media_internals_ui.cc',
1012 'browser/media/media_internals_ui.h', 1015 'browser/media/media_internals_ui.h',
1013 'browser/media/media_web_contents_observer.cc', 1016 'browser/media/media_web_contents_observer.cc',
1014 'browser/media/media_web_contents_observer.h', 1017 'browser/media/media_web_contents_observer.h',
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 ['enable_webvr==1 and OS=="android"', { 2199 ['enable_webvr==1 and OS=="android"', {
2197 'sources': [ 2200 'sources': [
2198 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2201 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2199 'browser/vr/android/cardboard/cardboard_vr_device.h', 2202 'browser/vr/android/cardboard/cardboard_vr_device.h',
2200 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2203 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2201 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2204 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2202 ], 2205 ],
2203 }], 2206 }],
2204 ], 2207 ],
2205 } 2208 }
OLDNEW
« no previous file with comments | « content/browser/media/capture/window_activity_tracker_aura.cc ('k') | media/base/video_frame_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698