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

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

Issue 6083001: Refactoring out object printing functions into objects-printer.cc. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years 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/objects-printer.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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 '../../src/log.cc', 431 '../../src/log.cc',
432 '../../src/log.h', 432 '../../src/log.h',
433 '../../src/macro-assembler.h', 433 '../../src/macro-assembler.h',
434 '../../src/mark-compact.cc', 434 '../../src/mark-compact.cc',
435 '../../src/mark-compact.h', 435 '../../src/mark-compact.h',
436 '../../src/memory.h', 436 '../../src/memory.h',
437 '../../src/messages.cc', 437 '../../src/messages.cc',
438 '../../src/messages.h', 438 '../../src/messages.h',
439 '../../src/natives.h', 439 '../../src/natives.h',
440 '../../src/objects-debug.cc', 440 '../../src/objects-debug.cc',
441 '../../src/objects-printer.cc',
441 '../../src/objects-inl.h', 442 '../../src/objects-inl.h',
442 '../../src/objects-visiting.cc', 443 '../../src/objects-visiting.cc',
443 '../../src/objects-visiting.h', 444 '../../src/objects-visiting.h',
444 '../../src/objects.cc', 445 '../../src/objects.cc',
445 '../../src/objects.h', 446 '../../src/objects.h',
446 '../../src/oprofile-agent.h', 447 '../../src/oprofile-agent.h',
447 '../../src/oprofile-agent.cc', 448 '../../src/oprofile-agent.cc',
448 '../../src/parser.cc', 449 '../../src/parser.cc',
449 '../../src/parser.h', 450 '../../src/parser.h',
450 '../../src/platform.h', 451 '../../src/platform.h',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 ], 810 ],
810 'conditions': [ 811 'conditions': [
811 ['OS=="win"', { 812 ['OS=="win"', {
812 # This could be gotten by not setting chromium_code, if that's OK. 813 # This could be gotten by not setting chromium_code, if that's OK.
813 'defines': ['_CRT_SECURE_NO_WARNINGS'], 814 'defines': ['_CRT_SECURE_NO_WARNINGS'],
814 }], 815 }],
815 ], 816 ],
816 }, 817 },
817 ], 818 ],
818 } 819 }
OLDNEW
« no previous file with comments | « src/objects-printer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698