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

Side by Side Diff: src/v8.gyp

Issue 2082863003: Refactor the functions related to collecting code statistics to a new class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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/heap/spaces.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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 'global-handles.cc', 826 'global-handles.cc',
827 'global-handles.h', 827 'global-handles.h',
828 'globals.h', 828 'globals.h',
829 'handles-inl.h', 829 'handles-inl.h',
830 'handles.cc', 830 'handles.cc',
831 'handles.h', 831 'handles.h',
832 'heap-symbols.h', 832 'heap-symbols.h',
833 'heap/array-buffer-tracker-inl.h', 833 'heap/array-buffer-tracker-inl.h',
834 'heap/array-buffer-tracker.cc', 834 'heap/array-buffer-tracker.cc',
835 'heap/array-buffer-tracker.h', 835 'heap/array-buffer-tracker.h',
836 'heap/code-stats.cc',
837 'heap/code-stats.h',
836 'heap/memory-reducer.cc', 838 'heap/memory-reducer.cc',
837 'heap/memory-reducer.h', 839 'heap/memory-reducer.h',
838 'heap/gc-idle-time-handler.cc', 840 'heap/gc-idle-time-handler.cc',
839 'heap/gc-idle-time-handler.h', 841 'heap/gc-idle-time-handler.h',
840 'heap/gc-tracer.cc', 842 'heap/gc-tracer.cc',
841 'heap/gc-tracer.h', 843 'heap/gc-tracer.h',
842 'heap/heap-inl.h', 844 'heap/heap-inl.h',
843 'heap/heap.cc', 845 'heap/heap.cc',
844 'heap/heap.h', 846 'heap/heap.h',
845 'heap/incremental-marking-inl.h', 847 'heap/incremental-marking-inl.h',
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
2281 }], 2283 }],
2282 ['want_separate_host_toolset==1', { 2284 ['want_separate_host_toolset==1', {
2283 'toolsets': ['host'], 2285 'toolsets': ['host'],
2284 }, { 2286 }, {
2285 'toolsets': ['target'], 2287 'toolsets': ['target'],
2286 }], 2288 }],
2287 ], 2289 ],
2288 }, 2290 },
2289 ], 2291 ],
2290 } 2292 }
OLDNEW
« no previous file with comments | « src/heap/spaces.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698