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

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

Issue 34523002: [Sheriff] Revert "Record allocation stack traces" and "Temporarily disable test-heap-profiler/Track… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | « 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'include_dirs+': [ 204 'include_dirs+': [
205 '../../src', 205 '../../src',
206 ], 206 ],
207 'sources': [ ### gcmole(all) ### 207 'sources': [ ### gcmole(all) ###
208 '../../src/accessors.cc', 208 '../../src/accessors.cc',
209 '../../src/accessors.h', 209 '../../src/accessors.h',
210 '../../src/allocation.cc', 210 '../../src/allocation.cc',
211 '../../src/allocation.h', 211 '../../src/allocation.h',
212 '../../src/allocation-site-scopes.cc', 212 '../../src/allocation-site-scopes.cc',
213 '../../src/allocation-site-scopes.h', 213 '../../src/allocation-site-scopes.h',
214 '../../src/allocation-tracker.cc',
215 '../../src/allocation-tracker.h',
216 '../../src/api.cc', 214 '../../src/api.cc',
217 '../../src/api.h', 215 '../../src/api.h',
218 '../../src/apiutils.h', 216 '../../src/apiutils.h',
219 '../../src/arguments.cc', 217 '../../src/arguments.cc',
220 '../../src/arguments.h', 218 '../../src/arguments.h',
221 '../../src/assembler.cc', 219 '../../src/assembler.cc',
222 '../../src/assembler.h', 220 '../../src/assembler.h',
223 '../../src/assert-scope.h', 221 '../../src/assert-scope.h',
224 '../../src/ast.cc', 222 '../../src/ast.cc',
225 '../../src/ast.h', 223 '../../src/ast.h',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 }], 1055 }],
1058 ['v8_compress_startup_data=="bz2"', { 1056 ['v8_compress_startup_data=="bz2"', {
1059 'libraries': [ 1057 'libraries': [
1060 '-lbz2', 1058 '-lbz2',
1061 ] 1059 ]
1062 }], 1060 }],
1063 ], 1061 ],
1064 }, 1062 },
1065 ], 1063 ],
1066 } 1064 }
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