| 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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1210 '../../src/base/atomicops_internals_x86_msvc.h', | 1210 '../../src/base/atomicops_internals_x86_msvc.h', |
| 1211 '../../src/base/bits.cc', | 1211 '../../src/base/bits.cc', |
| 1212 '../../src/base/bits.h', | 1212 '../../src/base/bits.h', |
| 1213 '../../src/base/build_config.h', | 1213 '../../src/base/build_config.h', |
| 1214 '../../src/base/compiler-specific.h', | 1214 '../../src/base/compiler-specific.h', |
| 1215 '../../src/base/cpu.cc', | 1215 '../../src/base/cpu.cc', |
| 1216 '../../src/base/cpu.h', | 1216 '../../src/base/cpu.h', |
| 1217 '../../src/base/division-by-constant.cc', | 1217 '../../src/base/division-by-constant.cc', |
| 1218 '../../src/base/division-by-constant.h', | 1218 '../../src/base/division-by-constant.h', |
| 1219 '../../src/base/flags.h', | 1219 '../../src/base/flags.h', |
| 1220 '../../src/base/functional.cc', |
| 1221 '../../src/base/functional.h', |
| 1220 '../../src/base/lazy-instance.h', | 1222 '../../src/base/lazy-instance.h', |
| 1221 '../../src/base/logging.cc', | 1223 '../../src/base/logging.cc', |
| 1222 '../../src/base/logging.h', | 1224 '../../src/base/logging.h', |
| 1223 '../../src/base/macros.h', | 1225 '../../src/base/macros.h', |
| 1224 '../../src/base/once.cc', | 1226 '../../src/base/once.cc', |
| 1225 '../../src/base/once.h', | 1227 '../../src/base/once.h', |
| 1226 '../../src/base/platform/elapsed-timer.h', | 1228 '../../src/base/platform/elapsed-timer.h', |
| 1227 '../../src/base/platform/time.cc', | 1229 '../../src/base/platform/time.cc', |
| 1228 '../../src/base/platform/time.h', | 1230 '../../src/base/platform/time.h', |
| 1229 '../../src/base/platform/condition-variable.cc', | 1231 '../../src/base/platform/condition-variable.cc', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1699 }], | 1701 }], |
| 1700 ['v8_compress_startup_data=="bz2"', { | 1702 ['v8_compress_startup_data=="bz2"', { |
| 1701 'libraries': [ | 1703 'libraries': [ |
| 1702 '-lbz2', | 1704 '-lbz2', |
| 1703 ] | 1705 ] |
| 1704 }], | 1706 }], |
| 1705 ], | 1707 ], |
| 1706 }, | 1708 }, |
| 1707 ], | 1709 ], |
| 1708 } | 1710 } |
| OLD | NEW |