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

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

Issue 7527001: Encapsulate element handling into a class keyed on ElementsKind (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: merge with tot Created 9 years, 4 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
« src/objects.cc ('K') | « test/cctest/test-api.cc ('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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 '../../src/deoptimizer.cc', 481 '../../src/deoptimizer.cc',
482 '../../src/deoptimizer.h', 482 '../../src/deoptimizer.h',
483 '../../src/disasm.h', 483 '../../src/disasm.h',
484 '../../src/disassembler.cc', 484 '../../src/disassembler.cc',
485 '../../src/disassembler.h', 485 '../../src/disassembler.h',
486 '../../src/dtoa.cc', 486 '../../src/dtoa.cc',
487 '../../src/dtoa.h', 487 '../../src/dtoa.h',
488 '../../src/diy-fp.cc', 488 '../../src/diy-fp.cc',
489 '../../src/diy-fp.h', 489 '../../src/diy-fp.h',
490 '../../src/double.h', 490 '../../src/double.h',
491 '../../src/elements.cc',
492 '../../src/elements.h',
491 '../../src/execution.cc', 493 '../../src/execution.cc',
492 '../../src/execution.h', 494 '../../src/execution.h',
493 '../../src/factory.cc', 495 '../../src/factory.cc',
494 '../../src/factory.h', 496 '../../src/factory.h',
495 '../../src/fast-dtoa.cc', 497 '../../src/fast-dtoa.cc',
496 '../../src/fast-dtoa.h', 498 '../../src/fast-dtoa.h',
497 '../../src/flag-definitions.h', 499 '../../src/flag-definitions.h',
498 '../../src/fixed-dtoa.cc', 500 '../../src/fixed-dtoa.cc',
499 '../../src/fixed-dtoa.h', 501 '../../src/fixed-dtoa.h',
500 '../../src/flags.cc', 502 '../../src/flags.cc',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'type': 'none', 1006 'type': 'none',
1005 'toolsets': ['host'], 1007 'toolsets': ['host'],
1006 'dependencies': [ 1008 'dependencies': [
1007 'v8' 1009 'v8'
1008 ], 1010 ],
1009 }, 1011 },
1010 ], 1012 ],
1011 }], 1013 }],
1012 ], 1014 ],
1013 } 1015 }
OLDNEW
« src/objects.cc ('K') | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698