Reviewers: Jakob,
Description:
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]
Please review this at https://codereview.chromium.org/18187005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M tools/gyp/v8.gyp
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index
052676bc1f416d890ae420da7923864e8384d3b8..8378bc8bbab38e04633c4191e48b22b3d0b2fd9e
100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -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.