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

Unified Diff: webrtc/libjingle/xmllite/xmlbuilder.h

Issue 1945803003: Revert of Remove the rtc_relative_path GYP variable and similar defines (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « webrtc/build/common.gypi ('k') | webrtc/libjingle/xmllite/xmlparser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle/xmllite/xmlbuilder.h
diff --git a/webrtc/libjingle/xmllite/xmlbuilder.h b/webrtc/libjingle/xmllite/xmlbuilder.h
index ea452dbf0bece4f53e510d82c681c6a2102e49ae..354bf0b70a5e76048d06872f2e4d0aa60d906a03 100644
--- a/webrtc/libjingle/xmllite/xmlbuilder.h
+++ b/webrtc/libjingle/xmllite/xmlbuilder.h
@@ -16,7 +16,11 @@
#include "webrtc/libjingle/xmllite/xmlparser.h"
#include "webrtc/base/scoped_ptr.h"
+#ifdef EXPAT_RELATIVE_PATH
#include "expat.h"
+#else
+#include "third_party/expat/v2_0_1/Source/lib/expat.h"
+#endif // EXPAT_RELATIVE_PATH
namespace buzz {
« no previous file with comments | « webrtc/build/common.gypi ('k') | webrtc/libjingle/xmllite/xmlparser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698