| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 '../../src/dateparser.cc', | 269 '../../src/dateparser.cc', |
| 270 '../../src/dateparser.h', | 270 '../../src/dateparser.h', |
| 271 '../../src/dateparser-inl.h', | 271 '../../src/dateparser-inl.h', |
| 272 '../../src/debug.cc', | 272 '../../src/debug.cc', |
| 273 '../../src/debug.h', | 273 '../../src/debug.h', |
| 274 '../../src/debug-agent.cc', | 274 '../../src/debug-agent.cc', |
| 275 '../../src/debug-agent.h', | 275 '../../src/debug-agent.h', |
| 276 '../../src/disasm.h', | 276 '../../src/disasm.h', |
| 277 '../../src/disassembler.cc', | 277 '../../src/disassembler.cc', |
| 278 '../../src/disassembler.h', | 278 '../../src/disassembler.h', |
| 279 '../../src/dtoa.cc', | |
| 280 '../../src/dtoa.h', | |
| 281 '../../src/dtoa-config.c', | 279 '../../src/dtoa-config.c', |
| 282 '../../src/diy-fp.cc', | 280 '../../src/diy-fp.cc', |
| 283 '../../src/diy-fp.h', | 281 '../../src/diy-fp.h', |
| 284 '../../src/double.h', | 282 '../../src/double.h', |
| 285 '../../src/execution.cc', | 283 '../../src/execution.cc', |
| 286 '../../src/execution.h', | 284 '../../src/execution.h', |
| 287 '../../src/factory.cc', | 285 '../../src/factory.cc', |
| 288 '../../src/factory.h', | 286 '../../src/factory.h', |
| 289 '../../src/fast-codegen.h', | 287 '../../src/fast-codegen.h', |
| 290 '../../src/fast-dtoa.cc', | 288 '../../src/fast-dtoa.cc', |
| 291 '../../src/fast-dtoa.h', | 289 '../../src/fast-dtoa.h', |
| 292 '../../src/flag-definitions.h', | 290 '../../src/flag-definitions.h', |
| 293 '../../src/fixed-dtoa.cc', | |
| 294 '../../src/fixed-dtoa.h', | |
| 295 '../../src/flags.cc', | 291 '../../src/flags.cc', |
| 296 '../../src/flags.h', | 292 '../../src/flags.h', |
| 297 '../../src/flow-graph.cc', | 293 '../../src/flow-graph.cc', |
| 298 '../../src/flow-graph.h', | 294 '../../src/flow-graph.h', |
| 299 '../../src/frame-element.cc', | 295 '../../src/frame-element.cc', |
| 300 '../../src/frame-element.h', | 296 '../../src/frame-element.h', |
| 301 '../../src/frames-inl.h', | 297 '../../src/frames-inl.h', |
| 302 '../../src/frames.cc', | 298 '../../src/frames.cc', |
| 303 '../../src/frames.h', | 299 '../../src/frames.h', |
| 304 '../../src/full-codegen.cc', | 300 '../../src/full-codegen.cc', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 ], | 673 ], |
| 678 'conditions': [ | 674 'conditions': [ |
| 679 [ 'OS=="win"', { | 675 [ 'OS=="win"', { |
| 680 # This could be gotten by not setting chromium_code, if that's OK. | 676 # This could be gotten by not setting chromium_code, if that's OK. |
| 681 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 677 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 682 }], | 678 }], |
| 683 ], | 679 ], |
| 684 }, | 680 }, |
| 685 ], | 681 ], |
| 686 } | 682 } |
| OLD | NEW |