OLD | NEW |
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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 '../../src/debug-agent.cc', | 260 '../../src/debug-agent.cc', |
261 '../../src/debug-agent.h', | 261 '../../src/debug-agent.h', |
262 '../../src/disasm.h', | 262 '../../src/disasm.h', |
263 '../../src/disassembler.cc', | 263 '../../src/disassembler.cc', |
264 '../../src/disassembler.h', | 264 '../../src/disassembler.h', |
265 '../../src/dtoa-config.c', | 265 '../../src/dtoa-config.c', |
266 '../../src/execution.cc', | 266 '../../src/execution.cc', |
267 '../../src/execution.h', | 267 '../../src/execution.h', |
268 '../../src/factory.cc', | 268 '../../src/factory.cc', |
269 '../../src/factory.h', | 269 '../../src/factory.h', |
270 '../../src/fast-codegen.cc', | |
271 '../../src/fast-codegen.h', | |
272 '../../src/flag-definitions.h', | 270 '../../src/flag-definitions.h', |
273 '../../src/flags.cc', | 271 '../../src/flags.cc', |
274 '../../src/flags.h', | 272 '../../src/flags.h', |
275 '../../src/frame-element.cc', | 273 '../../src/frame-element.cc', |
276 '../../src/frame-element.h', | 274 '../../src/frame-element.h', |
277 '../../src/frames-inl.h', | 275 '../../src/frames-inl.h', |
278 '../../src/frames.cc', | 276 '../../src/frames.cc', |
279 '../../src/frames.h', | 277 '../../src/frames.h', |
| 278 '../../src/full-codegen.cc', |
| 279 '../../src/full-codegen.h', |
280 '../../src/func-name-inferrer.cc', | 280 '../../src/func-name-inferrer.cc', |
281 '../../src/func-name-inferrer.h', | 281 '../../src/func-name-inferrer.h', |
282 '../../src/global-handles.cc', | 282 '../../src/global-handles.cc', |
283 '../../src/global-handles.h', | 283 '../../src/global-handles.h', |
284 '../../src/globals.h', | 284 '../../src/globals.h', |
285 '../../src/handles-inl.h', | 285 '../../src/handles-inl.h', |
286 '../../src/handles.cc', | 286 '../../src/handles.cc', |
287 '../../src/handles.h', | 287 '../../src/handles.h', |
288 '../../src/hashmap.cc', | 288 '../../src/hashmap.cc', |
289 '../../src/hashmap.h', | 289 '../../src/hashmap.h', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 '../../src/arm/assembler-arm.cc', | 401 '../../src/arm/assembler-arm.cc', |
402 '../../src/arm/assembler-arm.h', | 402 '../../src/arm/assembler-arm.h', |
403 '../../src/arm/builtins-arm.cc', | 403 '../../src/arm/builtins-arm.cc', |
404 '../../src/arm/codegen-arm.cc', | 404 '../../src/arm/codegen-arm.cc', |
405 '../../src/arm/codegen-arm.h', | 405 '../../src/arm/codegen-arm.h', |
406 '../../src/arm/constants-arm.h', | 406 '../../src/arm/constants-arm.h', |
407 '../../src/arm/constants-arm.cc', | 407 '../../src/arm/constants-arm.cc', |
408 '../../src/arm/cpu-arm.cc', | 408 '../../src/arm/cpu-arm.cc', |
409 '../../src/arm/debug-arm.cc', | 409 '../../src/arm/debug-arm.cc', |
410 '../../src/arm/disasm-arm.cc', | 410 '../../src/arm/disasm-arm.cc', |
411 '../../src/arm/fast-codegen-arm.cc', | |
412 '../../src/arm/frames-arm.cc', | 411 '../../src/arm/frames-arm.cc', |
413 '../../src/arm/frames-arm.h', | 412 '../../src/arm/frames-arm.h', |
| 413 '../../src/arm/full-codegen-arm.cc', |
414 '../../src/arm/ic-arm.cc', | 414 '../../src/arm/ic-arm.cc', |
415 '../../src/arm/jump-target-arm.cc', | 415 '../../src/arm/jump-target-arm.cc', |
416 '../../src/arm/macro-assembler-arm.cc', | 416 '../../src/arm/macro-assembler-arm.cc', |
417 '../../src/arm/macro-assembler-arm.h', | 417 '../../src/arm/macro-assembler-arm.h', |
418 '../../src/arm/regexp-macro-assembler-arm.cc', | 418 '../../src/arm/regexp-macro-assembler-arm.cc', |
419 '../../src/arm/regexp-macro-assembler-arm.h', | 419 '../../src/arm/regexp-macro-assembler-arm.h', |
420 '../../src/arm/register-allocator-arm.cc', | 420 '../../src/arm/register-allocator-arm.cc', |
421 '../../src/arm/simulator-arm.cc', | 421 '../../src/arm/simulator-arm.cc', |
422 '../../src/arm/stub-cache-arm.cc', | 422 '../../src/arm/stub-cache-arm.cc', |
423 '../../src/arm/virtual-frame-arm.cc', | 423 '../../src/arm/virtual-frame-arm.cc', |
(...skipping 15 matching lines...) Expand all Loading... |
439 'sources': [ | 439 'sources': [ |
440 '../../src/ia32/assembler-ia32-inl.h', | 440 '../../src/ia32/assembler-ia32-inl.h', |
441 '../../src/ia32/assembler-ia32.cc', | 441 '../../src/ia32/assembler-ia32.cc', |
442 '../../src/ia32/assembler-ia32.h', | 442 '../../src/ia32/assembler-ia32.h', |
443 '../../src/ia32/builtins-ia32.cc', | 443 '../../src/ia32/builtins-ia32.cc', |
444 '../../src/ia32/codegen-ia32.cc', | 444 '../../src/ia32/codegen-ia32.cc', |
445 '../../src/ia32/codegen-ia32.h', | 445 '../../src/ia32/codegen-ia32.h', |
446 '../../src/ia32/cpu-ia32.cc', | 446 '../../src/ia32/cpu-ia32.cc', |
447 '../../src/ia32/debug-ia32.cc', | 447 '../../src/ia32/debug-ia32.cc', |
448 '../../src/ia32/disasm-ia32.cc', | 448 '../../src/ia32/disasm-ia32.cc', |
449 '../../src/ia32/fast-codegen-ia32.cc', | |
450 '../../src/ia32/frames-ia32.cc', | 449 '../../src/ia32/frames-ia32.cc', |
451 '../../src/ia32/frames-ia32.h', | 450 '../../src/ia32/frames-ia32.h', |
| 451 '../../src/ia32/full-codegen-ia32.cc', |
452 '../../src/ia32/ic-ia32.cc', | 452 '../../src/ia32/ic-ia32.cc', |
453 '../../src/ia32/jump-target-ia32.cc', | 453 '../../src/ia32/jump-target-ia32.cc', |
454 '../../src/ia32/macro-assembler-ia32.cc', | 454 '../../src/ia32/macro-assembler-ia32.cc', |
455 '../../src/ia32/macro-assembler-ia32.h', | 455 '../../src/ia32/macro-assembler-ia32.h', |
456 '../../src/ia32/regexp-macro-assembler-ia32.cc', | 456 '../../src/ia32/regexp-macro-assembler-ia32.cc', |
457 '../../src/ia32/regexp-macro-assembler-ia32.h', | 457 '../../src/ia32/regexp-macro-assembler-ia32.h', |
458 '../../src/ia32/register-allocator-ia32.cc', | 458 '../../src/ia32/register-allocator-ia32.cc', |
459 '../../src/ia32/stub-cache-ia32.cc', | 459 '../../src/ia32/stub-cache-ia32.cc', |
460 '../../src/ia32/virtual-frame-ia32.cc', | 460 '../../src/ia32/virtual-frame-ia32.cc', |
461 '../../src/ia32/virtual-frame-ia32.h', | 461 '../../src/ia32/virtual-frame-ia32.h', |
462 ], | 462 ], |
463 }], | 463 }], |
464 ['target_arch=="x64"', { | 464 ['target_arch=="x64"', { |
465 'include_dirs+': [ | 465 'include_dirs+': [ |
466 '../../src/x64', | 466 '../../src/x64', |
467 ], | 467 ], |
468 'sources': [ | 468 'sources': [ |
469 '../../src/x64/assembler-x64-inl.h', | 469 '../../src/x64/assembler-x64-inl.h', |
470 '../../src/x64/assembler-x64.cc', | 470 '../../src/x64/assembler-x64.cc', |
471 '../../src/x64/assembler-x64.h', | 471 '../../src/x64/assembler-x64.h', |
472 '../../src/x64/builtins-x64.cc', | 472 '../../src/x64/builtins-x64.cc', |
473 '../../src/x64/codegen-x64.cc', | 473 '../../src/x64/codegen-x64.cc', |
474 '../../src/x64/codegen-x64.h', | 474 '../../src/x64/codegen-x64.h', |
475 '../../src/x64/cpu-x64.cc', | 475 '../../src/x64/cpu-x64.cc', |
476 '../../src/x64/debug-x64.cc', | 476 '../../src/x64/debug-x64.cc', |
477 '../../src/x64/disasm-x64.cc', | 477 '../../src/x64/disasm-x64.cc', |
478 '../../src/x64/fast-codegen-x64.cc', | |
479 '../../src/x64/frames-x64.cc', | 478 '../../src/x64/frames-x64.cc', |
480 '../../src/x64/frames-x64.h', | 479 '../../src/x64/frames-x64.h', |
| 480 '../../src/x64/full-codegen-x64.cc', |
481 '../../src/x64/ic-x64.cc', | 481 '../../src/x64/ic-x64.cc', |
482 '../../src/x64/jump-target-x64.cc', | 482 '../../src/x64/jump-target-x64.cc', |
483 '../../src/x64/macro-assembler-x64.cc', | 483 '../../src/x64/macro-assembler-x64.cc', |
484 '../../src/x64/macro-assembler-x64.h', | 484 '../../src/x64/macro-assembler-x64.h', |
485 '../../src/x64/regexp-macro-assembler-x64.cc', | 485 '../../src/x64/regexp-macro-assembler-x64.cc', |
486 '../../src/x64/regexp-macro-assembler-x64.h', | 486 '../../src/x64/regexp-macro-assembler-x64.h', |
487 '../../src/x64/register-allocator-x64.cc', | 487 '../../src/x64/register-allocator-x64.cc', |
488 '../../src/x64/stub-cache-x64.cc', | 488 '../../src/x64/stub-cache-x64.cc', |
489 '../../src/x64/virtual-frame-x64.cc', | 489 '../../src/x64/virtual-frame-x64.cc', |
490 '../../src/x64/virtual-frame-x64.h', | 490 '../../src/x64/virtual-frame-x64.h', |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 ], | 611 ], |
612 'conditions': [ | 612 'conditions': [ |
613 [ 'OS=="win"', { | 613 [ 'OS=="win"', { |
614 # This could be gotten by not setting chromium_code, if that's OK. | 614 # This could be gotten by not setting chromium_code, if that's OK. |
615 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 615 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
616 }], | 616 }], |
617 ], | 617 ], |
618 }, | 618 }, |
619 ], | 619 ], |
620 } | 620 } |
OLD | NEW |