OLD | NEW |
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 'includes': [ | 6 'includes': [ |
7 'remoting_host_linux.gypi', | 7 'remoting_host_linux.gypi', |
8 'remoting_host_mac.gypi', | 8 'remoting_host_mac.gypi', |
9 'remoting_host_win.gypi', | 9 'remoting_host_win.gypi', |
10 ], | 10 ], |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 'process_outputs_as_sources': 1, | 356 'process_outputs_as_sources': 1, |
357 'message': 'Running message compiler on <(RULE_INPUT_PATH)', | 357 'message': 'Running message compiler on <(RULE_INPUT_PATH)', |
358 }], | 358 }], |
359 }], | 359 }], |
360 ['enable_webrtc==1', { | 360 ['enable_webrtc==1', { |
361 'dependencies': [ | 361 'dependencies': [ |
362 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 362 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
363 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 363 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
364 ], | 364 ], |
365 'sources': [ | 365 'sources': [ |
| 366 'host/cast_extension.cc', |
| 367 'host/cast_extension.h', |
| 368 'host/cast_extension_session.cc', |
| 369 'host/cast_extension_session.h', |
366 'host/cast_video_capturer_adapter.cc', | 370 'host/cast_video_capturer_adapter.cc', |
367 'host/cast_video_capturer_adapter.h' | 371 'host/cast_video_capturer_adapter.h', |
368 ], | 372 ], |
369 }], | 373 }], |
370 ], | 374 ], |
371 }, # end of target 'remoting_host' | 375 }, # end of target 'remoting_host' |
372 | 376 |
373 { | 377 { |
374 'target_name': 'remoting_native_messaging_base', | 378 'target_name': 'remoting_native_messaging_base', |
375 'type': 'static_library', | 379 'type': 'static_library', |
376 'variables': { 'enable_wexit_time_destructors': 1, }, | 380 'variables': { 'enable_wexit_time_destructors': 1, }, |
377 'dependencies': [ | 381 'dependencies': [ |
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 }], # mac_breakpad==1 | 863 }], # mac_breakpad==1 |
860 ], # conditions | 864 ], # conditions |
861 }], # OS=mac | 865 }], # OS=mac |
862 ], | 866 ], |
863 }, # end of target 'remoting_it2me_native_messaging_host' | 867 }, # end of target 'remoting_it2me_native_messaging_host' |
864 ], # end of 'targets' | 868 ], # end of 'targets' |
865 }], # OS!="win" | 869 }], # OS!="win" |
866 | 870 |
867 ], # end of 'conditions' | 871 ], # end of 'conditions' |
868 } | 872 } |
OLD | NEW |