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

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

Issue 6352006: Remove instruction summaries and provide a LIR-interface for the register all... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 '../../src/jump-target.cc', 434 '../../src/jump-target.cc',
435 '../../src/jump-target.h', 435 '../../src/jump-target.h',
436 '../../src/jsregexp.cc', 436 '../../src/jsregexp.cc',
437 '../../src/jsregexp.h', 437 '../../src/jsregexp.h',
438 '../../src/list-inl.h', 438 '../../src/list-inl.h',
439 '../../src/list.h', 439 '../../src/list.h',
440 '../../src/lithium.cc', 440 '../../src/lithium.cc',
441 '../../src/lithium.h', 441 '../../src/lithium.h',
442 '../../src/lithium-allocator.cc', 442 '../../src/lithium-allocator.cc',
443 '../../src/lithium-allocator.h', 443 '../../src/lithium-allocator.h',
444 '../../src/lithium-allocator-inl.h',
444 '../../src/liveedit.cc', 445 '../../src/liveedit.cc',
445 '../../src/liveedit.h', 446 '../../src/liveedit.h',
446 '../../src/liveobjectlist-inl.h', 447 '../../src/liveobjectlist-inl.h',
447 '../../src/liveobjectlist.cc', 448 '../../src/liveobjectlist.cc',
448 '../../src/liveobjectlist.h', 449 '../../src/liveobjectlist.h',
449 '../../src/log-inl.h', 450 '../../src/log-inl.h',
450 '../../src/log-utils.cc', 451 '../../src/log-utils.cc',
451 '../../src/log-utils.h', 452 '../../src/log-utils.h',
452 '../../src/log.cc', 453 '../../src/log.cc',
453 '../../src/log.h', 454 '../../src/log.h',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'target_name': 'v8_shell', 859 'target_name': 'v8_shell',
859 'type': 'none', 860 'type': 'none',
860 'dependencies': [ 861 'dependencies': [
861 'v8' 862 'v8'
862 ], 863 ],
863 }, 864 },
864 ], 865 ],
865 }], 866 }],
866 ], 867 ],
867 } 868 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698