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 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1075 '../../src/base/atomicops_internals_mips_gcc.h', | 1075 '../../src/base/atomicops_internals_mips_gcc.h', |
1076 '../../src/base/atomicops_internals_tsan.h', | 1076 '../../src/base/atomicops_internals_tsan.h', |
1077 '../../src/base/atomicops_internals_x86_gcc.cc', | 1077 '../../src/base/atomicops_internals_x86_gcc.cc', |
1078 '../../src/base/atomicops_internals_x86_gcc.h', | 1078 '../../src/base/atomicops_internals_x86_gcc.h', |
1079 '../../src/base/atomicops_internals_x86_msvc.h', | 1079 '../../src/base/atomicops_internals_x86_msvc.h', |
1080 '../../src/base/build_config.h', | 1080 '../../src/base/build_config.h', |
1081 '../../src/base/lazy-instance.h', | 1081 '../../src/base/lazy-instance.h', |
1082 '../../src/base/macros.h', | 1082 '../../src/base/macros.h', |
1083 '../../src/base/once.cc', | 1083 '../../src/base/once.cc', |
1084 '../../src/base/once.h', | 1084 '../../src/base/once.h', |
| 1085 '../../src/base/safe_conversions.h', |
| 1086 '../../src/base/safe_conversions_impl.h', |
| 1087 '../../src/base/safe_math.h', |
| 1088 '../../src/base/safe_math_impl.h', |
1085 '../../src/base/win32-headers.h', | 1089 '../../src/base/win32-headers.h', |
1086 ], | 1090 ], |
1087 'conditions': [ | 1091 'conditions': [ |
1088 ['want_separate_host_toolset==1', { | 1092 ['want_separate_host_toolset==1', { |
1089 'toolsets': ['host', 'target'], | 1093 'toolsets': ['host', 'target'], |
1090 }, { | 1094 }, { |
1091 'toolsets': ['target'], | 1095 'toolsets': ['target'], |
1092 }], | 1096 }], |
1093 ['component=="shared_library"', { | 1097 ['component=="shared_library"', { |
1094 'defines': [ | 1098 'defines': [ |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1242 }], | 1246 }], |
1243 ['v8_compress_startup_data=="bz2"', { | 1247 ['v8_compress_startup_data=="bz2"', { |
1244 'libraries': [ | 1248 'libraries': [ |
1245 '-lbz2', | 1249 '-lbz2', |
1246 ] | 1250 ] |
1247 }], | 1251 }], |
1248 ], | 1252 ], |
1249 }, | 1253 }, |
1250 ], | 1254 ], |
1251 } | 1255 } |
OLD | NEW |