| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 '../../src/builtins.cc', | 422 '../../src/builtins.cc', |
| 423 '../../src/builtins.h', | 423 '../../src/builtins.h', |
| 424 '../../src/bytecodes-irregexp.h', | 424 '../../src/bytecodes-irregexp.h', |
| 425 '../../src/cached-powers.cc', | 425 '../../src/cached-powers.cc', |
| 426 '../../src/cached-powers.h', | 426 '../../src/cached-powers.h', |
| 427 '../../src/cancelable-task.cc', | 427 '../../src/cancelable-task.cc', |
| 428 '../../src/cancelable-task.h', | 428 '../../src/cancelable-task.h', |
| 429 '../../src/char-predicates.cc', | 429 '../../src/char-predicates.cc', |
| 430 '../../src/char-predicates-inl.h', | 430 '../../src/char-predicates-inl.h', |
| 431 '../../src/char-predicates.h', | 431 '../../src/char-predicates.h', |
| 432 '../../src/checks.cc', | |
| 433 '../../src/checks.h', | 432 '../../src/checks.h', |
| 434 '../../src/circular-queue-inl.h', | 433 '../../src/circular-queue-inl.h', |
| 435 '../../src/circular-queue.h', | 434 '../../src/circular-queue.h', |
| 436 '../../src/code-factory.cc', | 435 '../../src/code-factory.cc', |
| 437 '../../src/code-factory.h', | 436 '../../src/code-factory.h', |
| 438 '../../src/code-stubs.cc', | 437 '../../src/code-stubs.cc', |
| 439 '../../src/code-stubs.h', | 438 '../../src/code-stubs.h', |
| 440 '../../src/code-stubs-hydrogen.cc', | 439 '../../src/code-stubs-hydrogen.cc', |
| 441 '../../src/code.h', | 440 '../../src/code.h', |
| 442 '../../src/codegen.cc', | 441 '../../src/codegen.cc', |
| (...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1987 }], | 1986 }], |
| 1988 ['want_separate_host_toolset==1', { | 1987 ['want_separate_host_toolset==1', { |
| 1989 'toolsets': ['host'], | 1988 'toolsets': ['host'], |
| 1990 }, { | 1989 }, { |
| 1991 'toolsets': ['target'], | 1990 'toolsets': ['target'], |
| 1992 }], | 1991 }], |
| 1993 ], | 1992 ], |
| 1994 }, | 1993 }, |
| 1995 ], | 1994 ], |
| 1996 } | 1995 } |
| OLD | NEW |