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

Side by Side Diff: content/content_browser.gypi

Issue 1090273006: Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in VideoCaptureBufferPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 ], 1806 ],
1807 }], 1807 }],
1808 ['enable_webrtc==1 and use_aura==1', { 1808 ['enable_webrtc==1 and use_aura==1', {
1809 'sources': [ 1809 'sources': [
1810 "browser/media/capture/aura_window_capture_machine.cc", 1810 "browser/media/capture/aura_window_capture_machine.cc",
1811 "browser/media/capture/aura_window_capture_machine.h", 1811 "browser/media/capture/aura_window_capture_machine.h",
1812 'browser/media/capture/desktop_capture_device_aura.cc', 1812 'browser/media/capture/desktop_capture_device_aura.cc',
1813 'browser/media/capture/desktop_capture_device_aura.h', 1813 'browser/media/capture/desktop_capture_device_aura.h',
1814 ], 1814 ],
1815 }], 1815 }],
1816 ['enable_webrtc==1 and (OS=="linux" or OS=="mac")', {
1817 'sources': [
1818 'browser/renderer_host/media/video_capture_texture_wrapper.cc',
1819 'browser/renderer_host/media/video_capture_texture_wrapper.h',
1820 ],
1821 }],
1816 ['OS=="win"', { 1822 ['OS=="win"', {
1817 'dependencies': [ 1823 'dependencies': [
1818 # For accessibility 1824 # For accessibility
1819 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1825 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1820 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1826 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1821 ], 1827 ],
1822 'sources/': [ 1828 'sources/': [
1823 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'], 1829 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'],
1824 ], 1830 ],
1825 'defines': [ 1831 'defines': [
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 'browser/media/media_web_contents_observer.h', 2029 'browser/media/media_web_contents_observer.h',
2024 ], 2030 ],
2025 }], 2031 }],
2026 ['OS == "linux" and use_openssl==1', { 2032 ['OS == "linux" and use_openssl==1', {
2027 'dependencies': [ 2033 'dependencies': [
2028 '../third_party/boringssl/boringssl.gyp:boringssl', 2034 '../third_party/boringssl/boringssl.gyp:boringssl',
2029 ], 2035 ],
2030 }], 2036 }],
2031 ], 2037 ],
2032 } 2038 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/media/video_capture_texture_wrapper.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698