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

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

Issue 499483002: [WIP] A sampler thread in d8 for consuming the new API. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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/log.cc ('K') | « src/sampler-thread.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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 '../../src/regexp-stack.cc', 600 '../../src/regexp-stack.cc',
601 '../../src/regexp-stack.h', 601 '../../src/regexp-stack.h',
602 '../../src/rewriter.cc', 602 '../../src/rewriter.cc',
603 '../../src/rewriter.h', 603 '../../src/rewriter.h',
604 '../../src/runtime-profiler.cc', 604 '../../src/runtime-profiler.cc',
605 '../../src/runtime-profiler.h', 605 '../../src/runtime-profiler.h',
606 '../../src/runtime.cc', 606 '../../src/runtime.cc',
607 '../../src/runtime.h', 607 '../../src/runtime.h',
608 '../../src/safepoint-table.cc', 608 '../../src/safepoint-table.cc',
609 '../../src/safepoint-table.h', 609 '../../src/safepoint-table.h',
610 '../../src/sampler-thread.cc',
611 '../../src/sampler-thread.h',
610 '../../src/sampler.cc', 612 '../../src/sampler.cc',
611 '../../src/sampler.h', 613 '../../src/sampler.h',
612 '../../src/scanner-character-streams.cc', 614 '../../src/scanner-character-streams.cc',
613 '../../src/scanner-character-streams.h', 615 '../../src/scanner-character-streams.h',
614 '../../src/scanner.cc', 616 '../../src/scanner.cc',
615 '../../src/scanner.h', 617 '../../src/scanner.h',
616 '../../src/scopeinfo.cc', 618 '../../src/scopeinfo.cc',
617 '../../src/scopeinfo.h', 619 '../../src/scopeinfo.h',
618 '../../src/scopes.cc', 620 '../../src/scopes.cc',
619 '../../src/scopes.h', 621 '../../src/scopes.h',
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 }], 1399 }],
1398 ['v8_compress_startup_data=="bz2"', { 1400 ['v8_compress_startup_data=="bz2"', {
1399 'libraries': [ 1401 'libraries': [
1400 '-lbz2', 1402 '-lbz2',
1401 ] 1403 ]
1402 }], 1404 }],
1403 ], 1405 ],
1404 }, 1406 },
1405 ], 1407 ],
1406 } 1408 }
OLDNEW
« src/log.cc ('K') | « src/sampler-thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698