| 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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1256 '../../src/base/bits.h', | 1256 '../../src/base/bits.h', |
| 1257 '../../src/base/build_config.h', | 1257 '../../src/base/build_config.h', |
| 1258 '../../src/base/compiler-specific.h', | 1258 '../../src/base/compiler-specific.h', |
| 1259 '../../src/base/cpu.cc', | 1259 '../../src/base/cpu.cc', |
| 1260 '../../src/base/cpu.h', | 1260 '../../src/base/cpu.h', |
| 1261 '../../src/base/division-by-constant.cc', | 1261 '../../src/base/division-by-constant.cc', |
| 1262 '../../src/base/division-by-constant.h', | 1262 '../../src/base/division-by-constant.h', |
| 1263 '../../src/base/flags.h', | 1263 '../../src/base/flags.h', |
| 1264 '../../src/base/functional.cc', | 1264 '../../src/base/functional.cc', |
| 1265 '../../src/base/functional.h', | 1265 '../../src/base/functional.h', |
| 1266 '../../src/base/iterator.h', |
| 1266 '../../src/base/lazy-instance.h', | 1267 '../../src/base/lazy-instance.h', |
| 1267 '../../src/base/logging.cc', | 1268 '../../src/base/logging.cc', |
| 1268 '../../src/base/logging.h', | 1269 '../../src/base/logging.h', |
| 1269 '../../src/base/macros.h', | 1270 '../../src/base/macros.h', |
| 1270 '../../src/base/once.cc', | 1271 '../../src/base/once.cc', |
| 1271 '../../src/base/once.h', | 1272 '../../src/base/once.h', |
| 1272 '../../src/base/platform/elapsed-timer.h', | 1273 '../../src/base/platform/elapsed-timer.h', |
| 1273 '../../src/base/platform/time.cc', | 1274 '../../src/base/platform/time.cc', |
| 1274 '../../src/base/platform/time.h', | 1275 '../../src/base/platform/time.h', |
| 1275 '../../src/base/platform/condition-variable.cc', | 1276 '../../src/base/platform/condition-variable.cc', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 }], | 1746 }], |
| 1746 ['want_separate_host_toolset==1', { | 1747 ['want_separate_host_toolset==1', { |
| 1747 'toolsets': ['host'], | 1748 'toolsets': ['host'], |
| 1748 }, { | 1749 }, { |
| 1749 'toolsets': ['target'], | 1750 'toolsets': ['target'], |
| 1750 }], | 1751 }], |
| 1751 ], | 1752 ], |
| 1752 }, | 1753 }, |
| 1753 ], | 1754 ], |
| 1754 } | 1755 } |
| OLD | NEW |