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

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1439593002: Remove webrtc/examples/android/media_demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove empty line Created 5 years, 1 month 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 | « all.gyp ('k') | webrtc/examples/android/media_demo/AndroidManifest.xml » ('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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « all.gyp ('k') | webrtc/examples/android/media_demo/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698