| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 '../../src/debug-agent.cc', | 260 '../../src/debug-agent.cc', |
| 261 '../../src/debug-agent.h', | 261 '../../src/debug-agent.h', |
| 262 '../../src/disasm.h', | 262 '../../src/disasm.h', |
| 263 '../../src/disassembler.cc', | 263 '../../src/disassembler.cc', |
| 264 '../../src/disassembler.h', | 264 '../../src/disassembler.h', |
| 265 '../../src/dtoa-config.c', | 265 '../../src/dtoa-config.c', |
| 266 '../../src/execution.cc', | 266 '../../src/execution.cc', |
| 267 '../../src/execution.h', | 267 '../../src/execution.h', |
| 268 '../../src/factory.cc', | 268 '../../src/factory.cc', |
| 269 '../../src/factory.h', | 269 '../../src/factory.h', |
| 270 '../../src/fast-codegen.cc', |
| 271 '../../src/fast-codegen.h', |
| 270 '../../src/flag-definitions.h', | 272 '../../src/flag-definitions.h', |
| 271 '../../src/flags.cc', | 273 '../../src/flags.cc', |
| 272 '../../src/flags.h', | 274 '../../src/flags.h', |
| 273 '../../src/frame-element.cc', | 275 '../../src/frame-element.cc', |
| 274 '../../src/frame-element.h', | 276 '../../src/frame-element.h', |
| 275 '../../src/frames-inl.h', | 277 '../../src/frames-inl.h', |
| 276 '../../src/frames.cc', | 278 '../../src/frames.cc', |
| 277 '../../src/frames.h', | 279 '../../src/frames.h', |
| 278 '../../src/full-codegen.cc', | 280 '../../src/full-codegen.cc', |
| 279 '../../src/full-codegen.h', | 281 '../../src/full-codegen.h', |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 ], | 613 ], |
| 612 'conditions': [ | 614 'conditions': [ |
| 613 [ 'OS=="win"', { | 615 [ 'OS=="win"', { |
| 614 # This could be gotten by not setting chromium_code, if that's OK. | 616 # This could be gotten by not setting chromium_code, if that's OK. |
| 615 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 617 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 616 }], | 618 }], |
| 617 ], | 619 ], |
| 618 }, | 620 }, |
| 619 ], | 621 ], |
| 620 } | 622 } |
| OLD | NEW |