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

Side by Side Diff: content/content_browser.gypi

Issue 23726015: All together now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cap
Patch Set: Created 7 years, 3 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'browser/android/web_contents_observer_android.cc', 284 'browser/android/web_contents_observer_android.cc',
285 'browser/android/web_contents_observer_android.h', 285 'browser/android/web_contents_observer_android.h',
286 'browser/appcache/appcache_dispatcher_host.cc', 286 'browser/appcache/appcache_dispatcher_host.cc',
287 'browser/appcache/appcache_dispatcher_host.h', 287 'browser/appcache/appcache_dispatcher_host.h',
288 'browser/appcache/appcache_frontend_proxy.cc', 288 'browser/appcache/appcache_frontend_proxy.cc',
289 'browser/appcache/appcache_frontend_proxy.h', 289 'browser/appcache/appcache_frontend_proxy.h',
290 'browser/appcache/chrome_appcache_service.cc', 290 'browser/appcache/chrome_appcache_service.cc',
291 'browser/appcache/chrome_appcache_service.h', 291 'browser/appcache/chrome_appcache_service.h',
292 'browser/aura/browser_compositor_output_surface.cc', 292 'browser/aura/browser_compositor_output_surface.cc',
293 'browser/aura/browser_compositor_output_surface.h', 293 'browser/aura/browser_compositor_output_surface.h',
294 'browser/aura/browser_compositor_output_surface_capturer.cc',
295 'browser/aura/browser_compositor_output_surface_capturer.h',
294 'browser/aura/browser_compositor_output_surface_proxy.cc', 296 'browser/aura/browser_compositor_output_surface_proxy.cc',
295 'browser/aura/browser_compositor_output_surface_proxy.h', 297 'browser/aura/browser_compositor_output_surface_proxy.h',
296 'browser/aura/gpu_process_transport_factory.cc', 298 'browser/aura/gpu_process_transport_factory.cc',
297 'browser/aura/gpu_process_transport_factory.h', 299 'browser/aura/gpu_process_transport_factory.h',
298 'browser/aura/image_transport_factory.cc', 300 'browser/aura/image_transport_factory.cc',
299 'browser/aura/image_transport_factory.h', 301 'browser/aura/image_transport_factory.h',
300 'browser/aura/no_transport_image_transport_factory.cc', 302 'browser/aura/no_transport_image_transport_factory.cc',
301 'browser/aura/no_transport_image_transport_factory.h', 303 'browser/aura/no_transport_image_transport_factory.h',
302 'browser/aura/reflector_impl.cc', 304 'browser/aura/reflector_impl.cc',
303 'browser/aura/reflector_impl.h', 305 'browser/aura/reflector_impl.h',
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 'browser/renderer_host/p2p/socket_host_udp.cc', 1286 'browser/renderer_host/p2p/socket_host_udp.cc',
1285 'browser/renderer_host/p2p/socket_host_udp.h', 1287 'browser/renderer_host/p2p/socket_host_udp.h',
1286 'browser/renderer_host/p2p/socket_dispatcher_host.cc', 1288 'browser/renderer_host/p2p/socket_dispatcher_host.cc',
1287 'browser/renderer_host/p2p/socket_dispatcher_host.h', 1289 'browser/renderer_host/p2p/socket_dispatcher_host.h',
1288 ], 1290 ],
1289 }], 1291 }],
1290 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { 1292 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', {
1291 'sources': [ 1293 'sources': [
1292 'browser/renderer_host/media/desktop_capture_device.cc', 1294 'browser/renderer_host/media/desktop_capture_device.cc',
1293 'browser/renderer_host/media/desktop_capture_device.h', 1295 'browser/renderer_host/media/desktop_capture_device.h',
1296 'browser/renderer_host/media/desktop_capture_device_aura.cc',
1297 'browser/renderer_host/media/desktop_capture_device_aura.h',
1294 ], 1298 ],
1295 'dependencies': [ 1299 'dependencies': [
1296 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 1300 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1297 ], 1301 ],
1298 'defines': [ 1302 'defines': [
1299 'ENABLE_SCREEN_CAPTURE=1', 1303 'ENABLE_SCREEN_CAPTURE=1',
1300 ], 1304 ],
1301 }], 1305 }],
1302 ['OS=="win"', { 1306 ['OS=="win"', {
1303 'dependencies': [ 1307 'dependencies': [
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 '../third_party/speex/speex.gyp:libspeex', 1516 '../third_party/speex/speex.gyp:libspeex',
1513 ], 1517 ],
1514 }], 1518 }],
1515 ['linux_use_libgps==1', { 1519 ['linux_use_libgps==1', {
1516 'dependencies': [ 1520 'dependencies': [
1517 '../build/linux/system.gyp:libgps', 1521 '../build/linux/system.gyp:libgps',
1518 ], 1522 ],
1519 }], 1523 }],
1520 ], 1524 ],
1521 } 1525 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/media/desktop_capture_device_aura.cc ('k') | content/public/common/desktop_media_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698