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

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

Issue 416543003: Move GCTracer to separate files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Updates Created 6 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 | « src/heap.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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 '../../src/flag-definitions.h', 436 '../../src/flag-definitions.h',
437 '../../src/flags.cc', 437 '../../src/flags.cc',
438 '../../src/flags.h', 438 '../../src/flags.h',
439 '../../src/frames-inl.h', 439 '../../src/frames-inl.h',
440 '../../src/frames.cc', 440 '../../src/frames.cc',
441 '../../src/frames.h', 441 '../../src/frames.h',
442 '../../src/full-codegen.cc', 442 '../../src/full-codegen.cc',
443 '../../src/full-codegen.h', 443 '../../src/full-codegen.h',
444 '../../src/func-name-inferrer.cc', 444 '../../src/func-name-inferrer.cc',
445 '../../src/func-name-inferrer.h', 445 '../../src/func-name-inferrer.h',
446 '../../src/gc-tracer.cc',
447 '../../src/gc-tracer.h',
446 '../../src/gdb-jit.cc', 448 '../../src/gdb-jit.cc',
447 '../../src/gdb-jit.h', 449 '../../src/gdb-jit.h',
448 '../../src/global-handles.cc', 450 '../../src/global-handles.cc',
449 '../../src/global-handles.h', 451 '../../src/global-handles.h',
450 '../../src/globals.h', 452 '../../src/globals.h',
451 '../../src/handles-inl.h', 453 '../../src/handles-inl.h',
452 '../../src/handles.cc', 454 '../../src/handles.cc',
453 '../../src/handles.h', 455 '../../src/handles.h',
454 '../../src/hashmap.h', 456 '../../src/hashmap.h',
455 '../../src/heap-inl.h', 457 '../../src/heap-inl.h',
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 }], 1445 }],
1444 ['v8_compress_startup_data=="bz2"', { 1446 ['v8_compress_startup_data=="bz2"', {
1445 'libraries': [ 1447 'libraries': [
1446 '-lbz2', 1448 '-lbz2',
1447 ] 1449 ]
1448 }], 1450 }],
1449 ], 1451 ],
1450 }, 1452 },
1451 ], 1453 ],
1452 } 1454 }
OLDNEW
« no previous file with comments | « src/heap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698