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

Side by Side Diff: content/content_browser.gypi

Issue 100743003: Extend content::DesktopMediaID to allow Aura windows as capture sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
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 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'public/browser/browser_thread.h', 64 'public/browser/browser_thread.h',
65 'public/browser/browser_thread_delegate.h', 65 'public/browser/browser_thread_delegate.h',
66 'public/browser/cert_store.h', 66 'public/browser/cert_store.h',
67 'public/browser/child_process_data.h', 67 'public/browser/child_process_data.h',
68 'public/browser/child_process_security_policy.h', 68 'public/browser/child_process_security_policy.h',
69 'public/browser/color_chooser.h', 69 'public/browser/color_chooser.h',
70 'public/browser/certificate_request_result_type.h', 70 'public/browser/certificate_request_result_type.h',
71 'public/browser/content_browser_client.cc', 71 'public/browser/content_browser_client.cc',
72 'public/browser/content_browser_client.h', 72 'public/browser/content_browser_client.h',
73 'public/browser/cookie_store_factory.h', 73 'public/browser/cookie_store_factory.h',
74 'public/browser/desktop_media_id.cc',
75 'public/browser/desktop_media_id.h',
74 'public/browser/devtools_agent_host.h', 76 'public/browser/devtools_agent_host.h',
75 'public/browser/devtools_client_host.h', 77 'public/browser/devtools_client_host.h',
76 'public/browser/devtools_external_agent_proxy.h', 78 'public/browser/devtools_external_agent_proxy.h',
77 'public/browser/devtools_external_agent_proxy_delegate.h', 79 'public/browser/devtools_external_agent_proxy_delegate.h',
78 'public/browser/download_danger_type.h', 80 'public/browser/download_danger_type.h',
79 'public/browser/devtools_frontend_host_delegate.h', 81 'public/browser/devtools_frontend_host_delegate.h',
80 'public/browser/devtools_http_handler.h', 82 'public/browser/devtools_http_handler.h',
81 'public/browser/devtools_http_handler_delegate.h', 83 'public/browser/devtools_http_handler_delegate.h',
82 'public/browser/devtools_manager.h', 84 'public/browser/devtools_manager.h',
83 'public/browser/devtools_target.h', 85 'public/browser/devtools_target.h',
(...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 'browser/renderer_host/p2p/socket_host_udp.cc', 1353 'browser/renderer_host/p2p/socket_host_udp.cc',
1352 'browser/renderer_host/p2p/socket_host_udp.h', 1354 'browser/renderer_host/p2p/socket_host_udp.h',
1353 'browser/renderer_host/p2p/socket_dispatcher_host.cc', 1355 'browser/renderer_host/p2p/socket_dispatcher_host.cc',
1354 'browser/renderer_host/p2p/socket_dispatcher_host.h', 1356 'browser/renderer_host/p2p/socket_dispatcher_host.h',
1355 ], 1357 ],
1356 }], 1358 }],
1357 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { 1359 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', {
1358 'sources': [ 1360 'sources': [
1359 'browser/renderer_host/media/desktop_capture_device.cc', 1361 'browser/renderer_host/media/desktop_capture_device.cc',
1360 'browser/renderer_host/media/desktop_capture_device.h', 1362 'browser/renderer_host/media/desktop_capture_device.h',
1361 'browser/renderer_host/media/desktop_capture_device_ash.cc', 1363 'browser/renderer_host/media/desktop_capture_device_aura.cc',
1362 'browser/renderer_host/media/desktop_capture_device_ash.h', 1364 'browser/renderer_host/media/desktop_capture_device_aura.h',
1363 ], 1365 ],
1364 'dependencies': [ 1366 'dependencies': [
1365 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 1367 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1366 ], 1368 ],
1367 'defines': [ 1369 'defines': [
1368 'ENABLE_SCREEN_CAPTURE=1', 1370 'ENABLE_SCREEN_CAPTURE=1',
1369 ], 1371 ],
1370 }], 1372 }],
1371 ['OS=="win"', { 1373 ['OS=="win"', {
1372 'dependencies': [ 1374 'dependencies': [
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 '../build/linux/system.gyp:dbus', 1625 '../build/linux/system.gyp:dbus',
1624 '../dbus/dbus.gyp:dbus', 1626 '../dbus/dbus.gyp:dbus',
1625 ], 1627 ],
1626 }, { # OS != "linux" or use_dbus==0 1628 }, { # OS != "linux" or use_dbus==0
1627 'sources!': [ 1629 'sources!': [
1628 'browser/geolocation/wifi_data_provider_linux.cc', 1630 'browser/geolocation/wifi_data_provider_linux.cc',
1629 ], 1631 ],
1630 }], 1632 }],
1631 ], 1633 ],
1632 } 1634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698