OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 # TODO(kjellander): Make the code compile without disabling these. | 318 # TODO(kjellander): Make the code compile without disabling these. |
319 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 | 319 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
320 'cflags!': [ | 320 'cflags!': [ |
321 '-Wextra', | 321 '-Wextra', |
322 ], | 322 ], |
323 'xcode_settings': { | 323 'xcode_settings': { |
324 'WARNING_CFLAGS!': ['-Wextra'], | 324 'WARNING_CFLAGS!': ['-Wextra'], |
325 }, | 325 }, |
326 }], | 326 }], |
327 ['OS=="ios"', { | 327 ['OS=="ios"', { |
328 'sources!': [ | |
329 'sctp/sctpdataengine_unittest.cc', | |
330 ], | |
331 'mac_bundle_resources': [ | 328 'mac_bundle_resources': [ |
332 '<(DEPTH)/resources/media/captured-320x240-2s-48.frames', | 329 '<(DEPTH)/resources/media/captured-320x240-2s-48.frames', |
333 '<(DEPTH)/resources/media/faces.1280x720_P420.yuv', | 330 '<(DEPTH)/resources/media/faces.1280x720_P420.yuv', |
334 '<(DEPTH)/resources/media/faces_I420.jpg', | 331 '<(DEPTH)/resources/media/faces_I420.jpg', |
335 '<(DEPTH)/resources/media/faces_I422.jpg', | 332 '<(DEPTH)/resources/media/faces_I422.jpg', |
336 '<(DEPTH)/resources/media/faces_I444.jpg', | 333 '<(DEPTH)/resources/media/faces_I444.jpg', |
337 '<(DEPTH)/resources/media/faces_I411.jpg', | 334 '<(DEPTH)/resources/media/faces_I411.jpg', |
338 '<(DEPTH)/resources/media/faces_I400.jpg', | 335 '<(DEPTH)/resources/media/faces_I400.jpg', |
339 ], | 336 ], |
340 }], | 337 }], |
(...skipping 15 matching lines...) Expand all Loading... |
356 'sources': [ | 353 'sources': [ |
357 'rtc_media_unittests.isolate', | 354 'rtc_media_unittests.isolate', |
358 ], | 355 ], |
359 }, | 356 }, |
360 ], | 357 ], |
361 }], | 358 }], |
362 ], # conditions | 359 ], # conditions |
363 }], # include_tests==1 | 360 }], # include_tests==1 |
364 ], # conditions | 361 ], # conditions |
365 } | 362 } |
OLD | NEW |