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

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

Issue 6614010: [Isolates] Merge 6700:7030 from bleeding_edge to isolates. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/isolates/
Patch Set: '' Created 9 years, 9 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 | « tools/grokdump.py ('k') | tools/linux-tick-processor.py » ('j') | 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 '../../src/messages.cc', 461 '../../src/messages.cc',
462 '../../src/messages.h', 462 '../../src/messages.h',
463 '../../src/natives.h', 463 '../../src/natives.h',
464 '../../src/objects-debug.cc', 464 '../../src/objects-debug.cc',
465 '../../src/objects-printer.cc', 465 '../../src/objects-printer.cc',
466 '../../src/objects-inl.h', 466 '../../src/objects-inl.h',
467 '../../src/objects-visiting.cc', 467 '../../src/objects-visiting.cc',
468 '../../src/objects-visiting.h', 468 '../../src/objects-visiting.h',
469 '../../src/objects.cc', 469 '../../src/objects.cc',
470 '../../src/objects.h', 470 '../../src/objects.h',
471 '../../src/oprofile-agent.h',
472 '../../src/oprofile-agent.cc',
473 '../../src/parser.cc', 471 '../../src/parser.cc',
474 '../../src/parser.h', 472 '../../src/parser.h',
475 '../../src/platform.h', 473 '../../src/platform.h',
476 '../../src/preparse-data.cc', 474 '../../src/preparse-data.cc',
477 '../../src/preparse-data.h', 475 '../../src/preparse-data.h',
478 '../../src/preparser.cc', 476 '../../src/preparser.cc',
479 '../../src/preparser.h', 477 '../../src/preparser.h',
480 '../../src/prettyprinter.cc', 478 '../../src/prettyprinter.cc',
481 '../../src/prettyprinter.h', 479 '../../src/prettyprinter.h',
482 '../../src/property.cc', 480 '../../src/property.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 '../../src/arm/disasm-arm.cc', 593 '../../src/arm/disasm-arm.cc',
596 '../../src/arm/frames-arm.cc', 594 '../../src/arm/frames-arm.cc',
597 '../../src/arm/frames-arm.h', 595 '../../src/arm/frames-arm.h',
598 '../../src/arm/full-codegen-arm.cc', 596 '../../src/arm/full-codegen-arm.cc',
599 '../../src/arm/ic-arm.cc', 597 '../../src/arm/ic-arm.cc',
600 '../../src/arm/jump-target-arm.cc', 598 '../../src/arm/jump-target-arm.cc',
601 '../../src/arm/lithium-arm.cc', 599 '../../src/arm/lithium-arm.cc',
602 '../../src/arm/lithium-arm.h', 600 '../../src/arm/lithium-arm.h',
603 '../../src/arm/lithium-codegen-arm.cc', 601 '../../src/arm/lithium-codegen-arm.cc',
604 '../../src/arm/lithium-codegen-arm.h', 602 '../../src/arm/lithium-codegen-arm.h',
603 '../../src/arm/lithium-gap-resolver-arm.cc',
604 '../../src/arm/lithium-gap-resolver-arm.h',
605 '../../src/arm/macro-assembler-arm.cc', 605 '../../src/arm/macro-assembler-arm.cc',
606 '../../src/arm/macro-assembler-arm.h', 606 '../../src/arm/macro-assembler-arm.h',
607 '../../src/arm/regexp-macro-assembler-arm.cc', 607 '../../src/arm/regexp-macro-assembler-arm.cc',
608 '../../src/arm/regexp-macro-assembler-arm.h', 608 '../../src/arm/regexp-macro-assembler-arm.h',
609 '../../src/arm/register-allocator-arm.cc', 609 '../../src/arm/register-allocator-arm.cc',
610 '../../src/arm/simulator-arm.cc', 610 '../../src/arm/simulator-arm.cc',
611 '../../src/arm/stub-cache-arm.cc', 611 '../../src/arm/stub-cache-arm.cc',
612 '../../src/arm/virtual-frame-arm-inl.h', 612 '../../src/arm/virtual-frame-arm-inl.h',
613 '../../src/arm/virtual-frame-arm.cc', 613 '../../src/arm/virtual-frame-arm.cc',
614 '../../src/arm/virtual-frame-arm.h', 614 '../../src/arm/virtual-frame-arm.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'target_name': 'v8_shell', 862 'target_name': 'v8_shell',
863 'type': 'none', 863 'type': 'none',
864 'dependencies': [ 864 'dependencies': [
865 'v8' 865 'v8'
866 ], 866 ],
867 }, 867 },
868 ], 868 ],
869 }], 869 }],
870 ], 870 ],
871 } 871 }
OLDNEW
« no previous file with comments | « tools/grokdump.py ('k') | tools/linux-tick-processor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698