Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: Source/core/core.gypi

Issue 25674007: Remove core/platform/text/{mac, win} (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/platform/text/LocaleMac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 7abb91063c8e93056da57bedfa7954bf2509f852..734e33bd3bebd7f38d79cbc9eb8c72d6d627d563 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3169,8 +3169,12 @@
'platform/text/LineEnding.cpp',
'platform/text/LocaleICU.cpp',
'platform/text/LocaleICU.h',
+ 'platform/text/LocaleMac.h',
+ 'platform/text/LocaleMac.mm',
'platform/text/LocaleToScriptMapping.h',
'platform/text/LocaleToScriptMappingDefault.cpp',
+ 'platform/text/LocaleWin.cpp',
+ 'platform/text/LocaleWin.h',
'platform/text/ParserUtilities.h',
'platform/text/PlatformLocale.cpp',
'platform/text/PlatformLocale.h',
@@ -3187,12 +3191,8 @@
'platform/text/TextEncodingDetectorICU.cpp',
'platform/text/TextStream.cpp',
'platform/text/UnicodeRange.cpp',
- 'platform/text/mac/LocaleMac.h',
- 'platform/text/mac/LocaleMac.mm',
'platform/text/transcoder/FontTranscoder.cpp',
'platform/text/transcoder/FontTranscoder.h',
- 'platform/text/win/LocaleWin.cpp',
- 'platform/text/win/LocaleWin.h',
'platform/win/SystemInfo.cpp',
'platform/win/SystemInfo.h',
],
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/platform/text/LocaleMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698