| 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 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1143 '../../src/base/platform/condition-variable.h', | 1143 '../../src/base/platform/condition-variable.h', |
| 1144 '../../src/base/platform/mutex.cc', | 1144 '../../src/base/platform/mutex.cc', |
| 1145 '../../src/base/platform/mutex.h', | 1145 '../../src/base/platform/mutex.h', |
| 1146 '../../src/base/platform/platform.h', | 1146 '../../src/base/platform/platform.h', |
| 1147 '../../src/base/platform/semaphore.cc', | 1147 '../../src/base/platform/semaphore.cc', |
| 1148 '../../src/base/platform/semaphore.h', | 1148 '../../src/base/platform/semaphore.h', |
| 1149 '../../src/base/safe_conversions.h', | 1149 '../../src/base/safe_conversions.h', |
| 1150 '../../src/base/safe_conversions_impl.h', | 1150 '../../src/base/safe_conversions_impl.h', |
| 1151 '../../src/base/safe_math.h', | 1151 '../../src/base/safe_math.h', |
| 1152 '../../src/base/safe_math_impl.h', | 1152 '../../src/base/safe_math_impl.h', |
| 1153 '../../src/base/sys-info.cc', |
| 1154 '../../src/base/sys-info.h', |
| 1153 '../../src/base/utils/random-number-generator.cc', | 1155 '../../src/base/utils/random-number-generator.cc', |
| 1154 '../../src/base/utils/random-number-generator.h', | 1156 '../../src/base/utils/random-number-generator.h', |
| 1155 ], | 1157 ], |
| 1156 'conditions': [ | 1158 'conditions': [ |
| 1157 ['want_separate_host_toolset==1', { | 1159 ['want_separate_host_toolset==1', { |
| 1158 'toolsets': ['host', 'target'], | 1160 'toolsets': ['host', 'target'], |
| 1159 }, { | 1161 }, { |
| 1160 'toolsets': ['target'], | 1162 'toolsets': ['target'], |
| 1161 }], | 1163 }], |
| 1162 ['OS=="linux"', { | 1164 ['OS=="linux"', { |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1571 }], | 1573 }], |
| 1572 ['v8_compress_startup_data=="bz2"', { | 1574 ['v8_compress_startup_data=="bz2"', { |
| 1573 'libraries': [ | 1575 'libraries': [ |
| 1574 '-lbz2', | 1576 '-lbz2', |
| 1575 ] | 1577 ] |
| 1576 }], | 1578 }], |
| 1577 ], | 1579 ], |
| 1578 }, | 1580 }, |
| 1579 ], | 1581 ], |
| 1580 } | 1582 } |
| OLD | NEW |