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

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

Issue 1615173002: Revert of [profiler] Implement POC Sampling Heap Profiler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 | « test/cctest/test-heap-profiler.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 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 '../../src/profiler/heap-profiler.cc', 936 '../../src/profiler/heap-profiler.cc',
937 '../../src/profiler/heap-profiler.h', 937 '../../src/profiler/heap-profiler.h',
938 '../../src/profiler/heap-snapshot-generator-inl.h', 938 '../../src/profiler/heap-snapshot-generator-inl.h',
939 '../../src/profiler/heap-snapshot-generator.cc', 939 '../../src/profiler/heap-snapshot-generator.cc',
940 '../../src/profiler/heap-snapshot-generator.h', 940 '../../src/profiler/heap-snapshot-generator.h',
941 '../../src/profiler/profile-generator-inl.h', 941 '../../src/profiler/profile-generator-inl.h',
942 '../../src/profiler/profile-generator.cc', 942 '../../src/profiler/profile-generator.cc',
943 '../../src/profiler/profile-generator.h', 943 '../../src/profiler/profile-generator.h',
944 '../../src/profiler/sampler.cc', 944 '../../src/profiler/sampler.cc',
945 '../../src/profiler/sampler.h', 945 '../../src/profiler/sampler.h',
946 '../../src/profiler/sampling-heap-profiler.cc',
947 '../../src/profiler/sampling-heap-profiler.h',
948 '../../src/profiler/strings-storage.cc', 946 '../../src/profiler/strings-storage.cc',
949 '../../src/profiler/strings-storage.h', 947 '../../src/profiler/strings-storage.h',
950 '../../src/profiler/unbound-queue-inl.h', 948 '../../src/profiler/unbound-queue-inl.h',
951 '../../src/profiler/unbound-queue.h', 949 '../../src/profiler/unbound-queue.h',
952 '../../src/property-descriptor.cc', 950 '../../src/property-descriptor.cc',
953 '../../src/property-descriptor.h', 951 '../../src/property-descriptor.h',
954 '../../src/property-details.h', 952 '../../src/property-details.h',
955 '../../src/property.cc', 953 '../../src/property.cc',
956 '../../src/property.h', 954 '../../src/property.h',
957 '../../src/prototype.h', 955 '../../src/prototype.h',
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
2121 }], 2119 }],
2122 ['want_separate_host_toolset==1', { 2120 ['want_separate_host_toolset==1', {
2123 'toolsets': ['host'], 2121 'toolsets': ['host'],
2124 }, { 2122 }, {
2125 'toolsets': ['target'], 2123 'toolsets': ['target'],
2126 }], 2124 }],
2127 ], 2125 ],
2128 }, 2126 },
2129 ], 2127 ],
2130 } 2128 }
OLDNEW
« no previous file with comments | « test/cctest/test-heap-profiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698