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

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

Issue 24996003: Revert "Add methods to enable configuration of ResourceConstraints based on limits derived at runti… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase 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',
274 '../../src/deoptimizer.cc', 273 '../../src/deoptimizer.cc',
275 '../../src/deoptimizer.h', 274 '../../src/deoptimizer.h',
276 '../../src/disasm.h', 275 '../../src/disasm.h',
277 '../../src/disassembler.cc', 276 '../../src/disassembler.cc',
278 '../../src/disassembler.h', 277 '../../src/disassembler.h',
279 '../../src/diy-fp.cc', 278 '../../src/diy-fp.cc',
280 '../../src/diy-fp.h', 279 '../../src/diy-fp.h',
281 '../../src/double.h', 280 '../../src/double.h',
282 '../../src/dtoa.cc', 281 '../../src/dtoa.cc',
283 '../../src/dtoa.h', 282 '../../src/dtoa.h',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 }], 1046 }],
1048 ['v8_compress_startup_data=="bz2"', { 1047 ['v8_compress_startup_data=="bz2"', {
1049 'libraries': [ 1048 'libraries': [
1050 '-lbz2', 1049 '-lbz2',
1051 ] 1050 ]
1052 }], 1051 }],
1053 ], 1052 ],
1054 }, 1053 },
1055 ], 1054 ],
1056 } 1055 }
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