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

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

Issue 24269003: Add methods to enable configuration of ResourceConstraints based on limits derived at runtime. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: /s/uintptr_t/uint64_t 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 | « src/platform-win32.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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 '../../src/data-flow.h', 263 '../../src/data-flow.h',
264 '../../src/date.cc', 264 '../../src/date.cc',
265 '../../src/date.h', 265 '../../src/date.h',
266 '../../src/dateparser-inl.h', 266 '../../src/dateparser-inl.h',
267 '../../src/dateparser.cc', 267 '../../src/dateparser.cc',
268 '../../src/dateparser.h', 268 '../../src/dateparser.h',
269 '../../src/debug-agent.cc', 269 '../../src/debug-agent.cc',
270 '../../src/debug-agent.h', 270 '../../src/debug-agent.h',
271 '../../src/debug.cc', 271 '../../src/debug.cc',
272 '../../src/debug.h', 272 '../../src/debug.h',
273 '../../src/defaults.cc',
273 '../../src/deoptimizer.cc', 274 '../../src/deoptimizer.cc',
274 '../../src/deoptimizer.h', 275 '../../src/deoptimizer.h',
275 '../../src/disasm.h', 276 '../../src/disasm.h',
276 '../../src/disassembler.cc', 277 '../../src/disassembler.cc',
277 '../../src/disassembler.h', 278 '../../src/disassembler.h',
278 '../../src/diy-fp.cc', 279 '../../src/diy-fp.cc',
279 '../../src/diy-fp.h', 280 '../../src/diy-fp.h',
280 '../../src/double.h', 281 '../../src/double.h',
281 '../../src/dtoa.cc', 282 '../../src/dtoa.cc',
282 '../../src/dtoa.h', 283 '../../src/dtoa.h',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 }], 1043 }],
1043 ['v8_compress_startup_data=="bz2"', { 1044 ['v8_compress_startup_data=="bz2"', {
1044 'libraries': [ 1045 'libraries': [
1045 '-lbz2', 1046 '-lbz2',
1046 ] 1047 ]
1047 }], 1048 }],
1048 ], 1049 ],
1049 }, 1050 },
1050 ], 1051 ],
1051 } 1052 }
OLDNEW
« no previous file with comments | « src/platform-win32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698