| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 '../../src/ic.h', | 286 '../../src/ic.h', |
| 287 '../../src/interpreter-irregexp.cc', | 287 '../../src/interpreter-irregexp.cc', |
| 288 '../../src/interpreter-irregexp.h', | 288 '../../src/interpreter-irregexp.h', |
| 289 '../../src/jump-target.cc', | 289 '../../src/jump-target.cc', |
| 290 '../../src/jump-target.h', | 290 '../../src/jump-target.h', |
| 291 '../../src/jump-target-inl.h', | 291 '../../src/jump-target-inl.h', |
| 292 '../../src/jsregexp.cc', | 292 '../../src/jsregexp.cc', |
| 293 '../../src/jsregexp.h', | 293 '../../src/jsregexp.h', |
| 294 '../../src/list-inl.h', | 294 '../../src/list-inl.h', |
| 295 '../../src/list.h', | 295 '../../src/list.h', |
| 296 '../../src/log.cc', | 296 '../../src/location.h', |
| 297 '../../src/log-inl.h', | 297 '../../src/log-inl.h', |
| 298 '../../src/log.h', | |
| 299 '../../src/log-utils.cc', | 298 '../../src/log-utils.cc', |
| 300 '../../src/log-utils.h', | 299 '../../src/log-utils.h', |
| 300 '../../src/log.cc', |
| 301 '../../src/log.h', |
| 301 '../../src/macro-assembler.h', | 302 '../../src/macro-assembler.h', |
| 302 '../../src/mark-compact.cc', | 303 '../../src/mark-compact.cc', |
| 303 '../../src/mark-compact.h', | 304 '../../src/mark-compact.h', |
| 304 '../../src/memory.h', | 305 '../../src/memory.h', |
| 305 '../../src/messages.cc', | 306 '../../src/messages.cc', |
| 306 '../../src/messages.h', | 307 '../../src/messages.h', |
| 307 '../../src/natives.h', | 308 '../../src/natives.h', |
| 308 '../../src/objects-debug.cc', | 309 '../../src/objects-debug.cc', |
| 309 '../../src/objects-inl.h', | 310 '../../src/objects-inl.h', |
| 310 '../../src/objects.cc', | 311 '../../src/objects.cc', |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 ], | 571 ], |
| 571 'conditions': [ | 572 'conditions': [ |
| 572 [ 'OS=="win"', { | 573 [ 'OS=="win"', { |
| 573 # This could be gotten by not setting chromium_code, if that's OK. | 574 # This could be gotten by not setting chromium_code, if that's OK. |
| 574 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 575 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 575 }], | 576 }], |
| 576 ], | 577 ], |
| 577 }, | 578 }, |
| 578 ], | 579 ], |
| 579 } | 580 } |
| OLD | NEW |