| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 '../../src/dateparser.h', | 258 '../../src/dateparser.h', |
| 259 '../../src/dateparser-inl.h', | 259 '../../src/dateparser-inl.h', |
| 260 '../../src/debug.cc', | 260 '../../src/debug.cc', |
| 261 '../../src/debug.h', | 261 '../../src/debug.h', |
| 262 '../../src/debug-agent.cc', | 262 '../../src/debug-agent.cc', |
| 263 '../../src/debug-agent.h', | 263 '../../src/debug-agent.h', |
| 264 '../../src/disasm.h', | 264 '../../src/disasm.h', |
| 265 '../../src/disassembler.cc', | 265 '../../src/disassembler.cc', |
| 266 '../../src/disassembler.h', | 266 '../../src/disassembler.h', |
| 267 '../../src/dtoa-config.c', | 267 '../../src/dtoa-config.c', |
| 268 '../../src/diy_fp.cc', |
| 268 '../../src/diy_fp.h', | 269 '../../src/diy_fp.h', |
| 269 '../../src/double.h', | 270 '../../src/double.h', |
| 270 '../../src/execution.cc', | 271 '../../src/execution.cc', |
| 271 '../../src/execution.h', | 272 '../../src/execution.h', |
| 272 '../../src/factory.cc', | 273 '../../src/factory.cc', |
| 273 '../../src/factory.h', | 274 '../../src/factory.h', |
| 274 '../../src/fast-codegen.h', | 275 '../../src/fast-codegen.h', |
| 275 '../../src/flag-definitions.h', | 276 '../../src/flag-definitions.h', |
| 276 '../../src/flags.cc', | 277 '../../src/flags.cc', |
| 277 '../../src/flags.h', | 278 '../../src/flags.h', |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 ], | 632 ], |
| 632 'conditions': [ | 633 'conditions': [ |
| 633 [ 'OS=="win"', { | 634 [ 'OS=="win"', { |
| 634 # This could be gotten by not setting chromium_code, if that's OK. | 635 # This could be gotten by not setting chromium_code, if that's OK. |
| 635 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 636 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 636 }], | 637 }], |
| 637 ], | 638 ], |
| 638 }, | 639 }, |
| 639 ], | 640 ], |
| 640 } | 641 } |
| OLD | NEW |