| 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 '-Wno-deprecated-declarations', | 544 '-Wno-deprecated-declarations', |
| 545 ], | 545 ], |
| 546 }, | 546 }, |
| 547 }], | 547 }], |
| 548 ], | 548 ], |
| 549 }], | 549 }], |
| 550 ], | 550 ], |
| 551 'dependencies': [ | 551 'dependencies': [ |
| 552 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp', | 552 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp', |
| 553 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file', | 553 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file', |
| 554 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_modul
e_impl', | 554 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture', |
| 555 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module
_impl', | 555 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render', |
| 556 'libjingle', | 556 'libjingle', |
| 557 ], | 557 ], |
| 558 }, # target libjingle_webrtc_common | 558 }, # target libjingle_webrtc_common |
| 559 { | 559 { |
| 560 # GN version: //third_party/libjingle:libjingle_webrtc | 560 # GN version: //third_party/libjingle:libjingle_webrtc |
| 561 'target_name': 'libjingle_webrtc', | 561 'target_name': 'libjingle_webrtc', |
| 562 'type': 'static_library', | 562 'type': 'static_library', |
| 563 'sources': [ | 563 'sources': [ |
| 564 'overrides/init_webrtc.cc', | 564 'overrides/init_webrtc.cc', |
| 565 'overrides/init_webrtc.h', | 565 'overrides/init_webrtc.h', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 }, | 673 }, |
| 674 'dependencies': [ | 674 'dependencies': [ |
| 675 'libjingle_peerconnection_so', | 675 'libjingle_peerconnection_so', |
| 676 ], | 676 ], |
| 677 'includes': [ '../../build/java.gypi' ], | 677 'includes': [ '../../build/java.gypi' ], |
| 678 }, | 678 }, |
| 679 ], | 679 ], |
| 680 }], | 680 }], |
| 681 ], | 681 ], |
| 682 } | 682 } |
| OLD | NEW |