Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « talk/libjingle_examples.gyp ('k') | webrtc/examples/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 }], 373 }],
374 ], 374 ],
375 }, # target libjingle_peerconnection_objc_test 375 }, # target libjingle_peerconnection_objc_test
376 { 376 {
377 'target_name': 'apprtc_signaling_gunit_test', 377 'target_name': 'apprtc_signaling_gunit_test',
378 'type': 'executable', 378 'type': 'executable',
379 'includes': [ 'build/objc_app.gypi' ], 379 'includes': [ 'build/objc_app.gypi' ],
380 'dependencies': [ 380 'dependencies': [
381 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', 381 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
382 '<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock', 382 '<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock',
383 'libjingle_examples.gyp:apprtc_signaling', 383 '<(webrtc_root)/libjingle_examples.gyp:apprtc_signaling',
384 ], 384 ],
385 'sources': [ 385 'sources': [
386 'app/webrtc/objctests/mac/main.mm', 386 'app/webrtc/objctests/mac/main.mm',
387 'examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm', 387 '<(webrtc_root)/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm',
388 ], 388 ],
389 'conditions': [ 389 'conditions': [
390 ['OS=="mac"', { 390 ['OS=="mac"', {
391 'xcode_settings': { 391 'xcode_settings': {
392 'MACOSX_DEPLOYMENT_TARGET' : '10.8', 392 'MACOSX_DEPLOYMENT_TARGET' : '10.8',
393 }, 393 },
394 }], 394 }],
395 ], 395 ],
396 }, # target apprtc_signaling_gunit_test 396 }, # target apprtc_signaling_gunit_test
397 ], 397 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'build/isolate.gypi', 434 'build/isolate.gypi',
435 ], 435 ],
436 'sources': [ 436 'sources': [
437 'libjingle_peerconnection_unittest.isolate', 437 'libjingle_peerconnection_unittest.isolate',
438 ], 438 ],
439 }, 439 },
440 ], 440 ],
441 }], 441 }],
442 ], 442 ],
443 } 443 }
OLDNEW
« no previous file with comments | « talk/libjingle_examples.gyp ('k') | webrtc/examples/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698