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

Side by Side Diff: talk/libjingle.gyp

Issue 1521303003: Roll chromium_revision 7de03ed..4bc4277 (364770:364953) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Updated usrsctp include path. Created 5 years 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 | « DEPS ('k') | no next file » | 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'media/webrtc/webrtcvoiceengine.h', 532 'media/webrtc/webrtcvoiceengine.h',
533 ], 533 ],
534 'conditions': [ 534 'conditions': [
535 ['build_libyuv==1', { 535 ['build_libyuv==1', {
536 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',], 536 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',],
537 }], 537 }],
538 ['build_usrsctp==1', { 538 ['build_usrsctp==1', {
539 'include_dirs': [ 539 'include_dirs': [
540 # TODO(jiayl): move this into the direct_dependent_settings of 540 # TODO(jiayl): move this into the direct_dependent_settings of
541 # usrsctp.gyp. 541 # usrsctp.gyp.
542 '<(DEPTH)/third_party/usrsctp', 542 '<(DEPTH)/third_party/usrsctp/usrsctplib',
543 ], 543 ],
544 'dependencies': [ 544 'dependencies': [
545 '<(DEPTH)/third_party/usrsctp/usrsctp.gyp:usrsctplib', 545 '<(DEPTH)/third_party/usrsctp/usrsctp.gyp:usrsctplib',
546 ], 546 ],
547 }], 547 }],
548 ['build_with_chromium==1', { 548 ['build_with_chromium==1', {
549 'dependencies': [ 549 'dependencies': [
550 '<(webrtc_root)/modules/modules.gyp:video_capture', 550 '<(webrtc_root)/modules/modules.gyp:video_capture',
551 '<(webrtc_root)/modules/modules.gyp:video_render', 551 '<(webrtc_root)/modules/modules.gyp:video_render',
552 ], 552 ],
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 ['OS=="android" and build_with_chromium==0', { 798 ['OS=="android" and build_with_chromium==0', {
799 'sources': [ 799 'sources': [
800 'app/webrtc/androidvideocapturer.h', 800 'app/webrtc/androidvideocapturer.h',
801 'app/webrtc/androidvideocapturer.cc', 801 'app/webrtc/androidvideocapturer.cc',
802 ], 802 ],
803 }], 803 }],
804 ], 804 ],
805 }, # target libjingle_peerconnection 805 }, # target libjingle_peerconnection
806 ], 806 ],
807 } 807 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698