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

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

Issue 7278035: Add new files to gyp. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 5 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 | « no previous file | 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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 '../../src/unicode.cc', 633 '../../src/unicode.cc',
634 '../../src/unicode.h', 634 '../../src/unicode.h',
635 '../../src/utils-inl.h', 635 '../../src/utils-inl.h',
636 '../../src/utils.cc', 636 '../../src/utils.cc',
637 '../../src/utils.h', 637 '../../src/utils.h',
638 '../../src/v8-counters.cc', 638 '../../src/v8-counters.cc',
639 '../../src/v8-counters.h', 639 '../../src/v8-counters.h',
640 '../../src/v8.cc', 640 '../../src/v8.cc',
641 '../../src/v8.h', 641 '../../src/v8.h',
642 '../../src/v8checks.h', 642 '../../src/v8checks.h',
643 '../../src/v8conversions.cc',
644 '../../src/v8conversions.h',
643 '../../src/v8globals.h', 645 '../../src/v8globals.h',
644 '../../src/v8memory.h', 646 '../../src/v8memory.h',
645 '../../src/v8threads.cc', 647 '../../src/v8threads.cc',
646 '../../src/v8threads.h', 648 '../../src/v8threads.h',
649 '../../src/v8utils.cc',
647 '../../src/v8utils.h', 650 '../../src/v8utils.h',
648 '../../src/variables.cc', 651 '../../src/variables.cc',
649 '../../src/variables.h', 652 '../../src/variables.h',
650 '../../src/version.cc', 653 '../../src/version.cc',
651 '../../src/version.h', 654 '../../src/version.h',
652 '../../src/vm-state-inl.h', 655 '../../src/vm-state-inl.h',
653 '../../src/vm-state.h', 656 '../../src/vm-state.h',
654 '../../src/zone-inl.h', 657 '../../src/zone-inl.h',
655 '../../src/zone.cc', 658 '../../src/zone.cc',
656 '../../src/zone.h', 659 '../../src/zone.h',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'type': 'none', 995 'type': 'none',
993 'toolsets': ['host'], 996 'toolsets': ['host'],
994 'dependencies': [ 997 'dependencies': [
995 'v8' 998 'v8'
996 ], 999 ],
997 }, 1000 },
998 ], 1001 ],
999 }], 1002 }],
1000 ], 1003 ],
1001 } 1004 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698