Changeset 99718 in webkit


Ignore:
Timestamp:
Nov 9, 2011, 7:46:49 AM (14 years ago)
Author:
Simon Hausmann
Message:

[Qt] Unreviewed, adding missing files to the build.

  • Target.pri: Add ContentTypeParser.cpp/h
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r99717 r99718  
     12011-11-09  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        [Qt] Unreviewed, adding missing files to the build.
     4
     5        * Target.pri: Add ContentTypeParser.cpp/h
     6
    172011-11-09  Andrey Kosyakov  <caseq@chromium.org>
    28
  • trunk/Source/WebCore/Target.pri

    r99695 r99718  
    11081108    platform/network/Credential.cpp \
    11091109    platform/network/CredentialStorage.cpp \
     1110    platform/network/ContentTypeParser.cpp \
    11101111    platform/network/FormData.cpp \
    11111112    platform/network/FormDataBuilder.cpp \
     
    21852186    platform/network/Credential.h \
    21862187    platform/network/CredentialStorage.h \
     2188    platform/network/ContentTypeParser.h \
    21872189    platform/network/FormDataBuilder.h \
    21882190    platform/network/FormData.h \
Note: See TracChangeset for help on using the changeset viewer.