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

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

Issue 15691017: Make assertion scopes thread safe. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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
« src/api.cc ('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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 '../../src/accessors.h', 205 '../../src/accessors.h',
206 '../../src/allocation.cc', 206 '../../src/allocation.cc',
207 '../../src/allocation.h', 207 '../../src/allocation.h',
208 '../../src/api.cc', 208 '../../src/api.cc',
209 '../../src/api.h', 209 '../../src/api.h',
210 '../../src/apiutils.h', 210 '../../src/apiutils.h',
211 '../../src/arguments.cc', 211 '../../src/arguments.cc',
212 '../../src/arguments.h', 212 '../../src/arguments.h',
213 '../../src/assembler.cc', 213 '../../src/assembler.cc',
214 '../../src/assembler.h', 214 '../../src/assembler.h',
215 '../../src/assert-scope.h',
215 '../../src/ast.cc', 216 '../../src/ast.cc',
216 '../../src/ast.h', 217 '../../src/ast.h',
217 '../../src/atomicops.h', 218 '../../src/atomicops.h',
218 '../../src/atomicops_internals_x86_gcc.cc', 219 '../../src/atomicops_internals_x86_gcc.cc',
219 '../../src/bignum-dtoa.cc', 220 '../../src/bignum-dtoa.cc',
220 '../../src/bignum-dtoa.h', 221 '../../src/bignum-dtoa.h',
221 '../../src/bignum.cc', 222 '../../src/bignum.cc',
222 '../../src/bignum.h', 223 '../../src/bignum.h',
223 '../../src/bootstrapper.cc', 224 '../../src/bootstrapper.cc',
224 '../../src/bootstrapper.h', 225 '../../src/bootstrapper.h',
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 }], 923 }],
923 ['v8_compress_startup_data=="bz2"', { 924 ['v8_compress_startup_data=="bz2"', {
924 'libraries': [ 925 'libraries': [
925 '-lbz2', 926 '-lbz2',
926 ] 927 ]
927 }], 928 }],
928 ], 929 ],
929 }, 930 },
930 ], 931 ],
931 } 932 }
OLDNEW
« src/api.cc ('K') | « test/cctest/test-strings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698