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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 ], | 371 ], |
372 }, # target libjingle_peerconnection_objc_test | 372 }, # target libjingle_peerconnection_objc_test |
373 { | 373 { |
374 'target_name': 'apprtc_signaling_gunit_test', | 374 'target_name': 'apprtc_signaling_gunit_test', |
375 'type': 'executable', | 375 'type': 'executable', |
376 'includes': [ 'build/objc_app.gypi' ], | 376 'includes': [ 'build/objc_app.gypi' ], |
377 'dependencies': [ | 377 'dependencies': [ |
378 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 378 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
379 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa
ult', | 379 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa
ult', |
380 '<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock', | 380 '<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock', |
381 '<(webrtc_root)/libjingle_examples.gyp:apprtc_signaling', | 381 '<(webrtc_root)/webrtc_examples.gyp:apprtc_signaling', |
382 ], | 382 ], |
383 'sources': [ | 383 'sources': [ |
384 'app/webrtc/objctests/mac/main.mm', | 384 'app/webrtc/objctests/mac/main.mm', |
385 '<(webrtc_root)/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm', | 385 '<(webrtc_root)/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm', |
386 ], | 386 ], |
387 'conditions': [ | 387 'conditions': [ |
388 ['OS=="mac"', { | 388 ['OS=="mac"', { |
389 'xcode_settings': { | 389 'xcode_settings': { |
390 'MACOSX_DEPLOYMENT_TARGET' : '10.8', | 390 'MACOSX_DEPLOYMENT_TARGET' : '10.8', |
391 }, | 391 }, |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 'build/isolate.gypi', | 432 'build/isolate.gypi', |
433 ], | 433 ], |
434 'sources': [ | 434 'sources': [ |
435 'libjingle_peerconnection_unittest.isolate', | 435 'libjingle_peerconnection_unittest.isolate', |
436 ], | 436 ], |
437 }, | 437 }, |
438 ], | 438 ], |
439 }], | 439 }], |
440 ], | 440 ], |
441 } | 441 } |
OLD | NEW |