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

Side by Side Diff: third_party/libjingle/overrides/talk/media/webrtc/webrtcexport.h

Issue 1146123002: Remove unused libpeerconnection code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert a couple of libjingle.gyp changes Created 5 years, 7 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 | « third_party/libjingle/overrides/initialize_module.cc ('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
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // This file is overridden to disable exports and imports in libjingle
6 // between the libpeerconnection and libjingle_webrtc targets.
7 // TODO(tommi): Remove when a version of libjingle has been rolled in that
8 // either removes this header file or offers an easy way to turn this off.
9
10 #ifndef TALK_MEDIA_WEBRTC_WEBRTCEXPORT_H_
11 #define TALK_MEDIA_WEBRTC_WEBRTCEXPORT_H_
12
13 #ifndef NON_EXPORTED_BASE
14 #define NON_EXPORTED_BASE(code) code
15 #endif // NON_EXPORTED_BASE
16
17 #ifndef WRME_EXPORT
18 #define WRME_EXPORT
19 #endif
20
21 #endif // TALK_MEDIA_WEBRTC_WEBRTCEXPORT_H_
OLDNEW
« no previous file with comments | « third_party/libjingle/overrides/initialize_module.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698