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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 '../../src/macros.py', 866 '../../src/macros.py',
867 '../../src/symbol.js', 867 '../../src/symbol.js',
868 '../../src/proxy.js', 868 '../../src/proxy.js',
869 '../../src/collection.js', 869 '../../src/collection.js',
870 '../../src/object-observe.js', 870 '../../src/object-observe.js',
871 '../../src/arraybuffer.js', 871 '../../src/arraybuffer.js',
872 '../../src/typedarray.js', 872 '../../src/typedarray.js',
873 '../../src/generator.js' 873 '../../src/generator.js'
874 ], 874 ],
875 'i18n_library_files': [ 875 'i18n_library_files': [
876 '../../src/extensions/i18n/header.js',
877 '../../src/extensions/i18n/globals.js',
878 '../../src/extensions/i18n/locale.js',
879 '../../src/extensions/i18n/collator.js',
880 '../../src/extensions/i18n/number-format.js',
881 '../../src/extensions/i18n/date-format.js',
876 '../../src/extensions/i18n/break-iterator.js', 882 '../../src/extensions/i18n/break-iterator.js',
877 '../../src/extensions/i18n/collator.js', 883 '../../src/extensions/i18n/i18n-utils.js',
878 '../../src/extensions/i18n/date-format.js', 884 '../../src/extensions/i18n/overrides.js',
879 '../../src/extensions/i18n/footer.js', 885 '../../src/extensions/i18n/footer.js',
880 '../../src/extensions/i18n/globals.js',
881 '../../src/extensions/i18n/header.js',
882 '../../src/extensions/i18n/i18n-utils.js',
883 '../../src/extensions/i18n/locale.js',
884 '../../src/extensions/i18n/number-format.js',
885 '../../src/extensions/i18n/overrides.js',
886 ], 886 ],
887 }, 887 },
888 'actions': [ 888 'actions': [
889 { 889 {
890 'action_name': 'js2c', 890 'action_name': 'js2c',
891 'inputs': [ 891 'inputs': [
892 '../../tools/js2c.py', 892 '../../tools/js2c.py',
893 '<@(library_files)', 893 '<@(library_files)',
894 ], 894 ],
895 'outputs': [ 895 'outputs': [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 }], 999 }],
1000 ['v8_compress_startup_data=="bz2"', { 1000 ['v8_compress_startup_data=="bz2"', {
1001 'libraries': [ 1001 'libraries': [
1002 '-lbz2', 1002 '-lbz2',
1003 ] 1003 ]
1004 }], 1004 }],
1005 ], 1005 ],
1006 }, 1006 },
1007 ], 1007 ],
1008 } 1008 }
OLDNEW
« 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