Revision: 15476
Author: [email protected]
Date: Wed Jul 3 08:28:59 2013
Log: Sort the i18n extension sources correctly.
It's important that e.g. the header comes first, and the footer last
BUG=v8:2745
[email protected]
Review URL: https://codereview.chromium.org/18187005
Patch from Jochen Eisinger <[email protected]>.
http://code.google.com/p/v8/source/detail?r=15476
Modified:
/branches/bleeding_edge/tools/gyp/v8.gyp
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Wed Jul 3 04:22:29 2013
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Wed Jul 3 08:28:59 2013
@@ -873,16 +873,16 @@
'../../src/generator.js'
],
'i18n_library_files': [
- '../../src/extensions/i18n/break-iterator.js',
- '../../src/extensions/i18n/collator.js',
- '../../src/extensions/i18n/date-format.js',
- '../../src/extensions/i18n/footer.js',
- '../../src/extensions/i18n/globals.js',
'../../src/extensions/i18n/header.js',
- '../../src/extensions/i18n/i18n-utils.js',
+ '../../src/extensions/i18n/globals.js',
'../../src/extensions/i18n/locale.js',
+ '../../src/extensions/i18n/collator.js',
'../../src/extensions/i18n/number-format.js',
+ '../../src/extensions/i18n/date-format.js',
+ '../../src/extensions/i18n/break-iterator.js',
+ '../../src/extensions/i18n/i18n-utils.js',
'../../src/extensions/i18n/overrides.js',
+ '../../src/extensions/i18n/footer.js',
],
},
'actions': [
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.