Bug 107815 - Removing deleted files from WebCore/Target.pri after r140399
Summary: Removing deleted files from WebCore/Target.pri after r140399
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 05:43 PST by Zoltan Arvai
Modified: 2013-01-24 19:04 PST (History)
3 users (show)

See Also:


Attachments
patch (1.16 KB, patch)
2013-01-24 05:45 PST, Zoltan Arvai
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Arvai 2013-01-24 05:43:46 PST
It seems some files accidently still listed among headers in Target.pri:

WARNING: Failure to find: xml/parser/NewXMLDocumentParser.h
WARNING: Failure to find: xml/parser/XMLCharacterReferenceParser.h
WARNING: Failure to find: xml/parser/XMLTokenizer.h
WARNING: Failure to find: xml/parser/XMLToken.h
WARNING: Failure to find: xml/parser/XMLTreeBuilder.h

http://build.webkit.org/builders/Qt%20Linux%20Release/builds/56712/steps/compile-webkit/logs/stdio
Comment 1 Zoltan Arvai 2013-01-24 05:45:40 PST
Created attachment 184471 [details]
patch
Comment 2 WebKit Review Bot 2013-01-24 07:50:21 PST
Comment on attachment 184471 [details]
patch

Clearing flags on attachment: 184471

Committed r140683: <http://trac.webkit.org/changeset/140683>
Comment 3 WebKit Review Bot 2013-01-24 07:50:25 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Adam Barth 2013-01-24 19:04:38 PST
Comment on attachment 184471 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=184471&action=review

> Source/WebCore/Target.pri:-2823
> -    xml/parser/NewXMLDocumentParser.h \
> -    xml/parser/XMLCharacterReferenceParser.h \
>      xml/parser/XMLDocumentParser.h \
> -    xml/parser/XMLTokenizer.h \
> -    xml/parser/XMLToken.h \
> -    xml/parser/XMLTreeBuilder.h \

Sorry I missed these.  I was grepping for cpp files.  :(