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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libjingle/overrides/initialize_module.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/overrides/talk/media/webrtc/webrtcexport.h
diff --git a/third_party/libjingle/overrides/talk/media/webrtc/webrtcexport.h b/third_party/libjingle/overrides/talk/media/webrtc/webrtcexport.h
deleted file mode 100644
index ffa60bb860c8bd0c06aa350d2b8d4fe9c76226ee..0000000000000000000000000000000000000000
--- a/third_party/libjingle/overrides/talk/media/webrtc/webrtcexport.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// This file is overridden to disable exports and imports in libjingle
-// between the libpeerconnection and libjingle_webrtc targets.
-// TODO(tommi): Remove when a version of libjingle has been rolled in that
-// either removes this header file or offers an easy way to turn this off.
-
-#ifndef TALK_MEDIA_WEBRTC_WEBRTCEXPORT_H_
-#define TALK_MEDIA_WEBRTC_WEBRTCEXPORT_H_
-
-#ifndef NON_EXPORTED_BASE
-#define NON_EXPORTED_BASE(code) code
-#endif // NON_EXPORTED_BASE
-
-#ifndef WRME_EXPORT
-#define WRME_EXPORT
-#endif
-
-#endif // TALK_MEDIA_WEBRTC_WEBRTCEXPORT_H_
« 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