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

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

Issue 13852005: Move *BSD and Solaris Sampler implementations into sampler.cc (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Removed class TickSample forward declaration Created 7 years, 8 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/v8globals.h ('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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 '../../src/regexp-stack.cc', 440 '../../src/regexp-stack.cc',
441 '../../src/regexp-stack.h', 441 '../../src/regexp-stack.h',
442 '../../src/rewriter.cc', 442 '../../src/rewriter.cc',
443 '../../src/rewriter.h', 443 '../../src/rewriter.h',
444 '../../src/runtime-profiler.cc', 444 '../../src/runtime-profiler.cc',
445 '../../src/runtime-profiler.h', 445 '../../src/runtime-profiler.h',
446 '../../src/runtime.cc', 446 '../../src/runtime.cc',
447 '../../src/runtime.h', 447 '../../src/runtime.h',
448 '../../src/safepoint-table.cc', 448 '../../src/safepoint-table.cc',
449 '../../src/safepoint-table.h', 449 '../../src/safepoint-table.h',
450 '../../src/sampler.cc',
451 '../../src/sampler.h',
450 '../../src/scanner-character-streams.cc', 452 '../../src/scanner-character-streams.cc',
451 '../../src/scanner-character-streams.h', 453 '../../src/scanner-character-streams.h',
452 '../../src/scanner.cc', 454 '../../src/scanner.cc',
453 '../../src/scanner.h', 455 '../../src/scanner.h',
454 '../../src/scopeinfo.cc', 456 '../../src/scopeinfo.cc',
455 '../../src/scopeinfo.h', 457 '../../src/scopeinfo.h',
456 '../../src/scopes.cc', 458 '../../src/scopes.cc',
457 '../../src/scopes.h', 459 '../../src/scopes.h',
458 '../../src/serialize.cc', 460 '../../src/serialize.cc',
459 '../../src/serialize.h', 461 '../../src/serialize.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 }], 1011 }],
1010 ], 1012 ],
1011 'dependencies': [ 1013 'dependencies': [
1012 'v8' 1014 'v8'
1013 ], 1015 ],
1014 }, 1016 },
1015 ], 1017 ],
1016 }], 1018 }],
1017 ], 1019 ],
1018 } 1020 }
OLDNEW
« no previous file with comments | « src/v8globals.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698