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

Side by Side Diff: content/content_browser.gypi

Issue 615133002: Add support for a virtual display on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ash/ dep from content Created 5 years, 9 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 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 'defines': [ 1768 'defines': [
1769 'ENABLE_SCREEN_CAPTURE=1', 1769 'ENABLE_SCREEN_CAPTURE=1',
1770 ], 1770 ],
1771 }], 1771 }],
1772 ['enable_webrtc==1 and (OS=="linux" or OS=="mac")', { 1772 ['enable_webrtc==1 and (OS=="linux" or OS=="mac")', {
1773 'sources': [ 1773 'sources': [
1774 'browser/renderer_host/media/video_capture_texture_wrapper.cc', 1774 'browser/renderer_host/media/video_capture_texture_wrapper.cc',
1775 'browser/renderer_host/media/video_capture_texture_wrapper.h', 1775 'browser/renderer_host/media/video_capture_texture_wrapper.h',
1776 ], 1776 ],
1777 }], 1777 }],
1778 ['chromeos==1', {
1779 'sources': [
1780 "browser/media/capture/virtual_display_capturer.cc",
1781 "browser/media/capture/virtual_display_capturer.h",
1782 ],
1783 }],
1778 ['OS=="win"', { 1784 ['OS=="win"', {
1779 'dependencies': [ 1785 'dependencies': [
1780 # For accessibility 1786 # For accessibility
1781 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1787 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1782 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1788 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1783 ], 1789 ],
1784 'sources/': [ 1790 'sources/': [
1785 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'], 1791 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'],
1786 ], 1792 ],
1787 'defines': [ 1793 'defines': [
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 'browser/media/media_web_contents_observer.h', 1990 'browser/media/media_web_contents_observer.h',
1985 ], 1991 ],
1986 }], 1992 }],
1987 ['OS == "linux" and use_openssl==1', { 1993 ['OS == "linux" and use_openssl==1', {
1988 'dependencies': [ 1994 'dependencies': [
1989 '../third_party/boringssl/boringssl.gyp:boringssl', 1995 '../third_party/boringssl/boringssl.gyp:boringssl',
1990 ], 1996 ],
1991 }], 1997 }],
1992 ], 1998 ],
1993 } 1999 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | content/public/browser/desktop_media_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698