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

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

Issue 1925733002: 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/libjingle/xmllite/xmlbuilder.h ('k') | webrtc/libjingle/xmpp/xmppstanzaparser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle/xmllite/xmlparser.h
diff --git a/webrtc/libjingle/xmllite/xmlparser.h b/webrtc/libjingle/xmllite/xmlparser.h
index 131c585e4da1748fe79fa9486cbd45d773ab9af5..00d562ec2104a799627aec6c953cf43e8e5ccb6d 100644
--- a/webrtc/libjingle/xmllite/xmlparser.h
+++ b/webrtc/libjingle/xmllite/xmlparser.h
@@ -14,11 +14,7 @@
#include <string>
#include "webrtc/libjingle/xmllite/xmlnsstack.h"
-#ifdef EXPAT_RELATIVE_PATH
#include "expat.h"
-#else
-#include "third_party/expat/v2_0_1/Source/lib/expat.h"
-#endif // EXPAT_RELATIVE_PATH
struct XML_ParserStruct;
typedef struct XML_ParserStruct* XML_Parser;
« no previous file with comments | « webrtc/libjingle/xmllite/xmlbuilder.h ('k') | webrtc/libjingle/xmpp/xmppstanzaparser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698