| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'app/webrtc/java/jni/jni_helpers.cc', | 55 'app/webrtc/java/jni/jni_helpers.cc', |
| 56 'app/webrtc/java/jni/jni_helpers.h', | 56 'app/webrtc/java/jni/jni_helpers.h', |
| 57 'app/webrtc/java/jni/native_handle_impl.cc', | 57 'app/webrtc/java/jni/native_handle_impl.cc', |
| 58 'app/webrtc/java/jni/native_handle_impl.h', | 58 'app/webrtc/java/jni/native_handle_impl.h', |
| 59 'app/webrtc/java/jni/peerconnection_jni.cc', | 59 'app/webrtc/java/jni/peerconnection_jni.cc', |
| 60 ], | 60 ], |
| 61 'include_dirs': [ | 61 'include_dirs': [ |
| 62 '<(libyuv_dir)/include', | 62 '<(libyuv_dir)/include', |
| 63 ], | 63 ], |
| 64 'conditions': [ | 64 'conditions': [ |
| 65 ['clang==1', { |
| 66 'cflags': [ |
| 67 # Disabled due to failing when compiled with -Wall, see |
| 68 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5399 |
| 69 '-Wno-overloaded-virtual', |
| 70 ], |
| 71 }], |
| 65 ['OS=="linux"', { | 72 ['OS=="linux"', { |
| 66 'defines': [ | 73 'defines': [ |
| 67 'HAVE_GTK', | 74 'HAVE_GTK', |
| 68 ], | 75 ], |
| 69 'include_dirs': [ | 76 'include_dirs': [ |
| 70 '<(java_home)/include', | 77 '<(java_home)/include', |
| 71 '<(java_home)/include/linux', | 78 '<(java_home)/include/linux', |
| 72 ], | 79 ], |
| 73 'conditions': [ | 80 'conditions': [ |
| 74 ['use_gtk==1', { | 81 ['use_gtk==1', { |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 'all_dependent_settings': { | 357 'all_dependent_settings': { |
| 351 'xcode_settings': { | 358 'xcode_settings': { |
| 352 'CLANG_ENABLE_OBJC_ARC': 'YES', | 359 'CLANG_ENABLE_OBJC_ARC': 'YES', |
| 353 }, | 360 }, |
| 354 }, | 361 }, |
| 355 'xcode_settings': { | 362 'xcode_settings': { |
| 356 'CLANG_ENABLE_OBJC_ARC': 'YES', | 363 'CLANG_ENABLE_OBJC_ARC': 'YES', |
| 357 # common.gypi enables this for mac but we want this to be disabled | 364 # common.gypi enables this for mac but we want this to be disabled |
| 358 # like it is for ios. | 365 # like it is for ios. |
| 359 'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'NO', | 366 'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'NO', |
| 367 # Disabled due to failing when compiled with -Wall, see |
| 368 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5397 |
| 369 'WARNING_CFLAGS': ['-Wno-unused-property-ivar'], |
| 360 }, | 370 }, |
| 361 'conditions': [ | 371 'conditions': [ |
| 362 ['OS=="ios"', { | 372 ['OS=="ios"', { |
| 363 'sources': [ | 373 'sources': [ |
| 364 'app/webrtc/objc/avfoundationvideocapturer.h', | 374 'app/webrtc/objc/avfoundationvideocapturer.h', |
| 365 'app/webrtc/objc/avfoundationvideocapturer.mm', | 375 'app/webrtc/objc/avfoundationvideocapturer.mm', |
| 366 'app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h', | 376 'app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h', |
| 367 'app/webrtc/objc/RTCAVFoundationVideoSource.mm', | 377 'app/webrtc/objc/RTCAVFoundationVideoSource.mm', |
| 368 'app/webrtc/objc/RTCEAGLVideoView.m', | 378 'app/webrtc/objc/RTCEAGLVideoView.m', |
| 369 'app/webrtc/objc/public/RTCEAGLVideoView.h', | 379 'app/webrtc/objc/public/RTCEAGLVideoView.h', |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 ['OS=="android" and build_with_chromium==0', { | 806 ['OS=="android" and build_with_chromium==0', { |
| 797 'sources': [ | 807 'sources': [ |
| 798 'app/webrtc/androidvideocapturer.h', | 808 'app/webrtc/androidvideocapturer.h', |
| 799 'app/webrtc/androidvideocapturer.cc', | 809 'app/webrtc/androidvideocapturer.cc', |
| 800 ], | 810 ], |
| 801 }], | 811 }], |
| 802 ], | 812 ], |
| 803 }, # target libjingle_peerconnection | 813 }, # target libjingle_peerconnection |
| 804 ], | 814 ], |
| 805 } | 815 } |
| OLD | NEW |