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

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

Issue 910002: Start migrating profiles processing to C++. (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
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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 '../../src/oprofile-agent.h', 333 '../../src/oprofile-agent.h',
334 '../../src/oprofile-agent.cc', 334 '../../src/oprofile-agent.cc',
335 '../../src/parser.cc', 335 '../../src/parser.cc',
336 '../../src/parser.h', 336 '../../src/parser.h',
337 '../../src/platform.h', 337 '../../src/platform.h',
338 '../../src/powers_ten.h', 338 '../../src/powers_ten.h',
339 '../../src/prettyprinter.cc', 339 '../../src/prettyprinter.cc',
340 '../../src/prettyprinter.h', 340 '../../src/prettyprinter.h',
341 '../../src/property.cc', 341 '../../src/property.cc',
342 '../../src/property.h', 342 '../../src/property.h',
343 '../../src/profile-generator-inl.h',
344 '../../src/profile-generator.cc',
345 '../../src/profile-generator.h',
343 '../../src/regexp-macro-assembler-irregexp-inl.h', 346 '../../src/regexp-macro-assembler-irregexp-inl.h',
344 '../../src/regexp-macro-assembler-irregexp.cc', 347 '../../src/regexp-macro-assembler-irregexp.cc',
345 '../../src/regexp-macro-assembler-irregexp.h', 348 '../../src/regexp-macro-assembler-irregexp.h',
346 '../../src/regexp-macro-assembler-tracer.cc', 349 '../../src/regexp-macro-assembler-tracer.cc',
347 '../../src/regexp-macro-assembler-tracer.h', 350 '../../src/regexp-macro-assembler-tracer.h',
348 '../../src/regexp-macro-assembler.cc', 351 '../../src/regexp-macro-assembler.cc',
349 '../../src/regexp-macro-assembler.h', 352 '../../src/regexp-macro-assembler.h',
350 '../../src/regexp-stack.cc', 353 '../../src/regexp-stack.cc',
351 '../../src/regexp-stack.h', 354 '../../src/regexp-stack.h',
352 '../../src/register-allocator.h', 355 '../../src/register-allocator.h',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 ], 631 ],
629 'conditions': [ 632 'conditions': [
630 [ 'OS=="win"', { 633 [ 'OS=="win"', {
631 # This could be gotten by not setting chromium_code, if that's OK. 634 # This could be gotten by not setting chromium_code, if that's OK.
632 'defines': ['_CRT_SECURE_NO_WARNINGS'], 635 'defines': ['_CRT_SECURE_NO_WARNINGS'],
633 }], 636 }],
634 ], 637 ],
635 }, 638 },
636 ], 639 ],
637 } 640 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698