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

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

Issue 5188006: Push version 2.5.7 to trunk.... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 1 month 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/mjsunit/regress/regress-931.js ('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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '../../src/api.h', 275 '../../src/api.h',
276 '../../src/apiutils.h', 276 '../../src/apiutils.h',
277 '../../src/arguments.h', 277 '../../src/arguments.h',
278 '../../src/assembler.cc', 278 '../../src/assembler.cc',
279 '../../src/assembler.h', 279 '../../src/assembler.h',
280 '../../src/ast.cc', 280 '../../src/ast.cc',
281 '../../src/ast-inl.h', 281 '../../src/ast-inl.h',
282 '../../src/ast.h', 282 '../../src/ast.h',
283 '../../src/bignum.cc', 283 '../../src/bignum.cc',
284 '../../src/bignum.h', 284 '../../src/bignum.h',
285 '../../src/bignum-dtoa.cc',
286 '../../src/bignum-dtoa.h',
285 '../../src/bootstrapper.cc', 287 '../../src/bootstrapper.cc',
286 '../../src/bootstrapper.h', 288 '../../src/bootstrapper.h',
287 '../../src/builtins.cc', 289 '../../src/builtins.cc',
288 '../../src/builtins.h', 290 '../../src/builtins.h',
289 '../../src/bytecodes-irregexp.h', 291 '../../src/bytecodes-irregexp.h',
290 '../../src/cached-powers.cc', 292 '../../src/cached-powers.cc',
291 '../../src/cached-powers.h', 293 '../../src/cached-powers.h',
292 '../../src/char-predicates-inl.h', 294 '../../src/char-predicates-inl.h',
293 '../../src/char-predicates.h', 295 '../../src/char-predicates.h',
294 '../../src/checks.cc', 296 '../../src/checks.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 '../../src/version.cc', 479 '../../src/version.cc',
478 '../../src/version.h', 480 '../../src/version.h',
479 '../../src/virtual-frame-inl.h', 481 '../../src/virtual-frame-inl.h',
480 '../../src/virtual-frame.cc', 482 '../../src/virtual-frame.cc',
481 '../../src/virtual-frame.h', 483 '../../src/virtual-frame.h',
482 '../../src/vm-state-inl.h', 484 '../../src/vm-state-inl.h',
483 '../../src/vm-state.h', 485 '../../src/vm-state.h',
484 '../../src/zone-inl.h', 486 '../../src/zone-inl.h',
485 '../../src/zone.cc', 487 '../../src/zone.cc',
486 '../../src/zone.h', 488 '../../src/zone.h',
489 '../../src/extensions/externalize-string-extension.cc',
490 '../../src/extensions/externalize-string-extension.h',
491 '../../src/extensions/gc-extension.cc',
492 '../../src/extensions/gc-extension.h',
487 ], 493 ],
488 'conditions': [ 494 'conditions': [
489 ['v8_target_arch=="arm"', { 495 ['v8_target_arch=="arm"', {
490 'include_dirs+': [ 496 'include_dirs+': [
491 '../../src/arm', 497 '../../src/arm',
492 ], 498 ],
493 'sources': [ 499 'sources': [
494 '../../src/jump-target-light.h', 500 '../../src/jump-target-light.h',
495 '../../src/jump-target-light-inl.h', 501 '../../src/jump-target-light-inl.h',
496 '../../src/jump-target-light.cc', 502 '../../src/jump-target-light.cc',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 ], 750 ],
745 'conditions': [ 751 'conditions': [
746 ['OS=="win"', { 752 ['OS=="win"', {
747 # This could be gotten by not setting chromium_code, if that's OK. 753 # This could be gotten by not setting chromium_code, if that's OK.
748 'defines': ['_CRT_SECURE_NO_WARNINGS'], 754 'defines': ['_CRT_SECURE_NO_WARNINGS'],
749 }], 755 }],
750 ], 756 ],
751 }, 757 },
752 ], 758 ],
753 } 759 }
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-931.js ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698