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 '../../build/win_precompile.gypi', | 7 '../../build/win_precompile.gypi', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'enabled_libjingle_device_manager%': 0, | 10 'enabled_libjingle_device_manager%': 0, |
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 '-Wno-deprecated-declarations', | 549 '-Wno-deprecated-declarations', |
550 ], | 550 ], |
551 }, | 551 }, |
552 }], | 552 }], |
553 ], | 553 ], |
554 }], | 554 }], |
555 ], | 555 ], |
556 'dependencies': [ | 556 'dependencies': [ |
557 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp', | 557 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp', |
558 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file', | 558 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file', |
559 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_modul
e', | 559 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_modul
e_impl', |
560 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module
', | 560 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module
_impl', |
561 'libjingle', | 561 'libjingle', |
562 ], | 562 ], |
563 }, # target libjingle_webrtc_common | 563 }, # target libjingle_webrtc_common |
564 { | 564 { |
565 # GN version: //third_party/libjingle:libjingle_webrtc | 565 # GN version: //third_party/libjingle:libjingle_webrtc |
566 'target_name': 'libjingle_webrtc', | 566 'target_name': 'libjingle_webrtc', |
567 'type': 'static_library', | 567 'type': 'static_library', |
568 'sources': [ | 568 'sources': [ |
569 'overrides/init_webrtc.cc', | 569 'overrides/init_webrtc.cc', |
570 'overrides/init_webrtc.h', | 570 'overrides/init_webrtc.h', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 # in this directory and not lib.target as will otherwise be | 641 # in this directory and not lib.target as will otherwise be |
642 # the case with make builds. | 642 # the case with make builds. |
643 'product_dir': '<(PRODUCT_DIR)/lib', | 643 'product_dir': '<(PRODUCT_DIR)/lib', |
644 }], | 644 }], |
645 ], | 645 ], |
646 }, # target libpeerconnection | 646 }, # target libpeerconnection |
647 ], | 647 ], |
648 }], | 648 }], |
649 ], | 649 ], |
650 } | 650 } |
OLD | NEW |