diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 18:35:28 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 18:35:28 +0000 |
commit | dc727ee76cdbd4608231d2a1f64fe56069533f2a (patch) | |
tree | 987e2757240553688f0aa528360a5f8ea60ac5cb /webkit/build/WebCore | |
parent | 87a1a958cd1a99a57bb28d242e244411a5f39cfa (diff) | |
download | chromium_src-dc727ee76cdbd4608231d2a1f64fe56069533f2a.zip chromium_src-dc727ee76cdbd4608231d2a1f64fe56069533f2a.tar.gz chromium_src-dc727ee76cdbd4608231d2a1f64fe56069533f2a.tar.bz2 |
webkit/ side of moving TextBreakIteratorInternalICUChromium.cpp
R=dglazkov
Review URL: http://codereview.chromium.org/17385
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r-- | webkit/build/WebCore/SConscript | 3 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 12 |
2 files changed, 10 insertions, 5 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index b2c1c63..8bb8a57 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -483,7 +483,6 @@ input_files = [ '$WEBCORE_DIR/platform/chromium/SSLKeyGeneratorChromium.cpp', '$WEBCORE_DIR/platform/chromium/SystemTimeChromium.cpp', '$WEBCORE_DIR/platform/chromium/TemporaryLinkStubs.cpp', - '$WEBCORE_DIR/platform/chromium/TextBreakIteratorInternalICUChromium.cpp', '$WEBCORE_DIR/platform/chromium/WidgetChromium.cpp', '$WEBCORE_DIR/platform/chromium/ScrollbarThemeChromium.cpp', @@ -559,6 +558,8 @@ input_files = [ '$WEBCORE_DIR/platform/text/TextStream.cpp', '$WEBCORE_DIR/platform/text/UnicodeRange.cpp', + '$WEBCORE_DIR/platform/text/chromium/TextBreakIteratorInternalICUChromium.cpp', + '$WEBCORE_DIR/plugins/MimeType.cpp', '$WEBCORE_DIR/plugins/MimeTypeArray.cpp', '$WEBCORE_DIR/plugins/Plugin.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index cd0be02..8ae60a5 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -2104,6 +2104,14 @@ RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\WidthIterator.h" > </File> + <Filter + Name="chromium" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\chromium\TextBreakIteratorInternalICUChromium.cpp" + > + </File> + </Filter> </Filter> <Filter Name="sql" @@ -2353,10 +2361,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\TextBreakIteratorInternalICUChromium.cpp" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\WidgetChromium.cpp" > </File> |