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

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

Issue 1217013: Version 2.1.9.1 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: 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 | 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 '../../src/disassembler.cc', 269 '../../src/disassembler.cc',
270 '../../src/disassembler.h', 270 '../../src/disassembler.h',
271 '../../src/dtoa-config.c', 271 '../../src/dtoa-config.c',
272 '../../src/diy-fp.cc', 272 '../../src/diy-fp.cc',
273 '../../src/diy-fp.h', 273 '../../src/diy-fp.h',
274 '../../src/double.h', 274 '../../src/double.h',
275 '../../src/execution.cc', 275 '../../src/execution.cc',
276 '../../src/execution.h', 276 '../../src/execution.h',
277 '../../src/factory.cc', 277 '../../src/factory.cc',
278 '../../src/factory.h', 278 '../../src/factory.h',
279 '../../src/fast-codegen.cc',
280 '../../src/fast-codegen.h', 279 '../../src/fast-codegen.h',
281 '../../src/fast-dtoa.cc', 280 '../../src/fast-dtoa.cc',
282 '../../src/fast-dtoa.h', 281 '../../src/fast-dtoa.h',
283 '../../src/flag-definitions.h', 282 '../../src/flag-definitions.h',
284 '../../src/flags.cc', 283 '../../src/flags.cc',
285 '../../src/flags.h', 284 '../../src/flags.h',
286 '../../src/frame-element.cc', 285 '../../src/frame-element.cc',
287 '../../src/frame-element.h', 286 '../../src/frame-element.h',
288 '../../src/frames-inl.h', 287 '../../src/frames-inl.h',
289 '../../src/frames.cc', 288 '../../src/frames.cc',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 '../../src/zone-inl.h', 409 '../../src/zone-inl.h',
411 '../../src/zone.cc', 410 '../../src/zone.cc',
412 '../../src/zone.h', 411 '../../src/zone.h',
413 ], 412 ],
414 'conditions': [ 413 'conditions': [
415 ['target_arch=="arm"', { 414 ['target_arch=="arm"', {
416 'include_dirs+': [ 415 'include_dirs+': [
417 '../../src/arm', 416 '../../src/arm',
418 ], 417 ],
419 'sources': [ 418 'sources': [
419 '../../src/fast-codegen.cc',
420 '../../src/jump-target-light-inl.h', 420 '../../src/jump-target-light-inl.h',
421 '../../src/jump-target-light.cc', 421 '../../src/jump-target-light.cc',
422 '../../src/virtual-frame-light-inl.h', 422 '../../src/virtual-frame-light-inl.h',
423 '../../src/virtual-frame-light.cc', 423 '../../src/virtual-frame-light.cc',
424 '../../src/arm/assembler-arm-inl.h', 424 '../../src/arm/assembler-arm-inl.h',
425 '../../src/arm/assembler-arm.cc', 425 '../../src/arm/assembler-arm.cc',
426 '../../src/arm/assembler-arm.h', 426 '../../src/arm/assembler-arm.h',
427 '../../src/arm/builtins-arm.cc', 427 '../../src/arm/builtins-arm.cc',
428 '../../src/arm/codegen-arm.cc', 428 '../../src/arm/codegen-arm.cc',
429 '../../src/arm/codegen-arm.h', 429 '../../src/arm/codegen-arm.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 '../../src/ia32/stub-cache-ia32.cc', 490 '../../src/ia32/stub-cache-ia32.cc',
491 '../../src/ia32/virtual-frame-ia32.cc', 491 '../../src/ia32/virtual-frame-ia32.cc',
492 '../../src/ia32/virtual-frame-ia32.h', 492 '../../src/ia32/virtual-frame-ia32.h',
493 ], 493 ],
494 }], 494 }],
495 ['target_arch=="x64"', { 495 ['target_arch=="x64"', {
496 'include_dirs+': [ 496 'include_dirs+': [
497 '../../src/x64', 497 '../../src/x64',
498 ], 498 ],
499 'sources': [ 499 'sources': [
500 '../../src/fast-codegen.cc',
500 '../../src/jump-target-heavy-inl.h', 501 '../../src/jump-target-heavy-inl.h',
501 '../../src/jump-target-heavy.cc', 502 '../../src/jump-target-heavy.cc',
502 '../../src/virtual-frame-heavy-inl.h', 503 '../../src/virtual-frame-heavy-inl.h',
503 '../../src/virtual-frame-heavy.cc', 504 '../../src/virtual-frame-heavy.cc',
504 '../../src/x64/assembler-x64-inl.h', 505 '../../src/x64/assembler-x64-inl.h',
505 '../../src/x64/assembler-x64.cc', 506 '../../src/x64/assembler-x64.cc',
506 '../../src/x64/assembler-x64.h', 507 '../../src/x64/assembler-x64.h',
507 '../../src/x64/builtins-x64.cc', 508 '../../src/x64/builtins-x64.cc',
508 '../../src/x64/codegen-x64.cc', 509 '../../src/x64/codegen-x64.cc',
509 '../../src/x64/codegen-x64.h', 510 '../../src/x64/codegen-x64.h',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 ], 649 ],
649 'conditions': [ 650 'conditions': [
650 [ 'OS=="win"', { 651 [ 'OS=="win"', {
651 # This could be gotten by not setting chromium_code, if that's OK. 652 # This could be gotten by not setting chromium_code, if that's OK.
652 'defines': ['_CRT_SECURE_NO_WARNINGS'], 653 'defines': ['_CRT_SECURE_NO_WARNINGS'],
653 }], 654 }],
654 ], 655 ],
655 }, 656 },
656 ], 657 ],
657 } 658 }
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