| 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 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1277 '../../src/ic/ppc/ic-ppc.cc', | 1277 '../../src/ic/ppc/ic-ppc.cc', |
| 1278 '../../src/ic/ppc/ic-compiler-ppc.cc', | 1278 '../../src/ic/ppc/ic-compiler-ppc.cc', |
| 1279 '../../src/ic/ppc/stub-cache-ppc.cc', | 1279 '../../src/ic/ppc/stub-cache-ppc.cc', |
| 1280 ], | 1280 ], |
| 1281 }], | 1281 }], |
| 1282 ['OS=="win"', { | 1282 ['OS=="win"', { |
| 1283 'variables': { | 1283 'variables': { |
| 1284 'gyp_generators': '<!(echo $GYP_GENERATORS)', | 1284 'gyp_generators': '<!(echo $GYP_GENERATORS)', |
| 1285 }, | 1285 }, |
| 1286 'msvs_disabled_warnings': [4351, 4355, 4800], | 1286 'msvs_disabled_warnings': [4351, 4355, 4800], |
| 1287 # When building Official, the .lib is too large and exceeds the 2G |
| 1288 # limit. This breaks it into multiple pieces to avoid the limit. |
| 1289 # See http://crbug.com/485155. |
| 1290 'msvs_shard': 4, |
| 1287 }], | 1291 }], |
| 1288 ['component=="shared_library"', { | 1292 ['component=="shared_library"', { |
| 1289 'defines': [ | 1293 'defines': [ |
| 1290 'BUILDING_V8_SHARED', | 1294 'BUILDING_V8_SHARED', |
| 1291 'V8_SHARED', | 1295 'V8_SHARED', |
| 1292 ], | 1296 ], |
| 1293 }], | 1297 }], |
| 1294 ['v8_postmortem_support=="true"', { | 1298 ['v8_postmortem_support=="true"', { |
| 1295 'sources': [ | 1299 'sources': [ |
| 1296 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', | 1300 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1844 }], | 1848 }], |
| 1845 ['want_separate_host_toolset==1', { | 1849 ['want_separate_host_toolset==1', { |
| 1846 'toolsets': ['host'], | 1850 'toolsets': ['host'], |
| 1847 }, { | 1851 }, { |
| 1848 'toolsets': ['target'], | 1852 'toolsets': ['target'], |
| 1849 }], | 1853 }], |
| 1850 ], | 1854 ], |
| 1851 }, | 1855 }, |
| 1852 ], | 1856 ], |
| 1853 } | 1857 } |
| OLD | NEW |