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

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

Issue 10701054: Enable stub generation using Hydrogen/Lithium (again) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merge with latest 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',
265 '../../src/code.h', 266 '../../src/code.h',
266 '../../src/codegen.cc', 267 '../../src/codegen.cc',
267 '../../src/codegen.h', 268 '../../src/codegen.h',
268 '../../src/compilation-cache.cc', 269 '../../src/compilation-cache.cc',
269 '../../src/compilation-cache.h', 270 '../../src/compilation-cache.h',
270 '../../src/compiler.cc', 271 '../../src/compiler.cc',
271 '../../src/compiler.h', 272 '../../src/compiler.h',
272 '../../src/contexts.cc', 273 '../../src/contexts.cc',
273 '../../src/contexts.h', 274 '../../src/contexts.h',
274 '../../src/conversions-inl.h', 275 '../../src/conversions-inl.h',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 }], 1008 }],
1008 ], 1009 ],
1009 'dependencies': [ 1010 'dependencies': [
1010 'v8' 1011 'v8'
1011 ], 1012 ],
1012 }, 1013 },
1013 ], 1014 ],
1014 }], 1015 }],
1015 ], 1016 ],
1016 } 1017 }
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