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

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

Issue 22849002: Rewrite SamplingCircularQueue (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Use V8_ALIGNAS from include/v8config.h Created 7 years, 3 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/cctest/test-cpu-profiler.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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 '../../src/builtins.cc', 239 '../../src/builtins.cc',
240 '../../src/builtins.h', 240 '../../src/builtins.h',
241 '../../src/bytecodes-irregexp.h', 241 '../../src/bytecodes-irregexp.h',
242 '../../src/cached-powers.cc', 242 '../../src/cached-powers.cc',
243 '../../src/cached-powers.h', 243 '../../src/cached-powers.h',
244 '../../src/char-predicates-inl.h', 244 '../../src/char-predicates-inl.h',
245 '../../src/char-predicates.h', 245 '../../src/char-predicates.h',
246 '../../src/checks.cc', 246 '../../src/checks.cc',
247 '../../src/checks.h', 247 '../../src/checks.h',
248 '../../src/circular-queue-inl.h', 248 '../../src/circular-queue-inl.h',
249 '../../src/circular-queue.cc',
250 '../../src/circular-queue.h', 249 '../../src/circular-queue.h',
251 '../../src/code-stubs.cc', 250 '../../src/code-stubs.cc',
252 '../../src/code-stubs.h', 251 '../../src/code-stubs.h',
253 '../../src/code-stubs-hydrogen.cc', 252 '../../src/code-stubs-hydrogen.cc',
254 '../../src/code.h', 253 '../../src/code.h',
255 '../../src/codegen.cc', 254 '../../src/codegen.cc',
256 '../../src/codegen.h', 255 '../../src/codegen.h',
257 '../../src/compilation-cache.cc', 256 '../../src/compilation-cache.cc',
258 '../../src/compilation-cache.h', 257 '../../src/compilation-cache.h',
259 '../../src/compiler.cc', 258 '../../src/compiler.cc',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 }], 1032 }],
1034 ['v8_compress_startup_data=="bz2"', { 1033 ['v8_compress_startup_data=="bz2"', {
1035 'libraries': [ 1034 'libraries': [
1036 '-lbz2', 1035 '-lbz2',
1037 ] 1036 ]
1038 }], 1037 }],
1039 ], 1038 ],
1040 }, 1039 },
1041 ], 1040 ],
1042 } 1041 }
OLDNEW
« no previous file with comments | « test/cctest/test-cpu-profiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698