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

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

Issue 27366003: AllocationSites for all literals (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Minor nit. Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/allocation-site-info.js ('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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'optimize': 'max', 202 'optimize': 'max',
203 }, 203 },
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',
213 '../../src/allocation-site-scopes.h',
212 '../../src/api.cc', 214 '../../src/api.cc',
213 '../../src/api.h', 215 '../../src/api.h',
214 '../../src/apiutils.h', 216 '../../src/apiutils.h',
215 '../../src/arguments.cc', 217 '../../src/arguments.cc',
216 '../../src/arguments.h', 218 '../../src/arguments.h',
217 '../../src/assembler.cc', 219 '../../src/assembler.cc',
218 '../../src/assembler.h', 220 '../../src/assembler.h',
219 '../../src/assert-scope.h', 221 '../../src/assert-scope.h',
220 '../../src/ast.cc', 222 '../../src/ast.cc',
221 '../../src/ast.h', 223 '../../src/ast.h',
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 }], 1054 }],
1053 ['v8_compress_startup_data=="bz2"', { 1055 ['v8_compress_startup_data=="bz2"', {
1054 'libraries': [ 1056 'libraries': [
1055 '-lbz2', 1057 '-lbz2',
1056 ] 1058 ]
1057 }], 1059 }],
1058 ], 1060 ],
1059 }, 1061 },
1060 ], 1062 ],
1061 } 1063 }
OLDNEW
« no previous file with comments | « test/mjsunit/allocation-site-info.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698