| 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 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1684 '../../src/base/atomicops_internals_x86_msvc.h', | 1684 '../../src/base/atomicops_internals_x86_msvc.h', |
| 1685 '../../src/base/bits.cc', | 1685 '../../src/base/bits.cc', |
| 1686 '../../src/base/bits.h', | 1686 '../../src/base/bits.h', |
| 1687 '../../src/base/build_config.h', | 1687 '../../src/base/build_config.h', |
| 1688 '../../src/base/compiler-specific.h', | 1688 '../../src/base/compiler-specific.h', |
| 1689 '../../src/base/cpu.cc', | 1689 '../../src/base/cpu.cc', |
| 1690 '../../src/base/cpu.h', | 1690 '../../src/base/cpu.h', |
| 1691 '../../src/base/division-by-constant.cc', | 1691 '../../src/base/division-by-constant.cc', |
| 1692 '../../src/base/division-by-constant.h', | 1692 '../../src/base/division-by-constant.h', |
| 1693 '../../src/base/flags.h', | 1693 '../../src/base/flags.h', |
| 1694 '../../src/base/format-macros.h', | |
| 1695 '../../src/base/functional.cc', | 1694 '../../src/base/functional.cc', |
| 1696 '../../src/base/functional.h', | 1695 '../../src/base/functional.h', |
| 1697 '../../src/base/iterator.h', | 1696 '../../src/base/iterator.h', |
| 1698 '../../src/base/lazy-instance.h', | 1697 '../../src/base/lazy-instance.h', |
| 1699 '../../src/base/logging.cc', | 1698 '../../src/base/logging.cc', |
| 1700 '../../src/base/logging.h', | 1699 '../../src/base/logging.h', |
| 1701 '../../src/base/macros.h', | 1700 '../../src/base/macros.h', |
| 1702 '../../src/base/once.cc', | 1701 '../../src/base/once.cc', |
| 1703 '../../src/base/once.h', | 1702 '../../src/base/once.h', |
| 1704 '../../src/base/platform/elapsed-timer.h', | 1703 '../../src/base/platform/elapsed-timer.h', |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2271 }], | 2270 }], |
| 2272 ['want_separate_host_toolset==1', { | 2271 ['want_separate_host_toolset==1', { |
| 2273 'toolsets': ['host'], | 2272 'toolsets': ['host'], |
| 2274 }, { | 2273 }, { |
| 2275 'toolsets': ['target'], | 2274 'toolsets': ['target'], |
| 2276 }], | 2275 }], |
| 2277 ], | 2276 ], |
| 2278 }, | 2277 }, |
| 2279 ], | 2278 ], |
| 2280 } | 2279 } |
| OLD | NEW |