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

Side by Side Diff: src/v8.gyp

Issue 2689493002: [debugger] implement per-function code coverage. (Closed)
Patch Set: address comments Created 3 years, 10 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
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/debugger/debug/debug-scripts-throw.js » ('j') | 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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 'crankshaft/lithium.h', 830 'crankshaft/lithium.h',
831 'crankshaft/lithium-inl.h', 831 'crankshaft/lithium-inl.h',
832 'crankshaft/typing.cc', 832 'crankshaft/typing.cc',
833 'crankshaft/typing.h', 833 'crankshaft/typing.h',
834 'crankshaft/unique.h', 834 'crankshaft/unique.h',
835 'date.cc', 835 'date.cc',
836 'date.h', 836 'date.h',
837 'dateparser-inl.h', 837 'dateparser-inl.h',
838 'dateparser.cc', 838 'dateparser.cc',
839 'dateparser.h', 839 'dateparser.h',
840 'debug/debug-coverage.cc',
841 'debug/debug-coverage.h',
840 'debug/debug-evaluate.cc', 842 'debug/debug-evaluate.cc',
841 'debug/debug-evaluate.h', 843 'debug/debug-evaluate.h',
842 'debug/debug-interface.h', 844 'debug/debug-interface.h',
843 'debug/debug-frames.cc', 845 'debug/debug-frames.cc',
844 'debug/debug-frames.h', 846 'debug/debug-frames.h',
845 'debug/debug-scopes.cc', 847 'debug/debug-scopes.cc',
846 'debug/debug-scopes.h', 848 'debug/debug-scopes.h',
847 'debug/debug.cc', 849 'debug/debug.cc',
848 'debug/debug.h', 850 'debug/debug.h',
849 'debug/interface-types.h', 851 'debug/interface-types.h',
(...skipping 1653 matching lines...) Expand 10 before | Expand all | Expand 10 after
2503 'conditions': [ 2505 'conditions': [
2504 ['want_separate_host_toolset_mkpeephole==1', { 2506 ['want_separate_host_toolset_mkpeephole==1', {
2505 'toolsets': ['host'], 2507 'toolsets': ['host'],
2506 }, { 2508 }, {
2507 'toolsets': ['target'], 2509 'toolsets': ['target'],
2508 }], 2510 }],
2509 ], 2511 ],
2510 }, 2512 },
2511 ], 2513 ],
2512 } 2514 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/debugger/debug/debug-scripts-throw.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698