| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 '../../src/compiler.cc', | 245 '../../src/compiler.cc', |
| 246 '../../src/compiler.h', | 246 '../../src/compiler.h', |
| 247 '../../src/contexts.cc', | 247 '../../src/contexts.cc', |
| 248 '../../src/contexts.h', | 248 '../../src/contexts.h', |
| 249 '../../src/conversions-inl.h', | 249 '../../src/conversions-inl.h', |
| 250 '../../src/conversions.cc', | 250 '../../src/conversions.cc', |
| 251 '../../src/conversions.h', | 251 '../../src/conversions.h', |
| 252 '../../src/counters.cc', | 252 '../../src/counters.cc', |
| 253 '../../src/counters.h', | 253 '../../src/counters.h', |
| 254 '../../src/cpu.h', | 254 '../../src/cpu.h', |
| 255 '../../src/data-flow.cc', |
| 256 '../../src/data-flow.h', |
| 255 '../../src/dateparser.cc', | 257 '../../src/dateparser.cc', |
| 256 '../../src/dateparser.h', | 258 '../../src/dateparser.h', |
| 257 '../../src/dateparser-inl.h', | 259 '../../src/dateparser-inl.h', |
| 258 '../../src/debug.cc', | 260 '../../src/debug.cc', |
| 259 '../../src/debug.h', | 261 '../../src/debug.h', |
| 260 '../../src/debug-agent.cc', | 262 '../../src/debug-agent.cc', |
| 261 '../../src/debug-agent.h', | 263 '../../src/debug-agent.h', |
| 262 '../../src/disasm.h', | 264 '../../src/disasm.h', |
| 263 '../../src/disassembler.cc', | 265 '../../src/disassembler.cc', |
| 264 '../../src/disassembler.h', | 266 '../../src/disassembler.h', |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 ], | 615 ], |
| 614 'conditions': [ | 616 'conditions': [ |
| 615 [ 'OS=="win"', { | 617 [ 'OS=="win"', { |
| 616 # This could be gotten by not setting chromium_code, if that's OK. | 618 # This could be gotten by not setting chromium_code, if that's OK. |
| 617 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 619 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 618 }], | 620 }], |
| 619 ], | 621 ], |
| 620 }, | 622 }, |
| 621 ], | 623 ], |
| 622 } | 624 } |
| OLD | NEW |