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

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

Issue 5563010: Merge r5931 and r5938 to trunk to fix compilation/linking (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 10 years 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 | « src/version.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 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 '../../src/ic.h', 381 '../../src/ic.h',
382 '../../src/interpreter-irregexp.cc', 382 '../../src/interpreter-irregexp.cc',
383 '../../src/interpreter-irregexp.h', 383 '../../src/interpreter-irregexp.h',
384 '../../src/jump-target-inl.h', 384 '../../src/jump-target-inl.h',
385 '../../src/jump-target.cc', 385 '../../src/jump-target.cc',
386 '../../src/jump-target.h', 386 '../../src/jump-target.h',
387 '../../src/jsregexp.cc', 387 '../../src/jsregexp.cc',
388 '../../src/jsregexp.h', 388 '../../src/jsregexp.h',
389 '../../src/list-inl.h', 389 '../../src/list-inl.h',
390 '../../src/list.h', 390 '../../src/list.h',
391 » '../../src/lithium-allocator.cc', 391 '../../src/lithium-allocator.cc',
392 '../../src/lithium-allocator.h', 392 '../../src/lithium-allocator.h',
393 '../../src/liveedit.cc', 393 '../../src/liveedit.cc',
394 '../../src/liveedit.h', 394 '../../src/liveedit.h',
395 '../../src/log-inl.h', 395 '../../src/log-inl.h',
396 '../../src/log-utils.cc', 396 '../../src/log-utils.cc',
397 '../../src/log-utils.h', 397 '../../src/log-utils.h',
398 '../../src/log.cc', 398 '../../src/log.cc',
399 '../../src/log.h', 399 '../../src/log.h',
400 '../../src/macro-assembler.h', 400 '../../src/macro-assembler.h',
401 '../../src/mark-compact.cc', 401 '../../src/mark-compact.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 '../../src/arm/constants-arm.cc', 533 '../../src/arm/constants-arm.cc',
534 '../../src/arm/cpu-arm.cc', 534 '../../src/arm/cpu-arm.cc',
535 '../../src/arm/debug-arm.cc', 535 '../../src/arm/debug-arm.cc',
536 '../../src/arm/deoptimizer-arm.cc', 536 '../../src/arm/deoptimizer-arm.cc',
537 '../../src/arm/disasm-arm.cc', 537 '../../src/arm/disasm-arm.cc',
538 '../../src/arm/frames-arm.cc', 538 '../../src/arm/frames-arm.cc',
539 '../../src/arm/frames-arm.h', 539 '../../src/arm/frames-arm.h',
540 '../../src/arm/full-codegen-arm.cc', 540 '../../src/arm/full-codegen-arm.cc',
541 '../../src/arm/ic-arm.cc', 541 '../../src/arm/ic-arm.cc',
542 '../../src/arm/jump-target-arm.cc', 542 '../../src/arm/jump-target-arm.cc',
543 '../../src/arm/lithium-codegen-arm.cc',
544 '../../src/arm/lithium-codegen-arm.h',
545 '../../src/arm/lithium-arm.cc',
546 '../../src/arm/lithium-arm.h',
543 '../../src/arm/macro-assembler-arm.cc', 547 '../../src/arm/macro-assembler-arm.cc',
544 '../../src/arm/macro-assembler-arm.h', 548 '../../src/arm/macro-assembler-arm.h',
545 '../../src/arm/regexp-macro-assembler-arm.cc', 549 '../../src/arm/regexp-macro-assembler-arm.cc',
546 '../../src/arm/regexp-macro-assembler-arm.h', 550 '../../src/arm/regexp-macro-assembler-arm.h',
547 '../../src/arm/register-allocator-arm.cc', 551 '../../src/arm/register-allocator-arm.cc',
548 '../../src/arm/simulator-arm.cc', 552 '../../src/arm/simulator-arm.cc',
549 '../../src/arm/stub-cache-arm.cc', 553 '../../src/arm/stub-cache-arm.cc',
550 '../../src/arm/virtual-frame-arm-inl.h', 554 '../../src/arm/virtual-frame-arm-inl.h',
551 '../../src/arm/virtual-frame-arm.cc', 555 '../../src/arm/virtual-frame-arm.cc',
552 '../../src/arm/virtual-frame-arm.h', 556 '../../src/arm/virtual-frame-arm.h',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 ], 776 ],
773 'conditions': [ 777 'conditions': [
774 ['OS=="win"', { 778 ['OS=="win"', {
775 # This could be gotten by not setting chromium_code, if that's OK. 779 # This could be gotten by not setting chromium_code, if that's OK.
776 'defines': ['_CRT_SECURE_NO_WARNINGS'], 780 'defines': ['_CRT_SECURE_NO_WARNINGS'],
777 }], 781 }],
778 ], 782 ],
779 }, 783 },
780 ], 784 ],
781 } 785 }
OLDNEW
« no previous file with comments | « src/version.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698