| 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 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1622 '../../src/base/atomicops_internals_x86_msvc.h', | 1622 '../../src/base/atomicops_internals_x86_msvc.h', |
| 1623 '../../src/base/bits.cc', | 1623 '../../src/base/bits.cc', |
| 1624 '../../src/base/bits.h', | 1624 '../../src/base/bits.h', |
| 1625 '../../src/base/build_config.h', | 1625 '../../src/base/build_config.h', |
| 1626 '../../src/base/compiler-specific.h', | 1626 '../../src/base/compiler-specific.h', |
| 1627 '../../src/base/cpu.cc', | 1627 '../../src/base/cpu.cc', |
| 1628 '../../src/base/cpu.h', | 1628 '../../src/base/cpu.h', |
| 1629 '../../src/base/division-by-constant.cc', | 1629 '../../src/base/division-by-constant.cc', |
| 1630 '../../src/base/division-by-constant.h', | 1630 '../../src/base/division-by-constant.h', |
| 1631 '../../src/base/flags.h', | 1631 '../../src/base/flags.h', |
| 1632 '../../src/base/format-macros.h', | |
| 1633 '../../src/base/functional.cc', | 1632 '../../src/base/functional.cc', |
| 1634 '../../src/base/functional.h', | 1633 '../../src/base/functional.h', |
| 1635 '../../src/base/iterator.h', | 1634 '../../src/base/iterator.h', |
| 1636 '../../src/base/lazy-instance.h', | 1635 '../../src/base/lazy-instance.h', |
| 1637 '../../src/base/logging.cc', | 1636 '../../src/base/logging.cc', |
| 1638 '../../src/base/logging.h', | 1637 '../../src/base/logging.h', |
| 1639 '../../src/base/macros.h', | 1638 '../../src/base/macros.h', |
| 1640 '../../src/base/once.cc', | 1639 '../../src/base/once.cc', |
| 1641 '../../src/base/once.h', | 1640 '../../src/base/once.h', |
| 1642 '../../src/base/platform/elapsed-timer.h', | 1641 '../../src/base/platform/elapsed-timer.h', |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2209 }], | 2208 }], |
| 2210 ['want_separate_host_toolset==1', { | 2209 ['want_separate_host_toolset==1', { |
| 2211 'toolsets': ['host'], | 2210 'toolsets': ['host'], |
| 2212 }, { | 2211 }, { |
| 2213 'toolsets': ['target'], | 2212 'toolsets': ['target'], |
| 2214 }], | 2213 }], |
| 2215 ], | 2214 ], |
| 2216 }, | 2215 }, |
| 2217 ], | 2216 ], |
| 2218 } | 2217 } |
| OLD | NEW |