| OLD | NEW |
| 1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 '../../src/utils.cc', | 235 '../../src/utils.cc', |
| 236 '../../src/utils.h', | 236 '../../src/utils.h', |
| 237 '../../src/v8-counters.cc', | 237 '../../src/v8-counters.cc', |
| 238 '../../src/v8-counters.h', | 238 '../../src/v8-counters.h', |
| 239 '../../src/v8.cc', | 239 '../../src/v8.cc', |
| 240 '../../src/v8.h', | 240 '../../src/v8.h', |
| 241 '../../src/v8threads.cc', | 241 '../../src/v8threads.cc', |
| 242 '../../src/v8threads.h', | 242 '../../src/v8threads.h', |
| 243 '../../src/variables.cc', | 243 '../../src/variables.cc', |
| 244 '../../src/variables.h', | 244 '../../src/variables.h', |
| 245 '../../src/version.cc', |
| 246 '../../src/version.h', |
| 245 '../../src/virtual-frame.h', | 247 '../../src/virtual-frame.h', |
| 246 '../../src/virtual-frame.cc', | 248 '../../src/virtual-frame.cc', |
| 247 '../../src/zone-inl.h', | 249 '../../src/zone-inl.h', |
| 248 '../../src/zone.cc', | 250 '../../src/zone.cc', |
| 249 '../../src/zone.h', | 251 '../../src/zone.h', |
| 250 ], | 252 ], |
| 251 'not_base_source_files': [ | 253 'not_base_source_files': [ |
| 252 # These files are #included by others and are not meant to be compiled | 254 # These files are #included by others and are not meant to be compiled |
| 253 # directly. | 255 # directly. |
| 254 '../../src/third_party/dtoa/dtoa.c', | 256 '../../src/third_party/dtoa/dtoa.c', |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 ], | 702 ], |
| 701 'msvs_settings': { | 703 'msvs_settings': { |
| 702 'VCLinkerTool': { | 704 'VCLinkerTool': { |
| 703 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT', | 705 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT', |
| 704 }, | 706 }, |
| 705 }, | 707 }, |
| 706 }, | 708 }, |
| 707 }], | 709 }], |
| 708 ], | 710 ], |
| 709 } | 711 } |
| OLD | NEW |