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

Unified Diff: tools/gyp/v8.gyp

Issue 18187005: Sort the i18n extension sources correctly. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698