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

Side by Side Diff: src/v8.gyp

Issue 1952393002: Split TickSample and Sampler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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
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 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'profiler/heap-snapshot-generator.h', 991 'profiler/heap-snapshot-generator.h',
992 'profiler/profile-generator-inl.h', 992 'profiler/profile-generator-inl.h',
993 'profiler/profile-generator.cc', 993 'profiler/profile-generator.cc',
994 'profiler/profile-generator.h', 994 'profiler/profile-generator.h',
995 'profiler/sampler.cc', 995 'profiler/sampler.cc',
996 'profiler/sampler.h', 996 'profiler/sampler.h',
997 'profiler/sampling-heap-profiler.cc', 997 'profiler/sampling-heap-profiler.cc',
998 'profiler/sampling-heap-profiler.h', 998 'profiler/sampling-heap-profiler.h',
999 'profiler/strings-storage.cc', 999 'profiler/strings-storage.cc',
1000 'profiler/strings-storage.h', 1000 'profiler/strings-storage.h',
1001 'profiler/tick-sample.cc',
1002 'profiler/tick-sample.h',
1001 'profiler/unbound-queue-inl.h', 1003 'profiler/unbound-queue-inl.h',
1002 'profiler/unbound-queue.h', 1004 'profiler/unbound-queue.h',
1003 'property-descriptor.cc', 1005 'property-descriptor.cc',
1004 'property-descriptor.h', 1006 'property-descriptor.h',
1005 'property-details.h', 1007 'property-details.h',
1006 'property.cc', 1008 'property.cc',
1007 'property.h', 1009 'property.h',
1008 'prototype.h', 1010 'prototype.h',
1009 'regexp/bytecodes-irregexp.h', 1011 'regexp/bytecodes-irregexp.h',
1010 'regexp/interpreter-irregexp.cc', 1012 'regexp/interpreter-irregexp.cc',
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 }], 2236 }],
2235 ['want_separate_host_toolset==1', { 2237 ['want_separate_host_toolset==1', {
2236 'toolsets': ['host'], 2238 'toolsets': ['host'],
2237 }, { 2239 }, {
2238 'toolsets': ['target'], 2240 'toolsets': ['target'],
2239 }], 2241 }],
2240 ], 2242 ],
2241 }, 2243 },
2242 ], 2244 ],
2243 } 2245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698