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

Unified Diff: Source/platform/blink_platform.gypi

Issue 26113002: Move core/platform/text/Locale* to platform/text (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/platform/blink_platform.gyp ('k') | Source/platform/text/LocaleICU.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 621c67880d9e9ddbc726397793b968f951e86942..727245b99a5eba3f24e3502ac1a35b4c545ec606 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -38,6 +38,8 @@
'PurgeableBuffer.h',
'SecureTextInput.cpp',
'SecureTextInput.h',
+ 'SSLKeyGenerator.cpp',
+ 'SSLKeyGenerator.h',
'SharedBuffer.cpp',
'SharedBuffer.h',
'SharedBufferChunkReader.cpp',
@@ -45,6 +47,7 @@
'SharedTimer.cpp',
'SharedTimer.h',
'Supplementable.h',
+ 'Task.h',
'ThreadTimers.cpp',
'ThreadTimers.h',
'Timer.cpp',
@@ -110,6 +113,16 @@
'text/DateTimeFormat.h',
'text/LineEnding.cpp',
'text/LineEnding.h',
+ 'text/LocaleICU.cpp',
+ 'text/LocaleICU.h',
+ 'text/LocaleMac.h',
+ 'text/LocaleMac.mm',
+ 'text/LocaleToScriptMapping.h',
+ 'text/LocaleToScriptMapping.cpp',
+ 'text/LocaleWin.cpp',
+ 'text/LocaleWin.h',
+ 'text/PlatformLocale.cpp',
+ 'text/PlatformLocale.h',
'text/QuotedPrintable.cpp',
'text/QuotedPrintable.h',
'text/SegmentedString.cpp',
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/text/LocaleICU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698