OLD | NEW |
1 # | 1 # |
2 # libjingle | 2 # libjingle |
3 # Copyright 2012 Google Inc. | 3 # Copyright 2012 Google Inc. |
4 # | 4 # |
5 # Redistribution and use in source and binary forms, with or without | 5 # Redistribution and use in source and binary forms, with or without |
6 # modification, are permitted provided that the following conditions are met: | 6 # modification, are permitted provided that the following conditions are met: |
7 # | 7 # |
8 # 1. Redistributions of source code must retain the above copyright notice, | 8 # 1. Redistributions of source code must retain the above copyright notice, |
9 # this list of conditions and the following disclaimer. | 9 # this list of conditions and the following disclaimer. |
10 # 2. Redistributions in binary form must reproduce the above copyright notice, | 10 # 2. Redistributions in binary form must reproduce the above copyright notice, |
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 'media/webrtc/webrtcvoiceengine.h', | 532 'media/webrtc/webrtcvoiceengine.h', |
533 ], | 533 ], |
534 'conditions': [ | 534 'conditions': [ |
535 ['build_libyuv==1', { | 535 ['build_libyuv==1', { |
536 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',], | 536 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',], |
537 }], | 537 }], |
538 ['build_usrsctp==1', { | 538 ['build_usrsctp==1', { |
539 'include_dirs': [ | 539 'include_dirs': [ |
540 # TODO(jiayl): move this into the direct_dependent_settings of | 540 # TODO(jiayl): move this into the direct_dependent_settings of |
541 # usrsctp.gyp. | 541 # usrsctp.gyp. |
542 '<(DEPTH)/third_party/usrsctp', | 542 '<(DEPTH)/third_party/usrsctp/usrsctplib', |
543 ], | 543 ], |
544 'dependencies': [ | 544 'dependencies': [ |
545 '<(DEPTH)/third_party/usrsctp/usrsctp.gyp:usrsctplib', | 545 '<(DEPTH)/third_party/usrsctp/usrsctp.gyp:usrsctplib', |
546 ], | 546 ], |
547 }], | 547 }], |
548 ['build_with_chromium==1', { | 548 ['build_with_chromium==1', { |
549 'dependencies': [ | 549 'dependencies': [ |
550 '<(webrtc_root)/modules/modules.gyp:video_capture', | 550 '<(webrtc_root)/modules/modules.gyp:video_capture', |
551 '<(webrtc_root)/modules/modules.gyp:video_render', | 551 '<(webrtc_root)/modules/modules.gyp:video_render', |
552 ], | 552 ], |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 ['OS=="android" and build_with_chromium==0', { | 798 ['OS=="android" and build_with_chromium==0', { |
799 'sources': [ | 799 'sources': [ |
800 'app/webrtc/androidvideocapturer.h', | 800 'app/webrtc/androidvideocapturer.h', |
801 'app/webrtc/androidvideocapturer.cc', | 801 'app/webrtc/androidvideocapturer.cc', |
802 ], | 802 ], |
803 }], | 803 }], |
804 ], | 804 ], |
805 }, # target libjingle_peerconnection | 805 }, # target libjingle_peerconnection |
806 ], | 806 ], |
807 } | 807 } |
OLD | NEW |