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

Unified Diff: third_party/libjingle/overrides/initialize_module.cc

Issue 1045863002: Make checkdeps.py check third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/init_webrtc.cc ('k') | third_party/liblouis/liblouis_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/overrides/initialize_module.cc
diff --git a/third_party/libjingle/overrides/initialize_module.cc b/third_party/libjingle/overrides/initialize_module.cc
index ca51c69084b4fc8885ec11beae92646fd5d2b4db..89671c5252d1321dfbbc080306fb77f43991f36e 100644
--- a/third_party/libjingle/overrides/initialize_module.cc
+++ b/third_party/libjingle/overrides/initialize_module.cc
@@ -6,14 +6,14 @@
#include <math.h> // needed for _set_FMA3_enable
#endif // WIN && ARCH_CPU_X86_64
-#include "allocator_shim/allocator_stub.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/logging.h"
-#include "init_webrtc.h"
-#include "talk/media/webrtc/webrtcmediaengine.h"
-#include "webrtc/base/basictypes.h"
-#include "webrtc/base/logging.h"
+#include "third_party/libjingle/source/talk/media/webrtc/webrtcmediaengine.h"
+#include "third_party/libjingle/allocator_shim/allocator_stub.h"
+#include "third_party/libjingle/overrides/init_webrtc.h"
+#include "third_party/webrtc/base/basictypes.h"
+#include "third_party/webrtc/base/logging.h"
#if !defined(LIBPEERCONNECTION_IMPLEMENTATION) || defined(LIBPEERCONNECTION_LIB)
#error "Only compile the allocator proxy with the shared_library implementation"
« no previous file with comments | « third_party/libjingle/overrides/init_webrtc.cc ('k') | third_party/liblouis/liblouis_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698