Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 288075 Details for
Bug 384773
www-client/chromium: Finish unbundling expat
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[PATCH] Include expat.h using relative path
chromium-expat-header.patch (text/plain), 1.07 KB, created by
Julien Sanchez
on 2011-09-28 12:05:27 UTC
(
hide
)
Description:
[PATCH] Include expat.h using relative path
Filename:
MIME Type:
Creator:
Julien Sanchez
Created:
2011-09-28 12:05:27 UTC
Size:
1.07 KB
patch
obsolete
>From abf3afc0d7232b31c4ddd2a8193d8889510b5eea Mon Sep 17 00:00:00 2001 >From: Mike Gilbert <floppymaster@gmail.com> >Date: Thu, 21 Jul 2011 20:47:32 -0400 >Subject: [PATCH] Include expat.h using relative path > >This enables use of the system header file on Linux, where the system >expat shard library is linked. > >BUG=none >TEST=Remove third_party/expat/files/lib/*.h and compile on linux >--- > chrome/browser/autofill/autofill_xml_parser.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/chrome/browser/autofill/autofill_xml_parser.h b/chrome/browser/autofill/autofill_xml_parser.h >index f25e31a..def0cd4 100644 >--- a/chrome/browser/autofill/autofill_xml_parser.h >+++ b/chrome/browser/autofill/autofill_xml_parser.h >@@ -12,7 +12,7 @@ > #include "base/basictypes.h" > #include "chrome/browser/autofill/field_types.h" > #include "chrome/browser/autofill/form_structure.h" >-#include "third_party/expat/files/lib/expat.h" >+#include "expat.h" > #include "third_party/libjingle/source/talk/xmllite/xmlparser.h" > > // The base class that contains common functionality between >-- >1.7.3.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 384773
: 288075