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

Side by Side Diff: talk/libjingle.gyp

Issue 1538643004: Use an explicit identifier in Config (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Suppress Chrome's Clang plugins warnings for webrtc_common Created 4 years, 11 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 | « no previous file | webrtc/BUILD.gn » ('j') | webrtc/BUILD.gn » ('J')
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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 'conditions': [ 677 'conditions': [
678 ['build_libsrtp==1', { 678 ['build_libsrtp==1', {
679 'dependencies': [ 679 'dependencies': [
680 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp', 680 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
681 ], 681 ],
682 }], 682 }],
683 ], 683 ],
684 'include_dirs': [ 684 'include_dirs': [
685 '<(DEPTH)/testing/gtest/include', 685 '<(DEPTH)/testing/gtest/include',
686 ], 686 ],
687 'include_dirs!': [
688 '<(DEPTH)/webrtc',
689 ],
687 'direct_dependent_settings': { 690 'direct_dependent_settings': {
688 'include_dirs': [ 691 'include_dirs': [
689 '<(DEPTH)/testing/gtest/include', 692 '<(DEPTH)/testing/gtest/include',
690 ], 693 ],
694 'include_dirs!': [
695 '<(DEPTH)/webrtc',
696 ],
691 }, 697 },
692 'sources': [ 698 'sources': [
693 'session/media/audiomonitor.cc', 699 'session/media/audiomonitor.cc',
694 'session/media/audiomonitor.h', 700 'session/media/audiomonitor.h',
695 'session/media/bundlefilter.cc', 701 'session/media/bundlefilter.cc',
696 'session/media/bundlefilter.h', 702 'session/media/bundlefilter.h',
697 'session/media/channel.cc', 703 'session/media/channel.cc',
698 'session/media/channel.h', 704 'session/media/channel.h',
699 'session/media/channelmanager.cc', 705 'session/media/channelmanager.cc',
700 'session/media/channelmanager.h', 706 'session/media/channelmanager.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 ['OS=="android" and build_with_chromium==0', { 805 ['OS=="android" and build_with_chromium==0', {
800 'sources': [ 806 'sources': [
801 'app/webrtc/androidvideocapturer.h', 807 'app/webrtc/androidvideocapturer.h',
802 'app/webrtc/androidvideocapturer.cc', 808 'app/webrtc/androidvideocapturer.cc',
803 ], 809 ],
804 }], 810 }],
805 ], 811 ],
806 }, # target libjingle_peerconnection 812 }, # target libjingle_peerconnection
807 ], 813 ],
808 } 814 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/BUILD.gn » ('j') | webrtc/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698