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

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

Issue 1574223002: Revert of [builtins] Refactor the remaining Date builtins. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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/regress/regress-1945.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 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after
1892 '../../src/messages.h', 1892 '../../src/messages.h',
1893 '../../src/js/prologue.js', 1893 '../../src/js/prologue.js',
1894 '../../src/js/runtime.js', 1894 '../../src/js/runtime.js',
1895 '../../src/js/v8natives.js', 1895 '../../src/js/v8natives.js',
1896 '../../src/js/symbol.js', 1896 '../../src/js/symbol.js',
1897 '../../src/js/array.js', 1897 '../../src/js/array.js',
1898 '../../src/js/string.js', 1898 '../../src/js/string.js',
1899 '../../src/js/uri.js', 1899 '../../src/js/uri.js',
1900 '../../src/js/math.js', 1900 '../../src/js/math.js',
1901 '../../src/third_party/fdlibm/fdlibm.js', 1901 '../../src/third_party/fdlibm/fdlibm.js',
1902 '../../src/js/date.js',
1902 '../../src/js/regexp.js', 1903 '../../src/js/regexp.js',
1903 '../../src/js/arraybuffer.js', 1904 '../../src/js/arraybuffer.js',
1904 '../../src/js/typedarray.js', 1905 '../../src/js/typedarray.js',
1905 '../../src/js/iterator-prototype.js', 1906 '../../src/js/iterator-prototype.js',
1906 '../../src/js/generator.js', 1907 '../../src/js/generator.js',
1907 '../../src/js/object-observe.js', 1908 '../../src/js/object-observe.js',
1908 '../../src/js/collection.js', 1909 '../../src/js/collection.js',
1909 '../../src/js/weak-collection.js', 1910 '../../src/js/weak-collection.js',
1910 '../../src/js/collection-iterator.js', 1911 '../../src/js/collection-iterator.js',
1911 '../../src/js/promise.js', 1912 '../../src/js/promise.js',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2123 }], 2124 }],
2124 ['want_separate_host_toolset==1', { 2125 ['want_separate_host_toolset==1', {
2125 'toolsets': ['host'], 2126 'toolsets': ['host'],
2126 }, { 2127 }, {
2127 'toolsets': ['target'], 2128 'toolsets': ['target'],
2128 }], 2129 }],
2129 ], 2130 ],
2130 }, 2131 },
2131 ], 2132 ],
2132 } 2133 }
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-1945.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698