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

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

Issue 11498006: Revert 13157, 13145 and 13140: Crankshaft code stubs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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 | « test/mjsunit/fuzz-natives-part1.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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '../../src/cached-powers.h', 255 '../../src/cached-powers.h',
256 '../../src/char-predicates-inl.h', 256 '../../src/char-predicates-inl.h',
257 '../../src/char-predicates.h', 257 '../../src/char-predicates.h',
258 '../../src/checks.cc', 258 '../../src/checks.cc',
259 '../../src/checks.h', 259 '../../src/checks.h',
260 '../../src/circular-queue-inl.h', 260 '../../src/circular-queue-inl.h',
261 '../../src/circular-queue.cc', 261 '../../src/circular-queue.cc',
262 '../../src/circular-queue.h', 262 '../../src/circular-queue.h',
263 '../../src/code-stubs.cc', 263 '../../src/code-stubs.cc',
264 '../../src/code-stubs.h', 264 '../../src/code-stubs.h',
265 '../../src/code-stubs-hydrogen.cc',
266 '../../src/code.h', 265 '../../src/code.h',
267 '../../src/codegen.cc', 266 '../../src/codegen.cc',
268 '../../src/codegen.h', 267 '../../src/codegen.h',
269 '../../src/compilation-cache.cc', 268 '../../src/compilation-cache.cc',
270 '../../src/compilation-cache.h', 269 '../../src/compilation-cache.h',
271 '../../src/compiler.cc', 270 '../../src/compiler.cc',
272 '../../src/compiler.h', 271 '../../src/compiler.h',
273 '../../src/contexts.cc', 272 '../../src/contexts.cc',
274 '../../src/contexts.h', 273 '../../src/contexts.h',
275 '../../src/conversions-inl.h', 274 '../../src/conversions-inl.h',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 }], 1007 }],
1009 ], 1008 ],
1010 'dependencies': [ 1009 'dependencies': [
1011 'v8' 1010 'v8'
1012 ], 1011 ],
1013 }, 1012 },
1014 ], 1013 ],
1015 }], 1014 }],
1016 ], 1015 ],
1017 } 1016 }
OLDNEW
« no previous file with comments | « test/mjsunit/fuzz-natives-part1.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698