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

Side by Side Diff: tools/gyp/v8.gyp

Issue 21014007: This adds new methods to String object: (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: review changes Created 7 years, 4 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
« no previous file with comments | « test/mjsunit/harmony/string-startswith.js ('k') | 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 ], 897 ],
898 'experimental_library_files': [ 898 'experimental_library_files': [
899 '../../src/macros.py', 899 '../../src/macros.py',
900 '../../src/symbol.js', 900 '../../src/symbol.js',
901 '../../src/proxy.js', 901 '../../src/proxy.js',
902 '../../src/collection.js', 902 '../../src/collection.js',
903 '../../src/object-observe.js', 903 '../../src/object-observe.js',
904 '../../src/arraybuffer.js', 904 '../../src/arraybuffer.js',
905 '../../src/typedarray.js', 905 '../../src/typedarray.js',
906 '../../src/generator.js', 906 '../../src/generator.js',
907 '../../src/array-iterator.js' 907 '../../src/array-iterator.js',
908 '../../src/harmony-string.js'
908 ], 909 ],
909 'i18n_library_files': [ 910 'i18n_library_files': [
910 '../../src/extensions/i18n/header.js', 911 '../../src/extensions/i18n/header.js',
911 '../../src/extensions/i18n/globals.js', 912 '../../src/extensions/i18n/globals.js',
912 '../../src/extensions/i18n/locale.js', 913 '../../src/extensions/i18n/locale.js',
913 '../../src/extensions/i18n/collator.js', 914 '../../src/extensions/i18n/collator.js',
914 '../../src/extensions/i18n/number-format.js', 915 '../../src/extensions/i18n/number-format.js',
915 '../../src/extensions/i18n/date-format.js', 916 '../../src/extensions/i18n/date-format.js',
916 '../../src/extensions/i18n/break-iterator.js', 917 '../../src/extensions/i18n/break-iterator.js',
917 '../../src/extensions/i18n/i18n-utils.js', 918 '../../src/extensions/i18n/i18n-utils.js',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 }], 1034 }],
1034 ['v8_compress_startup_data=="bz2"', { 1035 ['v8_compress_startup_data=="bz2"', {
1035 'libraries': [ 1036 'libraries': [
1036 '-lbz2', 1037 '-lbz2',
1037 ] 1038 ]
1038 }], 1039 }],
1039 ], 1040 ],
1040 }, 1041 },
1041 ], 1042 ],
1042 } 1043 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/string-startswith.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698