Chromium Code Reviews

Unified Diff: src/extensions/experimental/experimental.gyp

Issue 7014019: Adding DateTimeFormat class to i18n API. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: ascii->utf8. Added narrow and standalone. Added short, medium, long and full to types. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/extensions/experimental/datetime-format.cc ('k') | src/extensions/experimental/i18n.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/extensions/experimental/experimental.gyp
===================================================================
--- src/extensions/experimental/experimental.gyp (revision 7878)
+++ src/extensions/experimental/experimental.gyp (working copy)
@@ -41,6 +41,8 @@
'break-iterator.h',
'collator.cc',
'collator.h',
+ 'datetime-format.cc',
+ 'datetime-format.h',
'i18n-extension.cc',
'i18n-extension.h',
'i18n-locale.cc',
« no previous file with comments | « src/extensions/experimental/datetime-format.cc ('k') | src/extensions/experimental/i18n.js » ('j') | no next file with comments »

Powered by Google App Engine