summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/README.chromium
diff options
context:
space:
mode:
authornick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 23:14:06 +0000
committernick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 23:14:06 +0000
commite098ce874e942a11083116f848310d026e8c37c8 (patch)
tree2064da56bfc191fc7b93cb12feae8768dffd3d71 /third_party/libjingle/README.chromium
parent154a9820511c94bdcc8a69a3f7cc69b56ea75cd1 (diff)
downloadchromium_src-e098ce874e942a11083116f848310d026e8c37c8.zip
chromium_src-e098ce874e942a11083116f848310d026e8c37c8.tar.gz
chromium_src-e098ce874e942a11083116f848310d026e8c37c8.tar.bz2
Rename "xmpp/constants.*" to" xmpp/xmppconstants.*"
The intent is to fix a link error that seems to happen when two compilation units share a filename: there is another constants.cc in p2p/base. Touch xmppconstants.h to work around a git cl upload bug. Review URL: http://codereview.chromium.org/244010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle/README.chromium')
-rw-r--r--third_party/libjingle/README.chromium3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium
index 4701744..80223dd 100644
--- a/third_party/libjingle/README.chromium
+++ b/third_party/libjingle/README.chromium
@@ -32,3 +32,6 @@ Local Modifications:
* Removed Makefile.in files, *.sln, *.vcproj.
* Removed "examples", "thirdparty", and "sessions" directories.
* Removed a number of unneeded scope specifications to appease gcc.
+ * Renamed "talk/xmpp/constants.*" to "talk/xmpp/xmppconstants.*" to get
+ around an IncrediBuild link error. Apparently IncrediBuild can become
+ confused when two compilation units have the same filename.