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

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

Issue 198253004: Introduce per-isolate assert scopes and API to guard JS execution. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: add missing file Created 6 years, 9 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
« include/v8.h ('K') | « test/cctest/test-strings.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '../../src/allocation-site-scopes.h', 251 '../../src/allocation-site-scopes.h',
252 '../../src/allocation-tracker.cc', 252 '../../src/allocation-tracker.cc',
253 '../../src/allocation-tracker.h', 253 '../../src/allocation-tracker.h',
254 '../../src/api.cc', 254 '../../src/api.cc',
255 '../../src/api.h', 255 '../../src/api.h',
256 '../../src/arguments.cc', 256 '../../src/arguments.cc',
257 '../../src/arguments.h', 257 '../../src/arguments.h',
258 '../../src/assembler.cc', 258 '../../src/assembler.cc',
259 '../../src/assembler.h', 259 '../../src/assembler.h',
260 '../../src/assert-scope.h', 260 '../../src/assert-scope.h',
261 '../../src/assert-scope.cc',
261 '../../src/ast.cc', 262 '../../src/ast.cc',
262 '../../src/ast.h', 263 '../../src/ast.h',
263 '../../src/atomicops.h', 264 '../../src/atomicops.h',
264 '../../src/atomicops_internals_x86_gcc.cc', 265 '../../src/atomicops_internals_x86_gcc.cc',
265 '../../src/bignum-dtoa.cc', 266 '../../src/bignum-dtoa.cc',
266 '../../src/bignum-dtoa.h', 267 '../../src/bignum-dtoa.h',
267 '../../src/bignum.cc', 268 '../../src/bignum.cc',
268 '../../src/bignum.h', 269 '../../src/bignum.h',
269 '../../src/bootstrapper.cc', 270 '../../src/bootstrapper.cc',
270 '../../src/bootstrapper.h', 271 '../../src/bootstrapper.h',
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 }], 1165 }],
1165 ['v8_compress_startup_data=="bz2"', { 1166 ['v8_compress_startup_data=="bz2"', {
1166 'libraries': [ 1167 'libraries': [
1167 '-lbz2', 1168 '-lbz2',
1168 ] 1169 ]
1169 }], 1170 }],
1170 ], 1171 ],
1171 }, 1172 },
1172 ], 1173 ],
1173 } 1174 }
OLDNEW
« include/v8.h ('K') | « test/cctest/test-strings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698