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

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

Issue 7013045: Remove more dead code. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 7 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
« no previous file with comments | « src/hydrogen.h ('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 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 '../../src/execution.h', 446 '../../src/execution.h',
447 '../../src/factory.cc', 447 '../../src/factory.cc',
448 '../../src/factory.h', 448 '../../src/factory.h',
449 '../../src/fast-dtoa.cc', 449 '../../src/fast-dtoa.cc',
450 '../../src/fast-dtoa.h', 450 '../../src/fast-dtoa.h',
451 '../../src/flag-definitions.h', 451 '../../src/flag-definitions.h',
452 '../../src/fixed-dtoa.cc', 452 '../../src/fixed-dtoa.cc',
453 '../../src/fixed-dtoa.h', 453 '../../src/fixed-dtoa.h',
454 '../../src/flags.cc', 454 '../../src/flags.cc',
455 '../../src/flags.h', 455 '../../src/flags.h',
456 '../../src/frame-element.cc',
457 '../../src/frame-element.h',
458 '../../src/frames-inl.h', 456 '../../src/frames-inl.h',
459 '../../src/frames.cc', 457 '../../src/frames.cc',
460 '../../src/frames.h', 458 '../../src/frames.h',
461 '../../src/full-codegen.cc', 459 '../../src/full-codegen.cc',
462 '../../src/full-codegen.h', 460 '../../src/full-codegen.h',
463 '../../src/func-name-inferrer.cc', 461 '../../src/func-name-inferrer.cc',
464 '../../src/func-name-inferrer.h', 462 '../../src/func-name-inferrer.h',
465 '../../src/global-handles.cc', 463 '../../src/global-handles.cc',
466 '../../src/global-handles.h', 464 '../../src/global-handles.h',
467 '../../src/globals.h', 465 '../../src/globals.h',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'target_name': 'v8_shell', 921 'target_name': 'v8_shell',
924 'type': 'none', 922 'type': 'none',
925 'dependencies': [ 923 'dependencies': [
926 'v8' 924 'v8'
927 ], 925 ],
928 }, 926 },
929 ], 927 ],
930 }], 928 }],
931 ], 929 ],
932 } 930 }
OLDNEW
« no previous file with comments | « src/hydrogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698