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

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

Issue 5302003: Working stand-alone preparser. (Closed)
Patch Set: Add names to exit codes, fix bug in preparser. 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
« no previous file with comments | « src/v8checks.h ('k') | tools/presubmit.py » ('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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 '../../src/unbound-queue.h', 468 '../../src/unbound-queue.h',
469 '../../src/unicode-inl.h', 469 '../../src/unicode-inl.h',
470 '../../src/unicode.cc', 470 '../../src/unicode.cc',
471 '../../src/unicode.h', 471 '../../src/unicode.h',
472 '../../src/utils.cc', 472 '../../src/utils.cc',
473 '../../src/utils.h', 473 '../../src/utils.h',
474 '../../src/v8-counters.cc', 474 '../../src/v8-counters.cc',
475 '../../src/v8-counters.h', 475 '../../src/v8-counters.h',
476 '../../src/v8.cc', 476 '../../src/v8.cc',
477 '../../src/v8.h', 477 '../../src/v8.h',
478 '../../src/v8checks.h',
479 '../../src/v8globals.h',
478 '../../src/v8threads.cc', 480 '../../src/v8threads.cc',
479 '../../src/v8threads.h', 481 '../../src/v8threads.h',
482 '../../src/v8utils.h',
480 '../../src/variables.cc', 483 '../../src/variables.cc',
481 '../../src/variables.h', 484 '../../src/variables.h',
482 '../../src/version.cc', 485 '../../src/version.cc',
483 '../../src/version.h', 486 '../../src/version.h',
484 '../../src/virtual-frame-inl.h', 487 '../../src/virtual-frame-inl.h',
485 '../../src/virtual-frame.cc', 488 '../../src/virtual-frame.cc',
486 '../../src/virtual-frame.h', 489 '../../src/virtual-frame.h',
487 '../../src/vm-state-inl.h', 490 '../../src/vm-state-inl.h',
488 '../../src/vm-state.h', 491 '../../src/vm-state.h',
489 '../../src/zone-inl.h', 492 '../../src/zone-inl.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 ], 752 ],
750 'conditions': [ 753 'conditions': [
751 ['OS=="win"', { 754 ['OS=="win"', {
752 # This could be gotten by not setting chromium_code, if that's OK. 755 # This could be gotten by not setting chromium_code, if that's OK.
753 'defines': ['_CRT_SECURE_NO_WARNINGS'], 756 'defines': ['_CRT_SECURE_NO_WARNINGS'],
754 }], 757 }],
755 ], 758 ],
756 }, 759 },
757 ], 760 ],
758 } 761 }
OLDNEW
« no previous file with comments | « src/v8checks.h ('k') | tools/presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698