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

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

Issue 1047002: Implement circular queues for the C++ version of CPU profiler. (Closed)
Patch Set: Comments addressed Created 10 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
« no previous file with comments | « test/cctest/test-circular-queue.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../../src/bootstrapper.cc', 227 '../../src/bootstrapper.cc',
228 '../../src/bootstrapper.h', 228 '../../src/bootstrapper.h',
229 '../../src/builtins.cc', 229 '../../src/builtins.cc',
230 '../../src/builtins.h', 230 '../../src/builtins.h',
231 '../../src/bytecodes-irregexp.h', 231 '../../src/bytecodes-irregexp.h',
232 '../../src/cached_powers.h', 232 '../../src/cached_powers.h',
233 '../../src/char-predicates-inl.h', 233 '../../src/char-predicates-inl.h',
234 '../../src/char-predicates.h', 234 '../../src/char-predicates.h',
235 '../../src/checks.cc', 235 '../../src/checks.cc',
236 '../../src/checks.h', 236 '../../src/checks.h',
237 '../../src/circular-queue.cc',
237 '../../src/code-stubs.cc', 238 '../../src/code-stubs.cc',
238 '../../src/code-stubs.h', 239 '../../src/code-stubs.h',
239 '../../src/code.h', 240 '../../src/code.h',
240 '../../src/codegen-inl.h', 241 '../../src/codegen-inl.h',
241 '../../src/codegen.cc', 242 '../../src/codegen.cc',
242 '../../src/codegen.h', 243 '../../src/codegen.h',
243 '../../src/compilation-cache.cc', 244 '../../src/compilation-cache.cc',
244 '../../src/compilation-cache.h', 245 '../../src/compilation-cache.h',
245 '../../src/compiler.cc', 246 '../../src/compiler.cc',
246 '../../src/compiler.h', 247 '../../src/compiler.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 ], 632 ],
632 'conditions': [ 633 'conditions': [
633 [ 'OS=="win"', { 634 [ 'OS=="win"', {
634 # This could be gotten by not setting chromium_code, if that's OK. 635 # This could be gotten by not setting chromium_code, if that's OK.
635 'defines': ['_CRT_SECURE_NO_WARNINGS'], 636 'defines': ['_CRT_SECURE_NO_WARNINGS'],
636 }], 637 }],
637 ], 638 ],
638 }, 639 },
639 ], 640 ],
640 } 641 }
OLDNEW
« no previous file with comments | « test/cctest/test-circular-queue.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698