| 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 '../../src/fast-codegen.h', | 418 '../../src/fast-codegen.h', |
| 419 '../../src/ia32/assembler-ia32-inl.h', | 419 '../../src/ia32/assembler-ia32-inl.h', |
| 420 '../../src/ia32/assembler-ia32.cc', | 420 '../../src/ia32/assembler-ia32.cc', |
| 421 '../../src/ia32/assembler-ia32.h', | 421 '../../src/ia32/assembler-ia32.h', |
| 422 '../../src/ia32/builtins-ia32.cc', | 422 '../../src/ia32/builtins-ia32.cc', |
| 423 '../../src/ia32/codegen-ia32.cc', | 423 '../../src/ia32/codegen-ia32.cc', |
| 424 '../../src/ia32/codegen-ia32.h', | 424 '../../src/ia32/codegen-ia32.h', |
| 425 '../../src/ia32/cpu-ia32.cc', | 425 '../../src/ia32/cpu-ia32.cc', |
| 426 '../../src/ia32/debug-ia32.cc', | 426 '../../src/ia32/debug-ia32.cc', |
| 427 '../../src/ia32/disasm-ia32.cc', | 427 '../../src/ia32/disasm-ia32.cc', |
| 428 '../../src/ia32/fast-codegen.cc', | 428 '../../src/ia32/fast-codegen-ia32.cc', |
| 429 '../../src/ia32/frames-ia32.cc', | 429 '../../src/ia32/frames-ia32.cc', |
| 430 '../../src/ia32/frames-ia32.h', | 430 '../../src/ia32/frames-ia32.h', |
| 431 '../../src/ia32/ic-ia32.cc', | 431 '../../src/ia32/ic-ia32.cc', |
| 432 '../../src/ia32/jump-target-ia32.cc', | 432 '../../src/ia32/jump-target-ia32.cc', |
| 433 '../../src/ia32/macro-assembler-ia32.cc', | 433 '../../src/ia32/macro-assembler-ia32.cc', |
| 434 '../../src/ia32/macro-assembler-ia32.h', | 434 '../../src/ia32/macro-assembler-ia32.h', |
| 435 '../../src/ia32/regexp-macro-assembler-ia32.cc', | 435 '../../src/ia32/regexp-macro-assembler-ia32.cc', |
| 436 '../../src/ia32/regexp-macro-assembler-ia32.h', | 436 '../../src/ia32/regexp-macro-assembler-ia32.h', |
| 437 '../../src/ia32/register-allocator-ia32.cc', | 437 '../../src/ia32/register-allocator-ia32.cc', |
| 438 '../../src/ia32/stub-cache-ia32.cc', | 438 '../../src/ia32/stub-cache-ia32.cc', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 ], | 568 ], |
| 569 'conditions': [ | 569 'conditions': [ |
| 570 [ 'OS=="win"', { | 570 [ 'OS=="win"', { |
| 571 # This could be gotten by not setting chromium_code, if that's OK. | 571 # This could be gotten by not setting chromium_code, if that's OK. |
| 572 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 572 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 573 }], | 573 }], |
| 574 ], | 574 ], |
| 575 }, | 575 }, |
| 576 ], | 576 ], |
| 577 } | 577 } |
| OLD | NEW |